| Reference > Rule Languages > ILOG Rule Language > IRL Keywords > firing |
firing |
PREVIOUS NEXT |
The keyword used to set the basis of rules fired in a rule task. This keyword is used in the ruletask definition
ruletaskruleTaskName { [firing =allrules|rule;] };
The value following the firing keyword indicates whether all rules are fired (allrules, the default) or whether only one rule is fired (rule).
| Copyright © 1987-2008 ILOG S.A. All rights reserved. Legal terms. Documentation homepage. | PREVIOUS NEXT |