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)
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()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.