java.io.Serializable
, InfixOperator
AddOperator
, DivideOperator
, MultiplyOperator
, PowerOperator
, SubtractOperator
public abstract class AbstractNumericOperator 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