public interface GraphWalker
| Modifier and Type | Method and Description |
|---|---|
void |
finish()
Called when the graph traversal is completed.
|
int |
visit(Graphable element,
GraphTraversal traversal)
Visits a graph component.
|
int visit(Graphable element, GraphTraversal traversal)
element - The component being visited.traversal - The traversal controlling the sequence of graph component visits.GraphTraversal,
GraphIteratorvoid finish()
GraphTraversalCopyright © 1996–2019 Geotools. All rights reserved.