|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.graph.traverse.basic.AbstractGraphIterator
org.geotools.graph.traverse.basic.SourceGraphIterator
org.geotools.graph.traverse.standard.BreadthFirstIterator
org.geotools.graph.traverse.standard.DirectedBreadthFirstIterator
| Constructor Summary | |
DirectedBreadthFirstIterator()
|
|
| Method Summary | |
void |
cont(Graphable current,
GraphTraversal traversal)
Looks for nodes adjacent to the current node to place into the node queue. |
| Methods inherited from class org.geotools.graph.traverse.standard.BreadthFirstIterator |
buildQueue, getQueue, init, killBranch, next, setSource |
| Methods inherited from class org.geotools.graph.traverse.basic.SourceGraphIterator |
getSource |
| 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 |
public DirectedBreadthFirstIterator()
| Method Detail |
public void cont(Graphable current,
GraphTraversal traversal)
BreadthFirstIterator
cont in interface GraphIteratorcont in class BreadthFirstIteratororg.geotools.graph.traverse.GraphIterator#cont(Graphable)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||