|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphVisitor | |
org.geotools.graph.path | |
org.geotools.graph.structure | |
org.geotools.graph.structure.basic | |
org.geotools.graph.traverse.basic |
Uses of GraphVisitor in org.geotools.graph.path |
Methods in org.geotools.graph.path with parameters of type GraphVisitor | |
java.util.List |
ExhaustivePathFinder.getPaths(Node from,
GraphVisitor visitor)
|
Uses of GraphVisitor in org.geotools.graph.structure |
Methods in org.geotools.graph.structure with parameters of type GraphVisitor | |
java.util.List |
Graph.queryNodes(GraphVisitor visitor)
Performs a query against the nodes of the graph. |
java.util.List |
Graph.queryEdges(GraphVisitor visitor)
Performs a query against the edges of the graph. |
void |
Graph.visitNodes(GraphVisitor visitor)
Applies the visitor pattern to the nodes of the graph. |
void |
Graph.visitEdges(GraphVisitor visitor)
Applies the visitor pattern to the edges of the graph. |
Uses of GraphVisitor in org.geotools.graph.structure.basic |
Methods in org.geotools.graph.structure.basic with parameters of type GraphVisitor | |
java.util.List |
BasicGraph.queryNodes(GraphVisitor visitor)
|
java.util.List |
BasicGraph.queryEdges(GraphVisitor visitor)
|
void |
BasicGraph.visitNodes(GraphVisitor visitor)
|
void |
BasicGraph.visitEdges(GraphVisitor visitor)
|
Uses of GraphVisitor in org.geotools.graph.traverse.basic |
Methods in org.geotools.graph.traverse.basic that return GraphVisitor | |
GraphVisitor |
SimpleGraphWalker.getVistor()
Returns the underlying visitor. |
Methods in org.geotools.graph.traverse.basic with parameters of type GraphVisitor | |
void |
SimpleGraphWalker.setVisitor(GraphVisitor visitor)
Sets the underlying visitor. |
Constructors in org.geotools.graph.traverse.basic with parameters of type GraphVisitor | |
SimpleGraphWalker(GraphVisitor visitor)
Creates a GraphWalker from a preexising GraphVisitor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |