| Classes | |
|---|---|
| And | No description provided. |
| BoundVariableConstraint | No description provided. |
| Column | No description provided. |
| CompositePackageClassLoader | No description provided. |
| ConditionalElement | No description provided. |
| Declaration | No description provided. |
| EvalCondition | No description provided. |
| Exists | No description provided. |
| FixedDuration | A fixed truthness duration. |
| GroupElement | No description provided. |
| LiteralConstraint | No description provided. |
| Not | No description provided. |
| Or | No description provided. |
| Package | Collection of related Rules. |
| PackageCompilationData | No description provided. |
| PackageCompilationData.PackageClassLoader | Lifted and adapted from Jakarta commons-jci |
| PredicateConstraint | No description provided. |
| Query | No description provided. |
| ReturnValueConstraint | No description provided. |
| Rule | A Rule contains a set of Tests and a
Consequence. |
| Exceptions | |
|---|---|
| DuplicateRuleNameException | Indicates an attempt to add a Rule to a Package
that already contains a Rule with the same name. |
| InvalidPatternException | No description provided. |
| InvalidRuleException | Indicates an error regarding the semantic validity of a rule. |
| InvalidRulePackage | This exception is thrown when an invalid package (ie one that has errors) it attempted to be added to a RuleBase. |
| NoConsequenceException | Validity exception indicating that a Rule does not contain a
Consequences. |
| RuleConstructionException | Base exception for errors during Rule construction. |