org.apache.commons.graph.search
Interface Visitor


public interface Visitor

Description of the Interface


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
 

Method Detail

discoverGraph

void discoverGraph(Graph graph)
Description of the Method


discoverVertex

void discoverVertex(Vertex vertex)
Description of the Method


discoverEdge

void discoverEdge(Edge edge)
Description of the Method


finishEdge

void finishEdge(Edge edge)
Description of the Method


finishVertex

void finishVertex(Vertex vertex)
Description of the Method


finishGraph

void finishGraph(Graph graph)
Description of the Method