Interface RootedGraphModel<V>

All Superinterfaces:
GraphModel<V>
All Known Implementing Classes:
AdHocRootedGraphModel, DominatorTree, SCCGraphModel

public interface RootedGraphModel<V> extends GraphModel<V>
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<? extends V>
     

    Methods inherited from interface eu.bandm.tools.graph.GraphModel

    neighbours
  • Method Details