Class ConnectedSubgraphFinder

Hierarchy: Object , ConnectedSubgraphFinder
public class ConnectedSubgraphFinder
Finds all connected Subgraphs of a PlanarGraph.

Note: uses the isVisited flag on the nodes.

public ConnectedSubgraphFinder(PlanarGraph graph)
public List getConnectedSubgraphs()