<h3>Uses of <ahref="../../../../cl/cromer/estructuras/Grafo.Dirigido.html"title="class in cl.cromer.estructuras">Grafo.Dirigido</a> in <ahref="../../../../cl/cromer/estructuras/package-summary.html">cl.cromer.estructuras</a></h3>
<tableclass="useSummary"border="0"cellpadding="3"cellspacing="0"summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <ahref="../../../../cl/cromer/estructuras/package-summary.html">cl.cromer.estructuras</a> declared as <ahref="../../../../cl/cromer/estructuras/Grafo.Dirigido.html"title="class in cl.cromer.estructuras">Grafo.Dirigido</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Field and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>private <ahref="../../../../cl/cromer/estructuras/Grafo.Dirigido.html"title="class in cl.cromer.estructuras">Grafo.Dirigido</a><<ahref="../../../../cl/cromer/estructuras/GrafoNodo.html"title="class in cl.cromer.estructuras">GrafoNodo</a>></code></td>
<divclass="block">El grafo dirigido usado en la aplicaciĆ³n.</div>
</td>
</tr>
</tbody>
</table>
<tableclass="useSummary"border="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../cl/cromer/estructuras/package-summary.html">cl.cromer.estructuras</a> with parameters of type <ahref="../../../../cl/cromer/estructuras/Grafo.Dirigido.html"title="class in cl.cromer.estructuras">Grafo.Dirigido</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="typeNameLabel">Grafo.Visitor.</span><code><spanclass="memberNameLink"><ahref="../../../../cl/cromer/estructuras/Grafo.Visitor.html#visit-cl.cromer.estructuras.Grafo.Dirigido-cl.cromer.estructuras.Grafo.Vertex-">visit</a></span>(<ahref="../../../../cl/cromer/estructuras/Grafo.Dirigido.html"title="class in cl.cromer.estructuras">Grafo.Dirigido</a><<ahref="../../../../cl/cromer/estructuras/Grafo.Visitor.html"title="type parameter in Grafo.Visitor">T</a>> g,
<ahref="../../../../cl/cromer/estructuras/Grafo.Vertex.html"title="class in cl.cromer.estructuras">Grafo.Vertex</a><<ahref="../../../../cl/cromer/estructuras/Grafo.Visitor.html"title="type parameter in Grafo.Visitor">T</a>> v)</code>
<divclass="block">Called by the graph traversal methods when a vertex is first visited.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="typeNameLabel">Grafo.VisitorEX.</span><code><spanclass="memberNameLink"><ahref="../../../../cl/cromer/estructuras/Grafo.VisitorEX.html#visit-cl.cromer.estructuras.Grafo.Dirigido-cl.cromer.estructuras.Grafo.Vertex-">visit</a></span>(<ahref="../../../../cl/cromer/estructuras/Grafo.Dirigido.html"title="class in cl.cromer.estructuras">Grafo.Dirigido</a><<ahref="../../../../cl/cromer/estructuras/Grafo.VisitorEX.html"title="type parameter in Grafo.VisitorEX">T</a>> g,
<ahref="../../../../cl/cromer/estructuras/Grafo.Vertex.html"title="class in cl.cromer.estructuras">Grafo.Vertex</a><<ahref="../../../../cl/cromer/estructuras/Grafo.VisitorEX.html"title="type parameter in Grafo.VisitorEX">T</a>> v)</code>
<divclass="block">Called by the graph traversal methods when a vertex is first visited.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="typeNameLabel">Grafo.DFSVisitor.</span><code><spanclass="memberNameLink"><ahref="../../../../cl/cromer/estructuras/Grafo.DFSVisitor.html#visit-cl.cromer.estructuras.Grafo.Dirigido-cl.cromer.estructuras.Grafo.Vertex-">visit</a></span>(<ahref="../../../../cl/cromer/estructuras/Grafo.Dirigido.html"title="class in cl.cromer.estructuras">Grafo.Dirigido</a><<ahref="../../../../cl/cromer/estructuras/Grafo.DFSVisitor.html"title="type parameter in Grafo.DFSVisitor">T</a>> g,
<ahref="../../../../cl/cromer/estructuras/Grafo.Vertex.html"title="class in cl.cromer.estructuras">Grafo.Vertex</a><<ahref="../../../../cl/cromer/estructuras/Grafo.DFSVisitor.html"title="type parameter in Grafo.DFSVisitor">T</a>> v)</code>
<divclass="block">Called by the graph traversal methods when a vertex is first visited.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="typeNameLabel">Grafo.DFSVisitor.</span><code><spanclass="memberNameLink"><ahref="../../../../cl/cromer/estructuras/Grafo.DFSVisitor.html#visit-cl.cromer.estructuras.Grafo.Dirigido-cl.cromer.estructuras.Grafo.Vertex-cl.cromer.estructuras.Grafo.Edge-">visit</a></span>(<ahref="../../../../cl/cromer/estructuras/Grafo.Dirigido.html"title="class in cl.cromer.estructuras">Grafo.Dirigido</a><<ahref="../../../../cl/cromer/estructuras/Grafo.DFSVisitor.html"title="type parameter in Grafo.DFSVisitor">T</a>> g,
<ahref="../../../../cl/cromer/estructuras/Grafo.Vertex.html"title="class in cl.cromer.estructuras">Grafo.Vertex</a><<ahref="../../../../cl/cromer/estructuras/Grafo.DFSVisitor.html"title="type parameter in Grafo.DFSVisitor">T</a>> v,
<ahref="../../../../cl/cromer/estructuras/Grafo.Edge.html"title="class in cl.cromer.estructuras">Grafo.Edge</a><<ahref="../../../../cl/cromer/estructuras/Grafo.DFSVisitor.html"title="type parameter in Grafo.DFSVisitor">T</a>> e)</code>
<divclass="block">Used dfsSpanningTree to notify the visitor of each outgoing edge to an