public class Log10Operation extends FormulaValue
| Modifier and Type | Field and Description | 
|---|---|
protected FormulaValue | 
value  | 
logger| Constructor and Description | 
|---|
Log10Operation(FormulaValue value)  | 
| Modifier and Type | Method and Description | 
|---|---|
double | 
getValue(Feature feature)
Returns the value (as a double) of this part of the formula. 
 | 
boolean | 
isFeatureDependent()
Helps to determine, if the value depends on a feature's attribute value. 
 | 
java.lang.String | 
toString()  | 
protected FormulaValue value
public Log10Operation(FormulaValue value)
public double getValue(Feature feature)
FormulaValuegetValue in class FormulaValuepublic boolean isFeatureDependent()
FormulaValueisFeatureDependent in class FormulaValuepublic java.lang.String toString()
toString in class FormulaValue