org.geotools.graph.traverse.standard
Class DirectedDijkstraIterator

Object
  extended by AbstractGraphIterator
      extended by SourceGraphIterator
          extended by DijkstraIterator
              extended by DirectedDijkstraIterator
All Implemented Interfaces:
GraphIterator

public class DirectedDijkstraIterator
extends DijkstraIterator


Nested Class Summary
 
Nested classes/interfaces inherited from class DijkstraIterator
DijkstraIterator.DijkstraNode, DijkstraIterator.EdgeWeighter
 
Field Summary
 
Fields inherited from class DijkstraIterator
nodemap, queue, weighter
 
Constructor Summary
DirectedDijkstraIterator(DijkstraIterator.EdgeWeighter weighter)
           
 
Method Summary
protected  Iterator getRelated(Graphable current)
           
 
Methods inherited from class DijkstraIterator
cont, getCost, getParent, getQueue, init, killBranch, next
 
Methods inherited from class SourceGraphIterator
getSource, setSource
 
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

DirectedDijkstraIterator

public DirectedDijkstraIterator(DijkstraIterator.EdgeWeighter weighter)
Method Detail

getRelated

protected Iterator getRelated(Graphable current)
Overrides:
getRelated in class DijkstraIterator


Copyright © 1996-2009 Geotools. All Rights Reserved.