|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphVisitHandler | |
---|---|
org.apache.commons.graph.visit | Visit algorithms implementation. |
Uses of GraphVisitHandler in org.apache.commons.graph.visit |
---|
Classes in org.apache.commons.graph.visit that implement GraphVisitHandler | |
---|---|
class |
BaseGraphVisitHandler<V extends Vertex,E extends Edge<V>>
Base NOOP GraphVisitHandler implementation. |
Methods in org.apache.commons.graph.visit with parameters of type GraphVisitHandler | ||
---|---|---|
|
Visit.breadthFirstSearch(Graph<V,E> graph,
V source,
GraphVisitHandler<V,E> handler)
Breadth-first search algorithm implementation. |
|
|
Visit.depthFirstSearch(Graph<V,E> graph,
V source,
GraphVisitHandler<V,E> handler)
Depth-first search algorithm implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |