public class AbstractDirectedHypergraphNode extends AbstractGraphNode implements DirectedHypergraphNode
Constructor and Description |
---|
AbstractDirectedHypergraphNode(java.lang.String label,
AbstractDirectedHypergraph<?,?,?> graph) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(DirectedHypergraphNode node) |
DirectedHypergraph<?,?,?> |
getGraph() |
equals, getId, hashCode
getAttributeMap, getLabel, toString
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
equals, getLabel, hashCode
getAttributeMap
public AbstractDirectedHypergraphNode(java.lang.String label, AbstractDirectedHypergraph<?,?,?> graph)
public DirectedHypergraph<?,?,?> getGraph()
getGraph
in interface DirectedHypergraphElement
public int compareTo(DirectedHypergraphNode node)
compareTo
in interface java.lang.Comparable<DirectedHypergraphNode>