Uses of Class
net.pricefx.common.apibuilder.calculationflowaction.SimulationAction
Package
Description
Provides CalculationFlow API.
-
Uses of SimulationAction in net.pricefx.common.apibuilder.calculationflowaction
Modifier and TypeMethodDescriptionCalculationFlowActionBuilder.addSimulationAction
(String simulationLabel) Adds simulation action to the list of actions that should be executed.SimulationAction.setCalculate
(Boolean calculate) Whether the action is valid and should be triggered or not.SimulationAction.setDistributedCalculationThreshold
(int threshold) Sets a job-individual threshold to start a distributed calculation.SimulationAction.setNextJobs
(List<ChainedJobInfo> jobs) Defines subsequent follow-on jobsSimulationAction.setPriority
(int priority) Sets the prority of this job.