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, hashCode
getAttributeMap, getLabel, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, getLabel, hashCode
getAttributeMap
public AbstractUndirectedNode(java.lang.String label, AbstractUndirectedGraph<?,?> graph)
public UndirectedGraph<?,?> getGraph()
getGraph
in interface UndirectedGraphElement
public int compareTo(UndirectedGraphNode node)
compareTo
in interface java.lang.Comparable<UndirectedGraphNode>