1: //VertexVisitor.java 3: interface VertexVisitor 4: { 5: public void visit(Vertex vertexToVisit); 6: }