Interface DirectedHypergraphElement
-
- All Superinterfaces:
AttributeMapOwner
,java.lang.Cloneable
- All Known Subinterfaces:
DirectedHypergraph<N,I,O>
,DirectedHypergraphNode
,DirectedIncomingHyperedge<S,T>
,DirectedOutgoingHyperedge<S,T>
- All Known Implementing Classes:
AbstractDirectedHypergraph
,AbstractDirectedHypergraphNode
,AbstractDirectedIncomingHyperedge
,AbstractDirectedOutgoingHyperedge
public interface DirectedHypergraphElement extends AttributeMapOwner, java.lang.Cloneable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
DirectedHypergraph<?,?,?>
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
DirectedHypergraph<?,?,?> getGraph()
-
equals
boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-