Package eu.bandm.tools.graph
Interface RootedGraphModel<V>
- All Superinterfaces:
GraphModel<V>
- All Known Implementing Classes:
AdHocRootedGraphModel
,DominatorTree
,SCCGraphModel
-
Method Summary
Methods inherited from interface eu.bandm.tools.graph.GraphModel
neighbours
-
Method Details
-
roots
Collection<? extends V> roots()
-