public class DirectedDepthFirstIterator extends DepthFirstIterator
Constructor and Description |
---|
DirectedDepthFirstIterator() |
Modifier and Type | Method and Description |
---|---|
void |
cont(Graphable current,
GraphTraversal traversal)
Looks for nodes adjacent to the current node to place into the node queue.
|
buildQueue
getQueue, init, killBranch, next, setSource
getSource
getGraph, getTraversal, getWalker, setTraversal
public void cont(Graphable current, GraphTraversal traversal)
BreadthFirstIterator
cont
in interface GraphIterator
cont
in class BreadthFirstIterator
current
- The current component of the traversal.org.geotools.graph.traverse.GraphIterator#cont(Graphable)
Copyright © 1996–2019 Geotools. All rights reserved.