org.jbpm.simulation
Class PathContext

java.lang.Object
  extended by org.jbpm.simulation.PathContext

public class PathContext
extends Object


Nested Class Summary
static class PathContext.Type
           
 
Constructor Summary
PathContext()
           
PathContext(PathContext.Type type)
           
 
Method Summary
 void addAllPathElement(List<org.eclipse.bpmn2.SequenceFlow> elements)
           
 void addPathElement(org.eclipse.bpmn2.FlowElement element)
           
protected  int getCanBeFinishedCounter()
           
 String getId()
           
 Set<org.eclipse.bpmn2.FlowElement> getPathElements()
           
 PathContext.Type getType()
           
 boolean isCanBeFinished()
           
 boolean isLocked()
           
 void setCanBeFinished(boolean canBeFinished)
           
protected  void setCanBeFinishedCounter(int canBeFinishedCounter)
           
 void setCanBeFinishedNoIncrement(boolean canBeFinished)
           
 void setLocked(boolean locked)
           
 void setPathElements(Set<org.eclipse.bpmn2.FlowElement> pathElements)
           
 void setType(PathContext.Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathContext

public PathContext()

PathContext

public PathContext(PathContext.Type type)
Method Detail

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.