| Reference > Rule Languages > ILOG Rule Language > IRL Keywords > firinglimit |
firinglimit |
PREVIOUS NEXT |
The keyword used to specify the limit of rules fired in a rule task. This keyword is used in the ruletask definition
ruletask ruleTaskName
{
[firinglimit = integer value;]
};
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 firinglimit specifies how many rules are fired.
| Copyright © 1987-2008 ILOG S.A. All rights reserved. Legal terms. Documentation homepage. | PREVIOUS NEXT |