org.pentaho.reporting.libraries.formula.operators
public class EqualOperator extends Object implements InfixOperator
Constructor Summary | |
---|---|
EqualOperator() |
Method Summary | |
---|---|
TypeValuePair | evaluate(FormulaContext context, TypeValuePair value1, TypeValuePair value2) |
int | getLevel() |
boolean | isAssociative()
Defines, whether the operation is associative. |
boolean | isLeftOperation() |
String | toString() |
Returns: true, if the operation is associative, false otherwise