|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchord.util.graph.BackEdgesFinder<Node>
public class BackEdgesFinder<Node>
Algorithm for finding all back edges in a directed graph.
| Method Summary | ||
|---|---|---|
static
|
build(IGraph<Node> graph)
Provides all back edges in a depth-first traversal of a given directed graph reachable from its root nodes. |
|
| 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.Set<Pair<Node,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 | ||||||||