public abstract class AbstractGraphIterator extends Object implements GraphIterator
| Constructor and Description |
|---|
AbstractGraphIterator() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcont, init, killBranch, nextpublic void setTraversal(GraphTraversal traversal)
GraphIteratorsetTraversal in interface GraphIteratortraversal - The traversal requesting components from the iterator.GraphIterator.setTraversal(GraphTraversal)public GraphTraversal getTraversal()
GraphIteratorgetTraversal in interface GraphIteratorGraphIterator.getTraversal()public Graph getGraph()
Graphpublic GraphWalker getWalker()
GraphWalkerCopyright © 1996–2019 Geotools. All rights reserved.