T
- Generic objectE
- Exceptionpublic static interface Grafo.VisitorEX<T,E extends java.lang.Exception>
Modifier and Type | Method and Description |
---|---|
void |
visit(Grafo.Dirigido<T> g,
Grafo.Vertex<T> v)
Called by the graph traversal methods when a vertex is first visited.
|
void visit(Grafo.Dirigido<T> g, Grafo.Vertex<T> v) throws E extends java.lang.Exception
g
- -
the graphv
- -
the vertex being visited.E
- exception for any errorE extends java.lang.Exception