<h3>Uses of <ahref="../../../../cl/cromer/estructuras/GrafoNodo.html"title="class in cl.cromer.estructuras">GrafoNodo</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/GrafoNodo.html"title="class in cl.cromer.estructuras">GrafoNodo</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/GrafoNodo.html"title="class in cl.cromer.estructuras">GrafoNodo</a>[]</code></td>
<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> with type parameters of type <ahref="../../../../cl/cromer/estructuras/GrafoNodo.html"title="class in cl.cromer.estructuras">GrafoNodo</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>
<trclass="rowColor">
<tdclass="colFirst"><code>private <ahref="../../../../cl/cromer/estructuras/Grafo.NoDirigido.html"title="class in cl.cromer.estructuras">Grafo.NoDirigido</a><<ahref="../../../../cl/cromer/estructuras/GrafoNodo.html"title="class in cl.cromer.estructuras">GrafoNodo</a>></code></td>
<divclass="block">El grafo no 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> that return <ahref="../../../../cl/cromer/estructuras/GrafoNodo.html"title="class in cl.cromer.estructuras">GrafoNodo</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>private <ahref="../../../../cl/cromer/estructuras/GrafoNodo.html"title="class in cl.cromer.estructuras">GrafoNodo</a>[]</code></td>
<divclass="block">Devolver los nodos que existen.</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/GrafoNodo.html"title="class in cl.cromer.estructuras">GrafoNodo</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
<tdclass="colLast"><spanclass="typeNameLabel">GrafoController.</span><code><spanclass="memberNameLink"><ahref="../../../../cl/cromer/estructuras/GrafoController.html#edgeExists-cl.cromer.estructuras.GrafoNodo-cl.cromer.estructuras.GrafoNodo-">edgeExists</a></span>(<ahref="../../../../cl/cromer/estructuras/GrafoNodo.html"title="class in cl.cromer.estructuras">GrafoNodo</a> nodo1,
<ahref="../../../../cl/cromer/estructuras/GrafoNodo.html"title="class in cl.cromer.estructuras">GrafoNodo</a> nodo2)</code>
<divclass="block">Buscar un grafo dirigido para ver si existe en edge entre los nodos.</div>