|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchord.util.graph.SimpleCyclesFinder<Node>
Node - The type of the graph's nodes.public class SimpleCyclesFinder<Node>
Algorithm for finding all simple cycles in a directed graph.
| Method Summary | ||
|---|---|---|
static
|
run(IGraph<Node> graph,
IGraphEntityVisitor<Node> visitor)
Finds all simple cycles in a given directed graph by invoking a given visitor on each simple cycle. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <Node> void run(IGraph<Node> graph,
IGraphEntityVisitor<Node> visitor)
Node - The type of the graph's nodes.graph - A directed graph.visitor - A visitor over the graph's simple cycles.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||