Package cdm.base.math.functions
Class VectorOperation.VectorOperationDefault
java.lang.Object
cdm.base.math.functions.VectorOperation
cdm.base.math.functions.VectorOperation.VectorOperationDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
VectorOperation
-
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> assignOutput(List<BigDecimal> result, 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
-
VectorOperationDefault
public VectorOperationDefault()
-
-
Method Details
-
doEvaluate
protected List<BigDecimal> doEvaluate(ArithmeticOperationEnum arithmeticOp, List<BigDecimal> left, List<BigDecimal> right) - Specified by:
doEvaluatein classVectorOperation
-
assignOutput
protected List<BigDecimal> assignOutput(List<BigDecimal> result, ArithmeticOperationEnum arithmeticOp, List<BigDecimal> left, List<BigDecimal> right)
-