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, hashCodegetAttributeMap, getLabel, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdequals, getLabel, hashCodegetAttributeMappublic abstract AbstractDirectedGraph<?,?> getGraph()
getGraph in interface DirectedGraphElementpublic int compareTo(DirectedGraphNode node)
compareTo in interface java.lang.Comparable<DirectedGraphNode>