|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchord.util.graph.SCCBuilder<Node>
public class SCCBuilder<Node>
Algorithm for computing the Strongly Connected Components (SCCs) of a directed graph. The algorithm implemented here is Tarjan's algorithm.
| Constructor Summary | |
|---|---|
SCCBuilder(IGraph<Node> graph,
IGraphEntityVisitor<Node> visitor)
|
|
| Method Summary | |
|---|---|
void |
build()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SCCBuilder(IGraph<Node> graph,
IGraphEntityVisitor<Node> visitor)
| Method Detail |
|---|
public void build()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||