Class AtnaOperation
java.lang.Object
de.fho.jump.pirol.utilities.FormulaParsing.FormulaValue
de.fho.jump.pirol.utilities.FormulaParsing.Operations.AtnaOperation
Class to handle additions within a formula.
10 dic 2011
- Author:
- Giuseppe Aruta arctangent class
-
Field Summary
FieldsFields inherited from class FormulaValue
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleReturns the value (as a double) of this part of the formula.booleanHelps to determine, if the value depends on a feature's attribute value.toString()
-
Field Details
-
value
-
-
Constructor Details
-
AtnaOperation
-
-
Method Details
-
getValue
Description copied from class:FormulaValueReturns the value (as a double) of this part of the formula. It may be the result of a sub-formula, a feature-specific attribute value or just a constant value... Since the value may depend on a feature, we give the feature to the method to get a unified interface...- Specified by:
getValuein classFormulaValue- Returns:
- value of this part of the formula
-
isFeatureDependent
public boolean isFeatureDependent()Description copied from class:FormulaValueHelps to determine, if the value depends on a feature's attribute value.- Specified by:
isFeatureDependentin classFormulaValue- Returns:
- true, if the value depends on a feature
-
toString
- Overrides:
toStringin classFormulaValue
-