org.geotools.graph.traverse.standard
Class DirectedDepthFirstTopologicalIterator

java.lang.Object
  extended by org.geotools.graph.traverse.basic.AbstractGraphIterator
      extended by org.geotools.graph.traverse.standard.DirectedBreadthFirstTopologicalIterator
          extended by org.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 © 1996-2010 Geotools. All Rights Reserved.