Class SCCInfo<V>

java.lang.Object
eu.bandm.tools.graph.SCCInfo<V>

class SCCInfo<V> extends Object
  • Field Details

    • node

      final V node
    • dfsnum

      int dfsnum
    • lowpt

      int lowpt
    • done

      boolean done
    • rootish

      boolean rootish
    • neighbours

      Collection<? extends V> neighbours
    • root

      SCCInfo<V> root
    • next

      SCCInfo<V> next
    • nextSCC

      SCCInfo<V> nextSCC
    • eagerGeneration

      int eagerGeneration
    • lazyGeneration

      int lazyGeneration
  • Constructor Details

    • SCCInfo

      SCCInfo(V node)
  • Method Details

    • members

      public Iterable<V> members()
    • isRootish

      public boolean isRootish()