public class PathContext extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PathContext.Type |
Constructor and Description |
---|
PathContext() |
PathContext(PathContext.Type type) |
Modifier and Type | Method and Description |
---|---|
void |
addAllPathElement(List<org.eclipse.bpmn2.SequenceFlow> elements) |
void |
addPathElement(org.eclipse.bpmn2.FlowElement element) |
void |
addVisitedSplitPoint(org.eclipse.bpmn2.FlowElement element) |
protected void |
checkSize() |
protected int |
getCanBeFinishedCounter() |
String |
getId() |
Set<org.eclipse.bpmn2.FlowElement> |
getPathElements() |
String |
getPathId() |
org.eclipse.bpmn2.FlowElement |
getSplitOrigin() |
PathContext.Type |
getType() |
Set<org.eclipse.bpmn2.FlowElement> |
getVisitedSplitPoint() |
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 |
setSplitOrigin(org.eclipse.bpmn2.FlowElement splitOrigin) |
void |
setType(PathContext.Type type) |
void |
setVisitedSplitPoint(Set<org.eclipse.bpmn2.FlowElement> visitedSplitPoint) |
public PathContext()
public PathContext(PathContext.Type type)
protected int getCanBeFinishedCounter()
protected void setCanBeFinishedCounter(int canBeFinishedCounter)
public void addPathElement(org.eclipse.bpmn2.FlowElement element)
public void removePathElement(org.eclipse.bpmn2.FlowElement element)
public void addAllPathElement(List<org.eclipse.bpmn2.SequenceFlow> elements)
public Set<org.eclipse.bpmn2.FlowElement> getPathElements()
public void setPathElements(Set<org.eclipse.bpmn2.FlowElement> pathElements)
public boolean isCanBeFinished()
public void setCanBeFinishedNoIncrement(boolean canBeFinished)
public void setCanBeFinished(boolean canBeFinished)
public PathContext.Type getType()
public void setType(PathContext.Type type)
public boolean isLocked()
public void setLocked(boolean locked)
public String getId()
public String getPathId()
public void setPathId(String pathId)
public void addVisitedSplitPoint(org.eclipse.bpmn2.FlowElement element)
public Set<org.eclipse.bpmn2.FlowElement> getVisitedSplitPoint()
public void setVisitedSplitPoint(Set<org.eclipse.bpmn2.FlowElement> visitedSplitPoint)
protected void checkSize()
public org.eclipse.bpmn2.FlowElement getSplitOrigin()
public void setSplitOrigin(org.eclipse.bpmn2.FlowElement splitOrigin)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.