|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Visitor | |
---|---|
org.apache.commons.graph.search |
Uses of Visitor in org.apache.commons.graph.search |
---|
Methods in org.apache.commons.graph.search with parameters of type Visitor | |
---|---|
void |
DFS.visit(DirectedGraph graph,
Vertex root,
Visitor visitor)
visit - Visits the graph |
void |
CostSearch.visit(WeightedGraph graph,
Vertex root,
Visitor visitor)
Description of the Method |
private void |
DFS.visitEdge(DirectedGraph graph,
Edge e,
Visitor visitor)
Description of the Method |
void |
CostSearch.visitEdge(WeightedGraph graph,
Edge e,
double cost,
Visitor visitor)
Description of the Method |
private void |
DFS.visitVertex(DirectedGraph graph,
Vertex v,
Visitor visitor)
Description of the Method |
void |
CostSearch.visitVertex(WeightedGraph graph,
Vertex vertex,
double cost,
Visitor visitor)
Description of the Method |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |