Uses of Class
net.pricefx.common.apibuilder.calculationflowaction.ModelCalculationAction
Package
Description
Provides CalculationFlow API.
-
Uses of ModelCalculationAction in net.pricefx.common.apibuilder.calculationflowaction
Modifier and TypeMethodDescriptionExecute one of the actions declared in theModelObject
'sModelClass
.CalculationFlowActionBuilder.addModelCalculationAction
(String modelUniqueName) Adds a model calculation action to the list of actions that should be executed.ModelCalculationAction.allSteps()
Sets the calculation range of the model to all steps (setsfromStep
andtoStep
to null).ModelCalculationAction.fromFirstStep()
Sets the calculation range of steps of the specified model, beginning with the first step (included).Sets the calculation range of steps of the specified model, beginning with the specified step (included).Calculates the step of the model.ModelCalculationAction.setCalculate
(Boolean calculate) Whether the action is valid and should be triggered or not.ModelCalculationAction.toLastStep()
Sets the calculation range of steps of the specified model, ending with the last step (included).Sets the calculation range of steps of the specified model, ending with the specified step (included).