Class SCC<V>

java.lang.Object
eu.bandm.tools.graph.SCC<V>
All Implemented Interfaces:
Node<SCC<V>>

public class SCC<V> extends Object implements Node<SCC<V>>
  • Constructor Details

  • Method Details

    • addNeighbour

      void addNeighbour(SCC<V> neighbour)
    • members

      public Collection<? extends V> members()
    • neighbours

      public Collection<SCC<V>> neighbours()
      Specified by:
      neighbours in interface Node<V>
    • isTrivial

      public boolean isTrivial()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getEagerGeneration

      public final int getEagerGeneration()
    • getLazyGeneration

      public final int getLazyGeneration()
    • localGraphModel

      public RootedGraphModel<V> localGraphModel()