|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchord.util.graph.RPOBuilder<Node>
public final class RPOBuilder<Node>
Algorithm for computing the Reverse Post Order (RPO) of the nodes in a directed graph.
Notes:
| Method Summary | ||
|---|---|---|
static
|
build(IGraph<Node> graph)
Provides all nodes of a given directed graph reachable from its root nodes and ordered in Reverse Post Order (RPO). |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <Node> java.util.List<Node> build(IGraph<Node> graph)
graph - A directed graph.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||