jBPM Simulation 6.0.0.CR3

Uses of Class
org.jbpm.simulation.PathContext

Packages that use PathContext
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
 PathContext PathContextManager.cloneGiven(PathContext toclone)
           
 PathContext PathContextManager.cloneGivenWithoutPush(PathContext toclone)
           
 PathContext PathContextManager.getContextFromStack()
           
 

Methods in org.jbpm.simulation that return types with arguments of type PathContext
 List<PathContext> PathFinder.findPaths()
           
 List<PathContext> PathContextManager.getCompletePaths()
           
 Stack<PathContext> PathContextManager.getPaths()
           
 

Methods in org.jbpm.simulation with parameters of type PathContext
 void PathContextManager.addAllToPath(List<org.eclipse.bpmn2.SequenceFlow> elements, PathContext context)
           
protected  void PathContextManager.addToCompleted(PathContext context)
           
 void PathContextManager.addToPath(org.eclipse.bpmn2.FlowElement element, PathContext context)
           
 PathContext PathContextManager.cloneGiven(PathContext toclone)
           
 PathContext PathContextManager.cloneGivenWithoutPush(PathContext toclone)
           
 void PathContextManager.finalizePath(PathContext context)
           
 void PathContextManager.removeFromPath(org.eclipse.bpmn2.FlowElement element, PathContext context)
           
 

Method parameters in org.jbpm.simulation with type arguments of type PathContext
 E PathFormatConverter.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
 List<SimulationPath> SimulationFilterPathFormatConverter.convert(List<PathContext> paths)
           
 org.json.JSONObject JSONPathFormatConverter.convert(List<PathContext> completePaths)
           
 

Uses of PathContext in org.jbpm.simulation.impl
 

Methods in org.jbpm.simulation.impl that return types with arguments of type PathContext
 List<PathContext> BPMN2PathFinderImpl.findPaths()
           
 List<PathContext> SimulationPath.getOrigPaths()
           
 

Method parameters in org.jbpm.simulation.impl with type arguments of type PathContext
 void SimulationPath.setOrigPaths(List<PathContext> origPaths)
           
 


jBPM Simulation 6.0.0.CR3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.