org.geotools.graph.traverse.standard
Class DirectedDepthFirstTopologicalIterator

Object
  extended by AbstractGraphIterator
      extended by DirectedBreadthFirstTopologicalIterator
          extended by DirectedDepthFirstTopologicalIterator
All Implemented Interfaces:
GraphIterator

public class DirectedDepthFirstTopologicalIterator
extends DirectedBreadthFirstTopologicalIterator

Module:

Constructor Summary
DirectedDepthFirstTopologicalIterator()
           
 
Method Summary
protected  Queue buildQueue(Graph graph)
           
 
Methods inherited from class DirectedBreadthFirstTopologicalIterator
cont, init, killBranch, next
 
Methods inherited from class AbstractGraphIterator
getGraph, getTraversal, getWalker, setTraversal
 
Methods inherited from class 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-2009 Geotools. All Rights Reserved.