java.io.Serializable
, InfixOperator
GreaterEqualOperator
, GreaterOperator
, LesserEqualOperator
, LesserOperator
public 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, isLeftOperation
public final TypeValuePair evaluate(FormulaContext context, TypeValuePair value1, TypeValuePair value2) throws EvaluationException
InfixOperator
evaluate
in interface InfixOperator
EvaluationException