Package org.drools.rule
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Classes
ApplicationData No description provided.
Declaration A typed, named variable for Condition evaluation.
FixedDuration A fixed truthness duration.
Rule A Rule contains a set of Conditions and a Consequence.
RuleSet Collection of related Rules.
Exceptions
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.
NoConsequenceException Validity exception indicating that a Rule does not contain a Consequences.
NoParameterDeclarationException Validity exception indicating that a Rule does not contain any root object parameter Declarations.
RuleConstructionException Base exception for errors during Rule construction.

Rule assembly components.