Uses of Class
org.jbpm.simulation.impl.SimulationPath
-
Packages that use SimulationPath Package Description org.jbpm.simulation org.jbpm.simulation.converter org.jbpm.simulation.impl -
-
Uses of SimulationPath in org.jbpm.simulation
Methods in org.jbpm.simulation that return SimulationPath Modifier and Type Method Description SimulationPathSimulationContext. getCurrentPath()Methods in org.jbpm.simulation with parameters of type SimulationPath Modifier and Type Method Description doubleSimulationDataProvider. calculatePathProbability(SimulationPath path)voidSimulationContext. setCurrentPath(SimulationPath currentPath) -
Uses of SimulationPath in org.jbpm.simulation.converter
Methods in org.jbpm.simulation.converter that return types with arguments of type SimulationPath Modifier and Type Method Description List<SimulationPath>SimulationFilterPathFormatConverter. convert(List<PathContext> paths) -
Uses of SimulationPath in org.jbpm.simulation.impl
Methods in org.jbpm.simulation.impl with parameters of type SimulationPath Modifier and Type Method Description doubleBPMN2SimulationDataProvider. calculatePathProbability(SimulationPath path)doubleJBPMBAMSimulationDataProvider. calculatePathProbability(SimulationPath path)Constructors in org.jbpm.simulation.impl with parameters of type SimulationPath Constructor Description SimulateProcessPathCommand(String processId, SimulationContext context, SimulationPath path)
-