org.jbpm.simulation
Class PathContextManager
java.lang.Object
org.jbpm.simulation.PathContextManager
public class PathContextManager
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
catchingEvents
protected Map<String,org.eclipse.bpmn2.FlowElement> catchingEvents
PathContextManager
public PathContextManager()
getCatchingEvents
public Map<String,org.eclipse.bpmn2.FlowElement> getCatchingEvents()
setCatchingEvents
public void setCatchingEvents(Map<String,org.eclipse.bpmn2.FlowElement> catchingEvents)
getContextFromStack
public PathContext getContextFromStack()
addToPath
public void addToPath(org.eclipse.bpmn2.FlowElement element,
PathContext context)
removeFromPath
public void removeFromPath(org.eclipse.bpmn2.FlowElement element,
PathContext context)
addAllToPath
public void addAllToPath(List<org.eclipse.bpmn2.SequenceFlow> elements,
PathContext context)
cloneGiven
public PathContext cloneGiven(PathContext toclone)
cloneGivenWithoutPush
public PathContext cloneGivenWithoutPush(PathContext toclone)
getPaths
public Stack<PathContext> getPaths()
finalizePath
public void finalizePath()
finalizePath
public void finalizePath(PathContext context)
clearCurrentContext
public void clearCurrentContext()
complete
public void complete()
getCompletePaths
public List<PathContext> getCompletePaths()
addToCompleted
protected void addToCompleted(PathContext context)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.