StronglyConnectedComponentsFast
instead@Deprecated
public class StronglyConnectedComponents
extends java.lang.Object
DirectedGraph
Constructor and Description |
---|
StronglyConnectedComponents(DirectedGraph g)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equivalent(java.lang.Object a,
java.lang.Object b)
Deprecated.
Checks if 2 nodes are in the same strongly-connnected component.
|
java.util.List |
getComponentOf(java.lang.Object a)
Deprecated.
|
java.util.List<java.util.List> |
getComponents()
Deprecated.
|
DirectedGraph |
getSuperGraph()
Deprecated.
|
public StronglyConnectedComponents(DirectedGraph g)
g
- a graph for which we want to compute the strongly
connected components.DirectedGraph
public boolean equivalent(java.lang.Object a, java.lang.Object b)
a
- some graph node.b
- some graph nodepublic java.util.List<java.util.List> getComponents()
public java.util.List getComponentOf(java.lang.Object a)
a
- a node of the original graph.public DirectedGraph getSuperGraph()
DirectedGraph