|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.graph.traverse.basic.AbstractGraphIterator
public abstract class AbstractGraphIterator
An abstract implementation of GraphIterator.
Constructor Summary | |
---|---|
AbstractGraphIterator()
|
Method Summary | |
---|---|
Graph |
getGraph()
Returns the graph being traversed. |
GraphTraversal |
getTraversal()
Returns the traversal for the iterator. |
GraphWalker |
getWalker()
Returns the walker being traversed over the graph. |
void |
setTraversal(GraphTraversal traversal)
Sets the traversal for the iterator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.geotools.graph.traverse.GraphIterator |
---|
cont, init, killBranch, next |
Constructor Detail |
---|
public AbstractGraphIterator()
Method Detail |
---|
public void setTraversal(GraphTraversal traversal)
GraphIterator
setTraversal
in interface GraphIterator
traversal
- The traversal requesting components from the iterator.GraphIterator.setTraversal(GraphTraversal)
public GraphTraversal getTraversal()
GraphIterator
getTraversal
in interface GraphIterator
GraphIterator.getTraversal()
public Graph getGraph()
Graph
public GraphWalker getWalker()
GraphWalker
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |