Class ConnectedGraphAnalyzer<V,​E>

  • Type Parameters:
    V - the type of the decorated vertex value
    E - the type of the decorated edge value
    All Implemented Interfaces:
    GraphAnalyzer<V,​E,​Boolean>

    public class ConnectedGraphAnalyzer<V,​E>
    extends Object
    implements GraphAnalyzer<V,​E,​Boolean>

    Calculate if the graph state represents a connected graph, meaning every vertex can be reached. via any other vertex over any hops of edges. The edges are seen as undirected.

    Since:
    1.0
    Author:
    Andreas Pointner
    • Constructor Detail

      • ConnectedGraphAnalyzer

        public ConnectedGraphAnalyzer()