public abstract class GenericOperation extends FormulaValue
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
opString |
protected FormulaValue |
value1 |
protected FormulaValue |
value2 |
logger
Constructor and Description |
---|
GenericOperation(FormulaValue value1,
FormulaValue value2)
Sets the value, that will be operated on.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFeatureDependent()
Helps to determine, if the value depends on a feature's attribute value.
|
java.lang.String |
toString() |
getValue
protected FormulaValue value1
protected FormulaValue value2
protected java.lang.String opString
public GenericOperation(FormulaValue value1, FormulaValue value2)
value1
- value2
- public boolean isFeatureDependent()
FormulaValue
isFeatureDependent
in class FormulaValue
public java.lang.String toString()
toString
in class FormulaValue