Package cdm.base.math.functions
Class VectorOperationImpl
java.lang.Object
cdm.base.math.functions.VectorOperation
cdm.base.math.functions.VectorOperationImpl
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.base.math.functions.VectorOperation
VectorOperation.VectorOperationDefault -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<BigDecimal> doEval(ArithmeticOperationEnum arithmeticOp, List<BigDecimal> left, List<BigDecimal> right) protected List<BigDecimal> doEvaluate(ArithmeticOperationEnum arithmeticOp, List<BigDecimal> left, List<BigDecimal> right) Methods inherited from class cdm.base.math.functions.VectorOperation
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
-
VectorOperationImpl
public VectorOperationImpl()
-
-
Method Details
-
doEvaluate
protected List<BigDecimal> doEvaluate(ArithmeticOperationEnum arithmeticOp, List<BigDecimal> left, List<BigDecimal> right) - Specified by:
doEvaluatein classVectorOperation
-
doEval
protected List<BigDecimal> doEval(ArithmeticOperationEnum arithmeticOp, List<BigDecimal> left, List<BigDecimal> right)
-