public class SubtractionOperation extends GenericOperation
opString, value1, value2
logger
Constructor and Description |
---|
SubtractionOperation(FormulaValue value1,
FormulaValue value2)
Sets the value, that will be operated on.
|
Modifier and Type | Method and Description |
---|---|
double |
getValue(Feature feature)
Returns the subtracted values of the sub-values or sub-operations of this operation
|
isFeatureDependent, toString
public SubtractionOperation(FormulaValue value1, FormulaValue value2)
public double getValue(Feature feature)
getValue
in class FormulaValue
feature
-