public class DepthFirstTopologicalIterator extends BreadthFirstTopologicalIterator
Constructor and Description |
---|
DepthFirstTopologicalIterator() |
Modifier and Type | Method and Description |
---|---|
protected Queue |
buildQueue(Graph graph)
Builds the active node queue.
|
cont, init, killBranch, next
getGraph, getTraversal, getWalker, setTraversal
protected Queue buildQueue(Graph graph)
buildQueue
in class BreadthFirstTopologicalIterator
graph
- The Graph whose components are being iterated over.Copyright © 1996–2019 Geotools. All rights reserved.