org.geotools.graph.traverse |
|
Java Source File Name | Type | Comment |
GraphIterator.java | Interface | Defines an algorithm in which to traverse the components of a graph. |
GraphTraversal.java | Interface | Iterates a GraphWalker over the
components of a Graph. |
GraphWalker.java | Interface | Iterated over the components of a graph using a standard visitor
pattern. |