Package cdm.base.math.functions
Class VectorGrowthOperation.VectorGrowthOperationDefault
java.lang.Object
cdm.base.math.functions.VectorGrowthOperation
cdm.base.math.functions.VectorGrowthOperation.VectorGrowthOperationDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
VectorGrowthOperation
public static class VectorGrowthOperation.VectorGrowthOperationDefault
extends VectorGrowthOperation
-
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> assignOutput(List<BigDecimal> result, BigDecimal baseValue, List<BigDecimal> factor) protected List<BigDecimal> doEvaluate(BigDecimal baseValue, List<BigDecimal> factor) 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
-
VectorGrowthOperationDefault
public VectorGrowthOperationDefault()
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classVectorGrowthOperation
-
assignOutput
protected List<BigDecimal> assignOutput(List<BigDecimal> result, BigDecimal baseValue, List<BigDecimal> factor)
-