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, parents
addEdge, addVertex, edges, edges, removeEdge, removeVertex, vertices
int topologicalOrder(V v)
v
- a vertexCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.