org.geotools.graph.traverse.standard
Class DirectedDijkstraIterator

java.lang.Object
  extended byorg.geotools.graph.traverse.basic.AbstractGraphIterator
      extended byorg.geotools.graph.traverse.basic.SourceGraphIterator
          extended byorg.geotools.graph.traverse.standard.DijkstraIterator
              extended byorg.geotools.graph.traverse.standard.DirectedDijkstraIterator
All Implemented Interfaces:
GraphIterator

public class DirectedDijkstraIterator
extends DijkstraIterator


Nested Class Summary
 
Nested classes inherited from class org.geotools.graph.traverse.standard.DijkstraIterator
DijkstraIterator.DijkstraNode, DijkstraIterator.EdgeWeighter
 
Constructor Summary
DirectedDijkstraIterator(DijkstraIterator.EdgeWeighter weighter)
           
 
Method Summary
protected  java.util.Iterator getRelated(Graphable current)
           
 
Methods inherited from class org.geotools.graph.traverse.standard.DijkstraIterator
cont, getCost, getParent, getQueue, init, killBranch, next
 
Methods inherited from class org.geotools.graph.traverse.basic.SourceGraphIterator
getSource, setSource
 
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

DirectedDijkstraIterator

public DirectedDijkstraIterator(DijkstraIterator.EdgeWeighter weighter)
Method Detail

getRelated

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


Copyright © GeoTools. All Rights Reserved.