|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Expression that compares two Variables using two
VariableResolvers for evaluating these Variables.
VariableResolver| Method Summary | |
int |
compare(VariableResolver resolver1,
VariableResolver resolver2)
Returns a negative integer, zero, or a positive integer as the first Variable is less than, equal to, or greater than the
second. |
| Method Detail |
public int compare(VariableResolver resolver1,
VariableResolver resolver2)
throws ExpressionEvaluationException
Variable is less than, equal to, or greater than the
second.
resolver1 - Resolver that is used to evalute the first
Variable.resolver2 - Resolver that is used to evalute the second
Variable.
Variable is less than, equal to, or greater than
the second.
ExpressionEvaluationException - when the comparation fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||