public static final class TarjanGraphSearch.SccResult<V extends Vertex,E extends Edge<V>> extends java.lang.Object implements GraphSearch.Result
Modifier and Type | Method and Description |
---|---|
TarjanGraphSearch.SccResult<V,E> |
build() |
int |
clusterCount()
Returns the number of SCC clusters in the graph.
|
java.util.List<java.util.Set<E>> |
clusterEdges()
Returns the list of edges linking strongly connected vertex clusters.
|
java.util.List<java.util.Set<V>> |
clusterVertexes()
Returns the list of strongly connected vertex clusters.
|
public int clusterCount()
public java.util.List<java.util.Set<V>> clusterVertexes()
public java.util.List<java.util.Set<E>> clusterEdges()
public TarjanGraphSearch.SccResult<V,E> build()