|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
Declaration | A typed, named variable for Condition evaluation. |
Extraction | A Condition representing a consistent assignment
as defined by the Rete-OO algorithm. |
FixedDuration | A fixed truthness duration. |
Rule | A set of Condition s and a Consequence . |
RuleSet | Collection of related Rule s. |
Exception Summary | |
DuplicateRuleNameException | Indicates an attempt to add a Rule to a RuleSet
that already contains a Rule with the same name. |
InvalidRuleException | Indicates an error regarding the semantic validity of a rule. |
NoConditionException | Validity exception indicating that a Rule does not
contain any Condition s. |
NoConsequenceException | Validity exception indicating that a Rule does not
contain a Consequence s. |
NoParameterDeclarationException | Validity exception indicating that a Rule does not
contain any root object parameter Declaration s. |
RuleConstructionException | Base exception for errors during Rule construction. |
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |