Package | Description |
---|---|
org.geotools.graph.path | |
org.geotools.graph.structure | |
org.geotools.graph.structure.basic | |
org.geotools.graph.traverse.basic |
Modifier and Type | Method and Description |
---|---|
List |
ExhaustivePathFinder.getPaths(Node from,
GraphVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
List |
Graph.queryEdges(GraphVisitor visitor)
Performs a query against the edges of the graph.
|
List |
Graph.queryNodes(GraphVisitor visitor)
Performs a query against the nodes of the graph.
|
void |
Graph.visitEdges(GraphVisitor visitor)
Applies the visitor pattern to the edges of the graph.
|
void |
Graph.visitNodes(GraphVisitor visitor)
Applies the visitor pattern to the nodes of the graph.
|
Modifier and Type | Method and Description |
---|---|
List |
BasicGraph.queryEdges(GraphVisitor visitor) |
List |
BasicGraph.queryNodes(GraphVisitor visitor) |
void |
BasicGraph.visitEdges(GraphVisitor visitor) |
void |
BasicGraph.visitNodes(GraphVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
GraphVisitor |
SimpleGraphWalker.getVistor()
Returns the underlying visitor.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleGraphWalker.setVisitor(GraphVisitor visitor)
Sets the underlying visitor.
|
Constructor and Description |
---|
SimpleGraphWalker(GraphVisitor visitor)
Creates a GraphWalker from a preexising GraphVisitor.
|
Copyright © 1996–2019 Geotools. All rights reserved.