Uses of Class
org.processmining.models.graphbased.NodeID
-
Packages that use NodeID Package Description org.processmining.models.graphbased org.processmining.models.graphbased.directed -
-
Uses of NodeID in org.processmining.models.graphbased
Fields in org.processmining.models.graphbased declared as NodeID Modifier and Type Field Description protected NodeID
AbstractGraph. id
Methods in org.processmining.models.graphbased that return NodeID Modifier and Type Method Description NodeID
AbstractGraphNode. getId()
Methods in org.processmining.models.graphbased with parameters of type NodeID Modifier and Type Method Description int
NodeID. compareTo(NodeID node)
-
Uses of NodeID in org.processmining.models.graphbased.directed
Methods in org.processmining.models.graphbased.directed that return NodeID Modifier and Type Method Description NodeID
DirectedGraphNode. getId()
-