public class PowerOfOperation extends GenericOperation
Math.pow(value1, value2).opString, value1, value2logger| Constructor and Description | 
|---|
PowerOfOperation(FormulaValue value1,
                FormulaValue value2)  | 
| Modifier and Type | Method and Description | 
|---|---|
double | 
getValue(Feature feature)
Returns the value (as a double) of this part of the formula. 
 | 
java.lang.String | 
toString()  | 
isFeatureDependentpublic PowerOfOperation(FormulaValue value1, FormulaValue value2)
value1 - value2 - public double getValue(Feature feature)
FormulaValuegetValue in class FormulaValuefeature - public java.lang.String toString()
toString in class GenericOperation