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, wait
cont, init, killBranch, next
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
Copyright © 1996–2019 Geotools. All rights reserved.