Interface OperatorFunctionValue
- All Known Implementing Classes:
AbstractFunction,AbstractMathFunction,AbstractMathSingleValueFunction,AbstractSingleValueFunction,AverageFunction,ModFunction,NegateFunction,PowerFunction,ProductFunction,QuotientFunction,SquareRootFunction,SumFunction
public interface OperatorFunctionValue
Implementations of this interface are intended to perform operations on other
values. Therefore it needs to be possible to add
FunctionValues.- Since:
- 1.4
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddFunctionValue(FunctionValue value) Add the givenFunctionValuefor calculation.
-
Method Details
-
addFunctionValue
Add the givenFunctionValuefor calculation.- Parameters:
value- The value to add.
-