public class DirectedDepthFirstTopologicalIterator extends DirectedBreadthFirstTopologicalIterator
Constructor and Description |
---|
DirectedDepthFirstTopologicalIterator() |
Modifier and Type | Method and Description |
---|---|
protected Queue<Graphable> |
buildQueue(Graph graph) |
cont, init, killBranch, next
getGraph, getTraversal, getWalker, setTraversal
public DirectedDepthFirstTopologicalIterator()
protected Queue<Graphable> buildQueue(Graph graph)
buildQueue
in class DirectedBreadthFirstTopologicalIterator
Copyright © 1996–2023 Geotools. All rights reserved.