public class FuzzyDirectedGraphNode
extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode
| Constructor and Description |
|---|
FuzzyDirectedGraphNode(FuzzyCausalGraph graph) |
FuzzyDirectedGraphNode(FuzzyCausalGraph graph,
java.lang.String label) |
| Modifier and Type | Method and Description |
|---|---|
FuzzyCausalGraph |
getGraph() |
java.lang.String |
getLabel() |
compareToequals, getId, hashCodegetAttributeMap, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIdpublic FuzzyDirectedGraphNode(FuzzyCausalGraph graph)
public FuzzyDirectedGraphNode(FuzzyCausalGraph graph, java.lang.String label)
public FuzzyCausalGraph 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.AbstractGraphElement