jBPM Simulation 6.0.0.Beta4

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()
           
 String getPathId()
           
 PathContext.Type getType()
           
 boolean isCanBeFinished()
           
 boolean isLocked()
           
 void removePathElement(org.eclipse.bpmn2.FlowElement element)
           
 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 setPathId(String pathId)
           
 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)

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)

jBPM Simulation 6.0.0.Beta4

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.