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. | 
buildQueuegetQueue, 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.