| org.geotools.graph.structure.GraphVisitor
GraphVisitor | public interface GraphVisitor (Code) | | An interface in which to implement a visitor pattern with components of a
graph.
author: Justin Deoliveira, Refractions Research Inc, jdeolive@refractions.net |
Method Summary | |
public int | visit(Graphable component) Presents the visitor with the component to visit. |
visit | public int visit(Graphable component)(Code) | | Presents the visitor with the component to visit.
Parameters: component - The component being visited. An integer signal value back to the caller. |
|
|