public class SCC<T> extends Object
| Constructor and Description |
|---|
SCC(Iterator<T> it,
DirectedGraph<T> g) |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<T> |
getFinishedOrder() |
List<List<T>> |
getSccList() |
public SCC(Iterator<T> it, DirectedGraph<T> g)
public LinkedList<T> getFinishedOrder()
Copyright © 2020 Soot OSS. All rights reserved.