public class DirectedBreadthFirstIterator extends BreadthFirstIterator
| Constructor and Description |
|---|
DirectedBreadthFirstIterator() |
| 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, setSourcegetSourcegetGraph, getTraversal, getWalker, setTraversalpublic void cont(Graphable current, GraphTraversal traversal)
BreadthFirstIteratorcont in interface GraphIteratorcont in class BreadthFirstIteratorcurrent - The current component of the traversal.org.geotools.graph.traverse.GraphIterator#cont(Graphable)Copyright © 1996–2019 Geotools. All rights reserved.