public class StronglyConnectedComponents<N> extends Object
| Constructor and Description |
|---|
StronglyConnectedComponents(DirectedGraph<N> graph) |
| Modifier and Type | Method and Description |
|---|---|
List<List<N>> |
getComponents() |
List<List<N>> |
getTrueComponents() |
Copyright © 2024 Soot OSS. All rights reserved.