|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfree.formula.operators.AbstractCompareOperator
public abstract class AbstractCompareOperator
Creation-Date: 06.06.2007, 18:52:25
| Constructor Summary | |
|---|---|
AbstractCompareOperator()
|
|
| Method Summary | |
|---|---|
TypeValuePair |
evaluate(FormulaContext context,
TypeValuePair value1,
TypeValuePair value2)
Evaluates the comptuation for both parameters. |
protected abstract boolean |
evaluate(int compareResult)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jfree.formula.operators.InfixOperator |
|---|
getLevel, isAssociative, isLeftOperation |
| Constructor Detail |
|---|
public AbstractCompareOperator()
| Method Detail |
|---|
public final TypeValuePair evaluate(FormulaContext context,
TypeValuePair value1,
TypeValuePair value2)
throws EvaluationException
InfixOperator
evaluate in interface InfixOperatorEvaluationExceptionprotected abstract boolean evaluate(int compareResult)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||