Interface UndirectedGraphNode
-
- All Superinterfaces:
AttributeMapOwner
,java.lang.Cloneable
,java.lang.Comparable<UndirectedGraphNode>
,UndirectedGraphElement
- All Known Implementing Classes:
AbstractUndirectedNode
public interface UndirectedGraphNode extends UndirectedGraphElement, java.lang.Comparable<UndirectedGraphNode>
-
-
Method Summary
-
Methods inherited from interface org.processmining.models.graphbased.AttributeMapOwner
getAttributeMap
-
Methods inherited from interface org.processmining.models.graphbased.undirected.UndirectedGraphElement
equals, getGraph, getLabel, hashCode
-
-