Modifier and Type | Field and Description |
---|---|
private Grafo.Dirigido<GrafoNodo> |
GrafoController.dirigido
El grafo dirigido usado en la aplicaciĆ³n.
|
Modifier and Type | Method and Description |
---|---|
void |
Grafo.Visitor.visit(Grafo.Dirigido<T> g,
Grafo.Vertex<T> v)
Called by the graph traversal methods when a vertex is first visited.
|
void |
Grafo.VisitorEX.visit(Grafo.Dirigido<T> g,
Grafo.Vertex<T> v)
Called by the graph traversal methods when a vertex is first visited.
|
void |
Grafo.DFSVisitor.visit(Grafo.Dirigido<T> g,
Grafo.Vertex<T> v)
Called by the graph traversal methods when a vertex is first visited.
|
void |
Grafo.DFSVisitor.visit(Grafo.Dirigido<T> g,
Grafo.Vertex<T> v,
Grafo.Edge<T> e)
Used dfsSpanningTree to notify the visitor of each outgoing edge to an
unvisited vertex.
|