Class AbstractStrongConnectivityInspector<V,​E>

    • Field Detail

      • graph

        protected final Graph<V,​E> graph
      • stronglyConnectedSets

        protected java.util.List<java.util.Set<V>> stronglyConnectedSets
      • stronglyConnectedSubgraphs

        protected java.util.List<Graph<V,​E>> stronglyConnectedSubgraphs
    • Constructor Detail

      • AbstractStrongConnectivityInspector

        protected AbstractStrongConnectivityInspector​(Graph<V,​E> graph)