Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface ConditionEvaluator
DefaultConditionEvaluator
Method Summary | |
boolean |
|
public boolean evaluate(String expression) throws EvaluationException
Evaluates the specified condition. The expressoin syntax is undefined and must be defined by each individual implementation.
- Parameters:
expression
- the conditional expression as a string.
- Returns:
- true if the expression evaluates to true, false otherwise.
- See Also:
DefaultConditionEvaluator