Class AbstractDirectedHypergraphNode
- java.lang.Object
-
- org.processmining.models.graphbased.AbstractGraphElement
-
- org.processmining.models.graphbased.AbstractGraphNode
-
- org.processmining.models.graphbased.directedhypergraph.AbstractDirectedHypergraphNode
-
- All Implemented Interfaces:
java.lang.Cloneable
,java.lang.Comparable<DirectedHypergraphNode>
,AttributeMapOwner
,DirectedHypergraphElement
,DirectedHypergraphNode
public class AbstractDirectedHypergraphNode extends AbstractGraphNode implements DirectedHypergraphNode
-
-
Constructor Summary
Constructors Constructor Description AbstractDirectedHypergraphNode(java.lang.String label, AbstractDirectedHypergraph<?,?,?> graph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(DirectedHypergraphNode node)
DirectedHypergraph<?,?,?>
getGraph()
-
Methods inherited from class org.processmining.models.graphbased.AbstractGraphNode
equals, getId, hashCode
-
Methods inherited from class org.processmining.models.graphbased.AbstractGraphElement
getAttributeMap, getLabel, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.processmining.models.graphbased.AttributeMapOwner
getAttributeMap
-
Methods inherited from interface org.processmining.models.graphbased.directedhypergraph.DirectedHypergraphElement
equals, getLabel, hashCode
-
-
-
-
Constructor Detail
-
AbstractDirectedHypergraphNode
public AbstractDirectedHypergraphNode(java.lang.String label, AbstractDirectedHypergraph<?,?,?> graph)
-
-
Method Detail
-
getGraph
public DirectedHypergraph<?,?,?> getGraph()
- Specified by:
getGraph
in interfaceDirectedHypergraphElement
-
compareTo
public int compareTo(DirectedHypergraphNode node)
- Specified by:
compareTo
in interfacejava.lang.Comparable<DirectedHypergraphNode>
-
-