public abstract class AbstractDirectedGraphNode extends AbstractGraphNode implements DirectedGraphNode
Constructor and Description |
---|
AbstractDirectedGraphNode() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(DirectedGraphNode node) |
abstract AbstractDirectedGraph<?,?> |
getGraph() |
equals, getId, hashCode
getAttributeMap, getLabel, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId
equals, getLabel, hashCode
getAttributeMap
public abstract AbstractDirectedGraph<?,?> getGraph()
getGraph
in interface DirectedGraphElement
public int compareTo(DirectedGraphNode node)
compareTo
in interface java.lang.Comparable<DirectedGraphNode>