V - vertex typeE - arc typepublic interface DAGraph<V,E extends Arc<V>> extends DiGraph<V,E>
| Modifier and Type | Method and Description |
|---|---|
int |
topologicalOrder(V v)
Get the topological order of a vertex.
|
children, incomingArcs, outgoingArcs, parentsaddEdge, addVertex, edges, edges, removeEdge, removeVertex, verticesint topologicalOrder(V v)
v - a vertexCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.