Interface DirectedGraphNode
-
- All Superinterfaces:
AttributeMapOwner
,java.lang.Cloneable
,java.lang.Comparable<DirectedGraphNode>
,DirectedGraphElement
- All Known Subinterfaces:
BoundaryDirectedGraphNode
,ContainingDirectedGraphNode
- All Known Implementing Classes:
AbstractDirectedGraphNode
public interface DirectedGraphNode extends DirectedGraphElement, java.lang.Comparable<DirectedGraphNode>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeID
getId()
-
Methods inherited from interface org.processmining.models.graphbased.AttributeMapOwner
getAttributeMap
-
Methods inherited from interface org.processmining.models.graphbased.directed.DirectedGraphElement
equals, getGraph, getLabel, hashCode
-
-
-
-
Method Detail
-
getId
NodeID getId()
-
-