Package | Description |
---|---|
eu.bandm.tools.graph |
Mathematical graph tools.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Collection<SCC<V>>> |
SCCGraphModel.eagerGenerations() |
List<? extends Collection<SCC<V>>> |
SCCGraphModel.eagerGenerations() |
Collection<SCC<V>> |
SCC.neighbours() |
Collection<SCC<V>> |
SCC.neighbours() |
Map<V,SCC<V>> |
SCCGraphModel.partition() |
Map<V,SCC<V>> |
SCCGraphModel.partition() |
Collection<SCC<V>> |
SCCGraphModel.roots() |
Collection<SCC<V>> |
SCCGraphModel.roots() |
see also the complete user documentation .