java.io.Serializable, InfixOperatorGreaterEqualOperator, GreaterOperator, LesserEqualOperator, LesserOperatorpublic abstract class AbstractCompareOperator extends java.lang.Object implements InfixOperator
| Modifier and Type | Method | Description |
|---|---|---|
TypeValuePair |
evaluate(FormulaContext context,
TypeValuePair value1,
TypeValuePair value2) |
Evaluates the comptuation for both parameters.
|
getLevel, isAssociative, isLeftOperationpublic final TypeValuePair evaluate(FormulaContext context, TypeValuePair value1, TypeValuePair value2) throws EvaluationException
InfixOperatorevaluate in interface InfixOperatorEvaluationException