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