public class Flow extends HNEdge<HNNode,HNNode> 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(HNNode source,
HNNode target,
java.lang.String label) |
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) |
IGraphElementDecoration |
getDecorator() |
void |
setDecorator(IGraphElementDecoration decorator) |
compareTo, getParent, hashCode, setParent
compareTo, getGraph
getSource, getTarget
getAttributeMap, getLabel, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAttributeMap
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