| java.lang.Object org.geotools.graph.traverse.basic.SimpleGraphWalker
SimpleGraphWalker | public class SimpleGraphWalker implements GraphWalker(Code) | | A simple implementation of GraphWalker that decorates a GraphVisitor.
author: Justin Deoliveira, Refractions Research Inc, jdeolive@refractions.net |
SimpleGraphWalker | public SimpleGraphWalker(GraphVisitor visitor)(Code) | | Creates a GraphWalker from a preexising GraphVisitor.
Parameters: visitor - The visitor to decorate |
getVistor | public GraphVisitor getVistor()(Code) | | Returns the underlying visitor.
The visitor being decorated by the walker. |
setVisitor | public void setVisitor(GraphVisitor visitor)(Code) | | Sets the underlying visitor.
Parameters: visitor - The visitor to be decorated by the walker. |
|
|