Class TarjanSCCVisitor<N,​E>

    • Constructor Detail

      • TarjanSCCVisitor

        public TarjanSCCVisitor​(Graph<N,​E> graph,
                                SCCListener<N> listener)
        Constructor.
        Parameters:
        graph - the graph
        listener - the SCC listener to use, must not be null