org.pentaho.reporting.libraries.formula.operators
public class GreaterEqualOperator extends AbstractCompareOperator
| Constructor and Description |
|---|
GreaterEqualOperator() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
evaluate(int compareResult) |
int |
getLevel() |
boolean |
isAssociative()
Defines, whether the operation is associative.
|
boolean |
isLeftOperation()
Defines the bind-direction of the operator.
|
java.lang.String |
toString() |
evaluateprotected boolean evaluate(int compareResult)
evaluate in class AbstractCompareOperatorpublic int getLevel()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean isLeftOperation()
InfixOperatorpublic boolean isAssociative()