org.jbpm.simulation
Class PathContext
java.lang.Object
org.jbpm.simulation.PathContext
public class PathContext
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathContext
public PathContext()
PathContext
public PathContext(PathContext.Type type)
getCanBeFinishedCounter
protected int getCanBeFinishedCounter()
setCanBeFinishedCounter
protected void setCanBeFinishedCounter(int canBeFinishedCounter)
addPathElement
public void addPathElement(org.eclipse.bpmn2.FlowElement element)
removePathElement
public void removePathElement(org.eclipse.bpmn2.FlowElement element)
addAllPathElement
public void addAllPathElement(List<org.eclipse.bpmn2.SequenceFlow> elements)
getPathElements
public Set<org.eclipse.bpmn2.FlowElement> getPathElements()
setPathElements
public void setPathElements(Set<org.eclipse.bpmn2.FlowElement> pathElements)
isCanBeFinished
public boolean isCanBeFinished()
setCanBeFinishedNoIncrement
public void setCanBeFinishedNoIncrement(boolean canBeFinished)
setCanBeFinished
public void setCanBeFinished(boolean canBeFinished)
getType
public PathContext.Type getType()
setType
public void setType(PathContext.Type type)
isLocked
public boolean isLocked()
setLocked
public void setLocked(boolean locked)
getId
public String getId()
getPathId
public String getPathId()
setPathId
public void setPathId(String pathId)
addVisitedSplitPoint
public void addVisitedSplitPoint(org.eclipse.bpmn2.FlowElement element)
getVisitedSplitPoint
public Set<org.eclipse.bpmn2.FlowElement> getVisitedSplitPoint()
setVisitedSplitPoint
public void setVisitedSplitPoint(Set<org.eclipse.bpmn2.FlowElement> visitedSplitPoint)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.