Accessible via a class, the ILOG Rule Engine takes a ruleset and executes it against a set of objects. The rule engine uses:
- a ruleset: The set of rules that are processed by the rule engine, and rule execution flow information.
- an object set: The set of objects to be treated by rules.
The rule engine evaluates the conditions of rules in the ruleset against the objects to determine which rules are eligible to be executed.
See also ruleset,
agenda,
working memory.