V - The type of the graph's verticesE - The type of the graph's edgespublic static interface AbstractGraph.IGraphVisitor<V,E>
| Modifier and Type | Method and Description |
|---|---|
void |
visitEdge(E edge)
Call-back operation that is invoked when an edge is encountered during graph traversal.
|
void |
visitVertex(V vertex)
Call-back operation that is invoked when a vertex is encountered during graph traversal.
|
void visitVertex(V vertex)
vertex - The encountered vertexvoid visitEdge(E edge)
edge - The encountered edgeCopyright 2020 Kieker Project, http://kieker-monitoring.net