|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphVisitHandler<V extends Vertex,E extends Edge<V>>
Description of the Interface
Method Summary | |
---|---|
void |
discoverEdge(E edge)
Description of the Method |
void |
discoverGraph(Graph<V,E> graph)
Description of the Method |
void |
discoverVertex(V vertex)
Description of the Method |
void |
finishEdge(E edge)
Description of the Method |
void |
finishGraph(Graph<V,E> graph)
Description of the Method |
void |
finishVertex(V vertex)
Description of the Method |
Method Detail |
---|
void discoverGraph(Graph<V,E> graph)
void discoverVertex(V vertex)
void discoverEdge(E edge)
void finishEdge(E edge)
void finishVertex(V vertex)
void finishGraph(Graph<V,E> graph)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |