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

Summary

The keyword in a ruleset declaration to define a hashing expression. This keyword is used at the top level of the ruleset.

Syntax

ruleset rulesetName
{
   hasher (typeName variableName) = value; 
};

Description

With the hasher keyword, a hashing expression can be defined to optimize rule execution.

See Also

ruleset