Uses of Class
org.jbpm.simulation.PathContext
-
Packages that use PathContext Package Description org.jbpm.simulation org.jbpm.simulation.converter org.jbpm.simulation.impl -
-
Uses of PathContext in org.jbpm.simulation
Methods in org.jbpm.simulation that return PathContext Modifier and Type Method Description PathContextPathContextManager. cloneGiven(PathContext toclone)PathContextPathContextManager. cloneGivenWithoutPush(PathContext toclone)PathContextPathContextManager. getContextFromStack()Methods in org.jbpm.simulation that return types with arguments of type PathContext Modifier and Type Method Description List<PathContext>PathFinder. findPaths()List<PathContext>PathContextManager. getCompletePaths()Stack<PathContext>PathContextManager. getContextsFromStack()Stack<PathContext>PathContextManager. getPaths()Methods in org.jbpm.simulation with parameters of type PathContext Modifier and Type Method Description voidPathContextManager. addAllToPath(List<org.eclipse.bpmn2.SequenceFlow> elements, PathContext context)protected voidPathContextManager. addToCompleted(PathContext context)voidPathContextManager. addToPath(org.eclipse.bpmn2.FlowElement element, PathContext context)PathContextPathContextManager. cloneGiven(PathContext toclone)PathContextPathContextManager. cloneGivenWithoutPush(PathContext toclone)voidPathContextManager. finalizePath(PathContext context)voidPathContextManager. removeFromPath(org.eclipse.bpmn2.FlowElement element, PathContext context)Method parameters in org.jbpm.simulation with type arguments of type PathContext Modifier and Type Method Description EPathFormatConverter. convert(List<PathContext> paths) -
Uses of PathContext in org.jbpm.simulation.converter
Method parameters in org.jbpm.simulation.converter with type arguments of type PathContext Modifier and Type Method Description org.json.JSONObjectJSONPathFormatConverter. convert(List<PathContext> completePaths)List<SimulationPath>SimulationFilterPathFormatConverter. convert(List<PathContext> paths) -
Uses of PathContext in org.jbpm.simulation.impl
Methods in org.jbpm.simulation.impl that return types with arguments of type PathContext Modifier and Type Method Description List<PathContext>BPMN2PathFinderImpl. findPaths()List<PathContext>SimulationPath. getOrigPaths()Method parameters in org.jbpm.simulation.impl with type arguments of type PathContext Modifier and Type Method Description voidSimulationPath. setOrigPaths(List<PathContext> origPaths)
-