public class CNetVNode
extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode
implements org.processmining.models.shapes.Decorated
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
tooltip |
Constructor and Description |
---|
CNetVNode(org.processmining.models.graphbased.directed.AbstractDirectedGraph<CNetVNode,CNetVEdge> graph,
CNetNode node,
CNet net) |
CNetVNode(CNetV graph,
CNetVNode origNode) |
Modifier and Type | Method and Description |
---|---|
void |
decorate(java.awt.Graphics2D g2d,
double x,
double y,
double width,
double height)
decorate the node
|
ICNetNodeDecoration |
getDecorator() |
org.processmining.models.graphbased.directed.AbstractDirectedGraph<?,?> |
getGraph() |
java.lang.String |
getLabel()
get label
|
CNetNode |
getNode() |
java.lang.String |
getToolTipText() |
void |
setDecorator(ICNetNodeDecoration decorator) |
compareTo
equals, getId, hashCode
getAttributeMap, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getId
public CNetVNode(org.processmining.models.graphbased.directed.AbstractDirectedGraph<CNetVNode,CNetVEdge> graph, CNetNode node, CNet net)
public void decorate(java.awt.Graphics2D g2d, double x, double y, double width, double height)
decorate
in interface org.processmining.models.shapes.Decorated
public java.lang.String getToolTipText()
public org.processmining.models.graphbased.directed.AbstractDirectedGraph<?,?> getGraph()
getGraph
in interface org.processmining.models.graphbased.directed.DirectedGraphElement
getGraph
in class org.processmining.models.graphbased.directed.AbstractDirectedGraphNode
public ICNetNodeDecoration getDecorator()
public void setDecorator(ICNetNodeDecoration decorator)
decorator
- the decorator to setpublic CNetNode getNode()
public java.lang.String getLabel()
getLabel
in interface org.processmining.models.graphbased.directed.DirectedGraphElement
getLabel
in class org.processmining.models.graphbased.AbstractGraphElement