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