public class Association 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 |
|---|
Association(BPMNNode source,
BPMNNode target,
BpmnAssociation.AssociationDirection direction) |
| Modifier and Type | Method and Description |
|---|---|
void |
decorate(java.awt.Graphics2D g2d,
double x,
double y,
double width,
double height) |
IGraphElementDecoration |
getDecorator() |
BpmnAssociation.AssociationDirection |
getDirection() |
void |
setDecorator(IGraphElementDecoration decorator) |
void |
setDirection(BpmnAssociation.AssociationDirection direction) |
compareTo, equals, getEdgeID, getLabel, getParent, hashCode, setLabel, setParentcompareTo, getGraphgetSource, getTargetgetAttributeMap, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic Association(BPMNNode source, BPMNNode target, BpmnAssociation.AssociationDirection direction)
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.Decoratedpublic BpmnAssociation.AssociationDirection getDirection()
public void setDirection(BpmnAssociation.AssociationDirection direction)