org.pentaho.reporting.libraries.formula.operators
public abstract class AbstractCompareOperator extends java.lang.Object implements InfixOperator
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCompareOperator() |
| Modifier and Type | Method and Description |
|---|---|
TypeValuePair |
evaluate(FormulaContext context,
TypeValuePair value1,
TypeValuePair value2)
Evaluates the comptuation for both parameters.
|
protected abstract boolean |
evaluate(int compareResult) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLevel, isAssociative, isLeftOperationpublic final TypeValuePair evaluate(FormulaContext context, TypeValuePair value1, TypeValuePair value2) throws EvaluationException
InfixOperatorevaluate in interface InfixOperatorEvaluationExceptionprotected abstract boolean evaluate(int compareResult)