public class SCCGraphModel<V> extends NodeGraphModel<SCC<V>> implements RootedGraphModel<SCC<V>>
| Constructor and Description |
|---|
SCCGraphModel(RootedGraphModel<V> parent) |
SCCGraphModel(RootedGraphModel<V> parent,
boolean retainCycles) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Collection<SCC<V>>> |
eagerGenerations() |
boolean |
getRetainCycles() |
Map<V,SCC<V>> |
partition() |
Collection<SCC<V>> |
roots() |
neighboursclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitneighbourspublic SCCGraphModel(RootedGraphModel<V> parent)
public SCCGraphModel(RootedGraphModel<V> parent, boolean retainCycles)
public boolean getRetainCycles()
public Collection<SCC<V>> roots()
roots in interface RootedGraphModel<SCC<V>>public List<? extends Collection<SCC<V>>> eagerGenerations()
see also the complete user documentation .