public class Flow extends BPMNEdge<BPMNNode,BPMNNode> implements org.processmining.models.shapes.Decorated
org.processmining.models.graphbased.directed.DirectedGraphEdge.MultipleSources<N extends org.processmining.models.graphbased.directed.DirectedGraphNode>, org.processmining.models.graphbased.directed.DirectedGraphEdge.MultipleTargets<N extends org.processmining.models.graphbased.directed.DirectedGraphNode>
Constructor and Description |
---|
Flow(BPMNNode source,
BPMNNode target,
java.lang.String label) |
Flow(BPMNNode source,
BPMNNode target,
SubProcess parentSubProcess,
java.lang.String label)
Deprecated.
|
Flow(BPMNNode source,
BPMNNode target,
Swimlane parentSwimlane,
java.lang.String label)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
decorate(java.awt.Graphics2D g2d,
double x,
double y,
double width,
double height) |
boolean |
equals(java.lang.Object o) |
SubProcess |
getAncestorSubProcess() |
java.lang.String |
getConditionExpression() |
IGraphElementDecoration |
getDecorator() |
Swimlane |
getParentPool()
Deprecated.
|
SubProcess |
getParentSubProcess()
Deprecated.
|
Swimlane |
getParentSwimlane()
Deprecated.
|
java.lang.String |
getTextAnnotation() |
void |
setConditionExpression(java.lang.String conditionExpression) |
void |
setDecorator(IGraphElementDecoration decorator) |
void |
setTextAnnotation(java.lang.String textAnnotation) |
compareTo, getEdgeID, getLabel, getParent, hashCode, setLabel, setParent
compareTo, getGraph
getSource, getTarget
getAttributeMap, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@Deprecated public Flow(BPMNNode source, BPMNNode target, SubProcess parentSubProcess, java.lang.String label)
@Deprecated public Swimlane getParentSwimlane()
@Deprecated public Swimlane getParentPool()
@Deprecated public SubProcess getParentSubProcess()
public SubProcess getAncestorSubProcess()
public boolean equals(java.lang.Object o)
public IGraphElementDecoration getDecorator()
public void setDecorator(IGraphElementDecoration decorator)
public void decorate(java.awt.Graphics2D g2d, double x, double y, double width, double height)
decorate
in interface org.processmining.models.shapes.Decorated
public void setConditionExpression(java.lang.String conditionExpression)
public java.lang.String getConditionExpression()
public java.lang.String getTextAnnotation()
public void setTextAnnotation(java.lang.String textAnnotation)