Package cdm.base.math.functions
Class VectorGrowthOperation
java.lang.Object
cdm.base.math.functions.VectorGrowthOperation
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
VectorGrowthOperation.VectorGrowthOperationDefault,VectorGrowthOperationImpl
public abstract class VectorGrowthOperation
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract List<BigDecimal> doEvaluate(BigDecimal baseValue, List<BigDecimal> factor) evaluate(BigDecimal baseValue, List<BigDecimal> factor) Methods 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
-
VectorGrowthOperation
public VectorGrowthOperation()
-
-
Method Details
-
evaluate
- Parameters:
baseValue- Original value, typically 1.0.factor- Vector of growth factors, which are all typically slightly greater than 1.0.- Returns:
- result Result vector, showing all of the interim growth values
-
doEvaluate
-