Interface UndirectedGraphElement
-
- All Superinterfaces:
AttributeMapOwner
,java.lang.Cloneable
- All Known Subinterfaces:
UndirectedGraph<N,E>
,UndirectedGraphEdge<T>
,UndirectedGraphNode
- All Known Implementing Classes:
AbstractUndirectedEdge
,AbstractUndirectedGraph
,AbstractUndirectedNode
public interface UndirectedGraphElement extends AttributeMapOwner, java.lang.Cloneable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
UndirectedGraph<?,?>
getGraph()
java.lang.String
getLabel()
int
hashCode()
-
Methods inherited from interface org.processmining.models.graphbased.AttributeMapOwner
getAttributeMap
-
-
-
-
Method Detail
-
getLabel
java.lang.String getLabel()
-
getGraph
UndirectedGraph<?,?> getGraph()
-
equals
boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-