Class ConnectedSubgraphFinder


  • public class ConnectedSubgraphFinder
    extends java.lang.Object
    Finds all connected Subgraphs of a PlanarGraph.

    Note: uses the isVisited flag on the nodes.

    • Constructor Detail

      • ConnectedSubgraphFinder

        public ConnectedSubgraphFinder​(PlanarGraph graph)
    • Method Detail

      • getConnectedSubgraphs

        public java.util.List getConnectedSubgraphs()