Modifier and Type | Method and Description |
---|---|
int |
getEagerGeneration() |
int |
getLazyGeneration() |
boolean |
isTrivial() |
RootedGraphModel<V> |
localGraphModel() |
Collection<? extends V> |
members() |
Collection<SCC<V>> |
neighbours() |
String |
toString() |
public Collection<? extends V> members()
public Collection<SCC<V>> neighbours()
neighbours
in interface Node<SCC<V>>
public boolean isTrivial()
public final int getEagerGeneration()
public final int getLazyGeneration()
public RootedGraphModel<V> localGraphModel()
see also the complete user documentation .