|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--agl2.alg.TopologicalSort
Generate the TopologicalSort of a directed graph.
| Constructor Summary | |
TopologicalSort(DirectedGraph g,
GraphVisitor v)
|
|
| Method Summary | |
void |
apply(java.lang.Object root)
|
static java.util.Iterator |
nodeIterator(DirectedGraph g,
java.lang.Object r)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TopologicalSort(DirectedGraph g,
GraphVisitor v)
| Method Detail |
public void apply(java.lang.Object root)
public static java.util.Iterator nodeIterator(DirectedGraph g,
java.lang.Object r)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||