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() |
neighbours
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
neighbours
public 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 .