Class GetQuantityScheduleStepValues.GetQuantityScheduleStepValuesDefault
java.lang.Object
cdm.product.asset.calculation.functions.GetQuantityScheduleStepValues
cdm.product.asset.calculation.functions.GetQuantityScheduleStepValues.GetQuantityScheduleStepValuesDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
GetQuantityScheduleStepValues
public static class GetQuantityScheduleStepValues.GetQuantityScheduleStepValuesDefault
extends GetQuantityScheduleStepValues
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.product.asset.calculation.functions.GetQuantityScheduleStepValues
GetQuantityScheduleStepValues.GetQuantityScheduleStepValuesDefault -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<BigDecimal> assignOutput(List<BigDecimal> stepValues, NonNegativeQuantitySchedule schedule, com.rosetta.model.lib.records.Date periodStartDate) protected List<BigDecimal> doEvaluate(NonNegativeQuantitySchedule schedule, com.rosetta.model.lib.records.Date periodStartDate) Methods inherited from class cdm.product.asset.calculation.functions.GetQuantityScheduleStepValues
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
-
GetQuantityScheduleStepValuesDefault
public GetQuantityScheduleStepValuesDefault()
-
-
Method Details
-
doEvaluate
protected List<BigDecimal> doEvaluate(NonNegativeQuantitySchedule schedule, com.rosetta.model.lib.records.Date periodStartDate) - Specified by:
doEvaluatein classGetQuantityScheduleStepValues
-
assignOutput
protected List<BigDecimal> assignOutput(List<BigDecimal> stepValues, NonNegativeQuantitySchedule schedule, com.rosetta.model.lib.records.Date periodStartDate)
-