Package eu.bandm.tools.graph
Class SCC<V>
java.lang.Object
eu.bandm.tools.graph.SCC<V>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) void
addNeighbour
(SCC<V> neighbour) final int
final int
boolean
Collection<? extends V>
members()
Collection<SCC<V>>
toString()
-
Constructor Details
-
SCC
SCC(GraphModel<V> parent, SCCInfo<V> info)
-
-
Method Details
-
addNeighbour
-
members
-
neighbours
- Specified by:
neighbours
in interfaceNode<V>
-
isTrivial
public boolean isTrivial() -
toString
-
getEagerGeneration
public final int getEagerGeneration() -
getLazyGeneration
public final int getLazyGeneration() -
localGraphModel
-