Reference > Rule Languages > ILOG Rule Language > IRL Keywords > high

Summary

A static predefined constant in the priority rule header property that controls the sequence of rule execution. This keyword is used in rule properties.

Syntax

priority = {maximum|high|low|minimum|expression}; 

Description

The priority of a rule may be used to alter the sequence of rule execution among different rules. Static priorities are any integer between -109 and +109. The larger the number, the higher the firing priority of the rule. Four predefined constants of the IlrPriorityValues class are provided to be used as static priorities. They have the following values:

See Also

priority