|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.graph.traverse.basic.DummyGraphWalker
A simple implementation of GraphWalker that does nothing but signal a graph traversal to continue.
GraphTraversal| Constructor Summary | |
DummyGraphWalker()
|
|
| Method Summary | |
void |
finish()
Does nothing. |
int |
visit(Graphable element,
GraphTraversal traversal)
Returns the continue signal. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DummyGraphWalker()
| Method Detail |
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()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||