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

Summary

The keyword used to specify literal ordering of rules fired in a rule task. This keyword is used in the ruletask definition.

Syntax

ruletask ruleTaskName 
{
   [ordering = dynamic|sorted|literal;] 
};  

Description

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:

See Also

ruletask