public abstract class AbstractUndirectedNode extends AbstractGraphNode implements UndirectedGraphNode
| Constructor and Description |
|---|
AbstractUndirectedNode(java.lang.String label,
AbstractUndirectedGraph<?,?> graph) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(UndirectedGraphNode node) |
UndirectedGraph<?,?> |
getGraph() |
equals, getId, hashCodegetAttributeMap, getLabel, toStringclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitequals, getLabel, hashCodegetAttributeMappublic AbstractUndirectedNode(java.lang.String label,
AbstractUndirectedGraph<?,?> graph)
public UndirectedGraph<?,?> getGraph()
getGraph in interface UndirectedGraphElementpublic int compareTo(UndirectedGraphNode node)
compareTo in interface java.lang.Comparable<UndirectedGraphNode>