public class DummyGraphWalker extends Object implements GraphWalker
GraphTraversal| Constructor and Description |
|---|
DummyGraphWalker() |
| Modifier and Type | Method and Description |
|---|---|
void |
finish()
Does nothing.
|
int |
visit(Graphable element,
GraphTraversal traversal)
Returns the continue signal.
|
public int visit(Graphable element, GraphTraversal traversal)
visit in interface GraphWalkerelement - The component being visited.traversal - The traversal controlling the sequence of graph component visits.GraphWalker.visit(Graphable, GraphTraversal),
GraphTraversal.CONTINUEpublic void finish()
finish in interface GraphWalkerGraphWalker.finish()Copyright © 1996–2019 Geotools. All rights reserved.