See:
Description
Interface Summary | |
---|---|
ConditionConstants | Contains public constants used by this package. |
Evaluator | This interface must be implemented to evaluate all the possible simple and open conditions in your boolean expression. |
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. |
Provides the common utility for condition operation.