|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.graph.visit.BaseGraphVisitHandler<V,E>
V
- the Graph vertices typeE
- the Graph edges typepublic class BaseGraphVisitHandler<V extends Vertex,E extends Edge<V>>
Base NOOP GraphVisitHandler
implementation.
Constructor Summary | |
---|---|
BaseGraphVisitHandler()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseGraphVisitHandler()
Method Detail |
---|
public void discoverGraph(Graph<V,E> graph)
discoverGraph
in interface GraphVisitHandler<V extends Vertex,E extends Edge<V>>
public void discoverVertex(V vertex)
discoverVertex
in interface GraphVisitHandler<V extends Vertex,E extends Edge<V>>
public void discoverEdge(E edge)
discoverEdge
in interface GraphVisitHandler<V extends Vertex,E extends Edge<V>>
public void finishEdge(E edge)
finishEdge
in interface GraphVisitHandler<V extends Vertex,E extends Edge<V>>
public void finishVertex(V vertex)
finishVertex
in interface GraphVisitHandler<V extends Vertex,E extends Edge<V>>
public void finishGraph(Graph<V,E> graph)
finishGraph
in interface GraphVisitHandler<V extends Vertex,E extends Edge<V>>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |