Class Summary |
Action |
class which represents a rule action comprising a void expression |
Condition |
class which represents a rule condition comprising a boolean expression |
Event |
class which represents a rule event comprising of a set of abstract bindings of event variables to
evaluable expressions. |
Rule |
A rule ties together an event, condition and action. |
RuleElement |
generic class implemented by rule events, conditions and actions which gives them
access to the rule context and provides them with common behaviours |