public class LogarithmOperation extends FormulaValue
Math.log(value1)
.Modifier and Type | Field and Description |
---|---|
protected FormulaValue |
value |
logger
Constructor and Description |
---|
LogarithmOperation(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 LogarithmOperation(FormulaValue value)
public double getValue(Feature feature)
FormulaValue
getValue
in class FormulaValue
public boolean isFeatureDependent()
FormulaValue
isFeatureDependent
in class FormulaValue
public java.lang.String toString()
toString
in class FormulaValue