|
|||||||||||
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 Visitor
Visitor.discoverGraph(Graph)
public void discoverVertex(Vertex vertex)
Visitor
discoverVertex
in interface Visitor
Visitor.discoverVertex(Vertex)
public void discoverEdge(Edge edge)
Visitor
discoverEdge
in interface Visitor
Visitor.discoverEdge(Edge)
public void finishEdge(Edge edge)
Visitor
finishEdge
in interface Visitor
Visitor.finishEdge(Edge)
public void finishVertex(Vertex vertex)
Visitor
finishVertex
in interface Visitor
Visitor.finishVertex(Vertex)
public void finishGraph(Graph graph)
Visitor
finishGraph
in interface Visitor
Visitor.finishGraph(Graph)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |