|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.graph.algorithm.search.VisitorAdapter
| Constructor Summary | |
VisitorAdapter()
|
|
| Method Summary | |
void |
discoverEdge(Edge edge)
Description of the Method |
void |
discoverGraph(Graph graph)
Description of the Method |
void |
discoverVertex(Vertex vertex)
Description of the Method |
void |
finishEdge(Edge edge)
Description of the Method |
void |
finishGraph(Graph graph)
Description of the Method |
void |
finishVertex(Vertex vertex)
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public VisitorAdapter()
| Method Detail |
public void discoverGraph(Graph graph)
Visitor
discoverGraph in interface VisitorVisitor.discoverGraph(Graph)public void discoverVertex(Vertex vertex)
Visitor
discoverVertex in interface VisitorVisitor.discoverVertex(Vertex)public void discoverEdge(Edge edge)
Visitor
discoverEdge in interface VisitorVisitor.discoverEdge(Edge)public void finishEdge(Edge edge)
Visitor
finishEdge in interface VisitorVisitor.finishEdge(Edge)public void finishVertex(Vertex vertex)
Visitor
finishVertex in interface VisitorVisitor.finishVertex(Vertex)public void finishGraph(Graph graph)
Visitor
finishGraph in interface VisitorVisitor.finishGraph(Graph)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||