|
||||||||||
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.DepthFirstIterator
org.geotools.graph.traverse.standard.DirectedDepthFirstIterator
public class DirectedDepthFirstIterator
Constructor Summary | |
---|---|
DirectedDepthFirstIterator()
|
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.DepthFirstIterator |
---|
buildQueue |
Methods inherited from class org.geotools.graph.traverse.standard.BreadthFirstIterator |
---|
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 DirectedDepthFirstIterator()
Method Detail |
---|
public void cont(Graphable current, GraphTraversal traversal)
BreadthFirstIterator
cont
in interface GraphIterator
cont
in class BreadthFirstIterator
current
- The current component of the traversal.org.geotools.graph.traverse.GraphIterator#cont(Graphable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |