public class Node
extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode
| Constructor and Description |
|---|
Node(int eventIndex,
long eventKey,
java.lang.String label,
java.lang.String name) |
Node(java.lang.String label) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCardinality() |
int |
getEventIndex() |
long |
getEventKey() |
org.processmining.models.graphbased.directed.AbstractDirectedGraph<?,?> |
getGraph() |
java.lang.String |
getLabel() |
java.lang.String |
getName() |
void |
setCardinality(int i) |
void |
setLabel(java.lang.String label) |
compareToequals, getId, hashCodegetAttributeMap, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIdpublic Node(int eventIndex,
long eventKey,
java.lang.String label,
java.lang.String name)
public Node(java.lang.String label)
public int getEventIndex()
public org.processmining.models.graphbased.directed.AbstractDirectedGraph<?,?> getGraph()
getGraph in interface org.processmining.models.graphbased.directed.DirectedGraphElementgetGraph in class org.processmining.models.graphbased.directed.AbstractDirectedGraphNodepublic java.lang.String getLabel()
getLabel in interface org.processmining.models.graphbased.directed.DirectedGraphElementgetLabel in class org.processmining.models.graphbased.AbstractGraphElementpublic void setLabel(java.lang.String label)
public long getEventKey()
public void setCardinality(int i)
public int getCardinality()
public java.lang.String getName()