Class Summary |
AndListCondition |
This class describes a boolean expression that consists of a list of
boolean expressions joined by the boolean AND operator. |
Condition |
The Condition class is an abstract class that is used to describe a boolean condition. |
ConditionList |
This abstract class describes a boolean expression that consists of a list of
boolean expressions. |
ConditionUtil |
This class provides utility methods that may be used by
Evaluator implementors. |
OpenCondition |
This class describes an open condition boolean expression. |
OpenCondition.Parameter |
This class describes an open condition parameter. |
OrListCondition |
This class describes a boolean expression that consists of a list of
boolean expressions joined by the boolean OR operator. |
SimpleCondition |
This class describes a simple condition boolean expression. |
SimpleCondition.Qualifier |
This class describes a simple condition qualifier. |
TrueCondition |
This class describes a boolean expression that always evaluates as
true. |
Contains classes that helps define, persist, and evaluate boolean conditions.