com.vividsolutions.jts.planargraph.algorithm
Class ConnectedSubgraphFinder
java.lang.Object
com.vividsolutions.jts.planargraph.algorithm.ConnectedSubgraphFinder
public class ConnectedSubgraphFinder
- extends Object
Finds all connected Subgraph
s of a PlanarGraph
.
Note: uses the isVisited
flag on the nodes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectedSubgraphFinder
public ConnectedSubgraphFinder(PlanarGraph graph)
getConnectedSubgraphs
public List getConnectedSubgraphs()
Copyright © 2012. All Rights Reserved.