V - the vertexW - the weightpublic interface VisitSCC<V,W extends java.lang.Number> extends VisitStrategy<V,W>
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.util.Collection<V>> |
getSCC()
Return the latest calculated strongly connected components of the graph.
|
visitjava.util.Collection<java.util.Collection<V>> getSCC()
java.lang.NullPointerException - if there is no last calculated SCC