| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface ConditionEvaluatorDefaultConditionEvaluatorMethod Summary | |
boolean |
|
public boolean evaluate(String expression)
throws EvaluationExceptionEvaluates 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