Interface | Description |
---|---|
AuditListner | Deprecated
Use RIMListener Instead
|
ExpressionInterpreter | |
ExpressionToken |
When parseExpression is called the expression interpreter returns a vector of
expression tokens
|
IRuleSet | |
PreconditionProcessor |
The rule engine clients implement this interface to evaluate the precondition
expression in a rule.
|
RuleEngine |
The rule engine factory will provide an implementation of the rule engine
interface with which clients can create and evaluate rule sessions.
|
RuleSession |
The
RuleSession has to be created by the rule engine host to
evaluate rules for a set of conditions. |
XObject |
The object passed to the rule engine for applying the rules,
must implement this interface to return and reset the xml representation
of the object, for a given rule execution cycle.
|
Class | Description |
---|---|
Action |
An action in the rule.
|
RuleEngineFactory |
The rule engine factory enables to create ruleengine and rulerepository
for the host.
|
XObjectImpl |
Enum | Description |
---|---|
RuleEngineProperties |
Rule engine properties give a list of property names that can be read for
given rule repository.
|
TokenConstants | |
TriggerEvents |
This class gives the type of trigger events now understood with rule engine
|