| Reference > Rule Languages > ILOG Rule Language > IRL Keywords > dynamic |
dynamic |
PREVIOUS NEXT |
The keyword used to specify dynamic ordering of rules fired in a rule task. This keyword is used in the ruletask definition.
ruletaskruleTaskName { [ordering= dynamic|sorted|literal;] };
A rule task aims at firing rules. It is possible to finely parameterize the firing of rules: how are the rules ordered and how many rules will be fired.
The keyword ordering specifies how the rules are sorted. The possible values are:
dynamic: the rule instances are sorted in the agenda according to the traditional rules presented for the agenda.
sorted: the rules are sorted by static priority in increasing order
literal: the rules are ordered in the same way they have been listed in the rule task body.
| Copyright © 1987-2008 ILOG S.A. All rights reserved. Legal terms. Documentation homepage. | PREVIOUS NEXT |