org.geotools.graph.traverse.standard
Class DirectedDepthFirstTopologicalIterator

java.lang.Object
  extended byorg.geotools.graph.traverse.basic.AbstractGraphIterator
      extended byorg.geotools.graph.traverse.standard.DirectedBreadthFirstTopologicalIterator
          extended byorg.geotools.graph.traverse.standard.DirectedDepthFirstTopologicalIterator
All Implemented Interfaces:
GraphIterator

public class DirectedDepthFirstTopologicalIterator
extends DirectedBreadthFirstTopologicalIterator


Constructor Summary
DirectedDepthFirstTopologicalIterator()
           
 
Method Summary
protected  Queue buildQueue(Graph graph)
           
 
Methods inherited from class org.geotools.graph.traverse.standard.DirectedBreadthFirstTopologicalIterator
cont, init, killBranch, next
 
Methods inherited from class org.geotools.graph.traverse.basic.AbstractGraphIterator
getGraph, getTraversal, getWalker, setTraversal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectedDepthFirstTopologicalIterator

public DirectedDepthFirstTopologicalIterator()
Method Detail

buildQueue

protected Queue buildQueue(Graph graph)
Overrides:
buildQueue in class DirectedBreadthFirstTopologicalIterator


Copyright © GeoTools. All Rights Reserved.