| Reference > Rule Languages > ILOG Rule Language > IRL Keywords > algorithm |
algorithm |
PREVIOUS NEXT |
The keyword used to select an execution mode for a rule task. This keyword is used in ruletask definition.
ruletaskruleTaskName { algorithm =default|sequential; };
The value following the algorithm keyword indicates which execution mode will be used to fire the rules: the RetePlus mode (the algorithm value is then default, which is its default value) or the sequential mode (the algorithm value is sequential).
| Copyright © 1987-2008 ILOG S.A. All rights reserved. Legal terms. Documentation homepage. | PREVIOUS NEXT |