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() |
evaluate
protected boolean evaluate(int compareResult)
evaluate
in class AbstractCompareOperator
public int getLevel()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isLeftOperation()
InfixOperator
public boolean isAssociative()