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 GraphWalker
element
- The component being visited.traversal
- The traversal controlling the sequence of graph component visits.GraphWalker.visit(Graphable, GraphTraversal)
,
GraphTraversal.CONTINUE
public void finish()
finish
in interface GraphWalker
GraphWalker.finish()
Copyright © 1996–2019 Geotools. All rights reserved.