Package | Description |
---|---|
org.jbpm.simulation | |
org.jbpm.simulation.converter | |
org.jbpm.simulation.impl |
Modifier and Type | Method and Description |
---|---|
PathContext |
PathContextManager.cloneGiven(PathContext toclone) |
PathContext |
PathContextManager.cloneGivenWithoutPush(PathContext toclone) |
PathContext |
PathContextManager.getContextFromStack() |
Modifier and Type | Method and Description |
---|---|
List<PathContext> |
PathFinder.findPaths() |
List<PathContext> |
PathContextManager.getCompletePaths() |
Stack<PathContext> |
PathContextManager.getPaths() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
E |
PathFormatConverter.convert(List<PathContext> paths) |
Modifier and Type | Method and Description |
---|---|
List<SimulationPath> |
SimulationFilterPathFormatConverter.convert(List<PathContext> paths) |
org.json.JSONObject |
JSONPathFormatConverter.convert(List<PathContext> completePaths) |
Modifier and Type | Method and Description |
---|---|
List<PathContext> |
BPMN2PathFinderImpl.findPaths() |
List<PathContext> |
SimulationPath.getOrigPaths() |
Modifier and Type | Method and Description |
---|---|
void |
SimulationPath.setOrigPaths(List<PathContext> origPaths) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.