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 booleanequals(java.lang.Object o)UndirectedGraph<?,?>getGraph()java.lang.StringgetLabel()inthashCode()-
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:
equalsin classjava.lang.Object
-
hashCode
int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-