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, hashCodegetAttributeMap, getLabel, toStringclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitequals, getLabel, hashCodegetAttributeMappublic AbstractDirectedHypergraphNode(java.lang.String label,
AbstractDirectedHypergraph<?,?,?> graph)
public DirectedHypergraph<?,?,?> getGraph()
getGraph in interface DirectedHypergraphElementpublic int compareTo(DirectedHypergraphNode node)
compareTo in interface java.lang.Comparable<DirectedHypergraphNode>