Package org.geotools.graph.traverse
-
Interface Summary Interface Description GraphIterator Defines an algorithm in which to traverse the components of a graph.GraphTraversal Iterates a GraphWalker over the components of a Graph.GraphWalker Iterated over the components of a graph using a standard visitor pattern.