Package cdm.base.math.functions
Class VectorGrowthOperationImpl
java.lang.Object
cdm.base.math.functions.VectorGrowthOperation
cdm.base.math.functions.VectorGrowthOperationImpl
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.base.math.functions.VectorGrowthOperation
VectorGrowthOperation.VectorGrowthOperationDefault -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<BigDecimal> doEvaluate(BigDecimal baseValue, List<BigDecimal> factors) Methods inherited from class cdm.base.math.functions.VectorGrowthOperation
evaluateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.functions.RosettaFunction
toBuilder, toBuilder, toBuilder
-
Constructor Details
-
VectorGrowthOperationImpl
public VectorGrowthOperationImpl()
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classVectorGrowthOperation
-