public class CNetVEdge extends org.processmining.models.graphbased.directed.AbstractDirectedGraphEdge<CNetVNode,CNetVNode> implements org.processmining.models.shapes.Decorated
Constructor and Description |
---|
CNetVEdge(CNetVNode source,
CNetVNode target) |
Modifier and Type | Method and Description |
---|---|
void |
decorate(java.awt.Graphics2D g2d,
double x,
double y,
double width,
double height) |
ICNetEdgeDecoration |
getDecorator() |
void |
setDecorator(ICNetEdgeDecoration decorator) |
compareTo, getGraph
equals, getSource, getTarget, hashCode
getAttributeMap, getLabel, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getSource, getTarget
public ICNetEdgeDecoration getDecorator()
public void setDecorator(ICNetEdgeDecoration decorator)
decorator
- the decorator to setpublic void decorate(java.awt.Graphics2D g2d, double x, double y, double width, double height)
decorate
in interface org.processmining.models.shapes.Decorated