Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.formula.operators.AbstractCompareOperator
org.jfree.formula.operators.GreaterEqualOperator
public class GreaterEqualOperator
extends AbstractCompareOperator
Constructor Summary | |
Method Summary | |
protected boolean |
|
int |
|
boolean |
|
boolean | |
String |
|
Methods inherited from class org.jfree.formula.operators.AbstractCompareOperator | |
evaluate , evaluate |
protected boolean evaluate(int compareResult)
- Overrides:
- evaluate in interface AbstractCompareOperator
public boolean isAssociative()
Defines, whether the operation is associative. For associative operations, the evaluation order does not matter, if the operation appears more than once in an expression, and therefore we can optimize them a lot better than non-associative operations (ie. merge constant parts and precompute them once).
- Specified by:
- isAssociative in interface InfixOperator
- Returns:
- true, if the operation is associative, false otherwise
public boolean isLeftOperation()
- Specified by:
- isLeftOperation in interface InfixOperator