Package eu.bandm.tools.graph
Class SCCGraphModel<V>
- All Implemented Interfaces:
GraphModel<SCC<V>>
,RootedGraphModel<SCC<V>>
-
Constructor Summary
ConstructorDescriptionSCCGraphModel
(RootedGraphModel<V> parent) SCCGraphModel
(RootedGraphModel<V> parent, boolean retainCycles) -
Method Summary
Modifier and TypeMethodDescriptionList<? extends Collection<SCC<V>>>
boolean
Collection<SCC<V>>
roots()
Methods inherited from class eu.bandm.tools.graph.NodeGraphModel
neighbours
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface eu.bandm.tools.graph.GraphModel
neighbours
-
Constructor Details
-
SCCGraphModel
-
SCCGraphModel
-
-
Method Details
-
getRetainCycles
public boolean getRetainCycles() -
roots
- Specified by:
roots
in interfaceRootedGraphModel<V>
-
partition
-
eagerGenerations
-