<h3>Uses of <ahref="../../../../cl/cromer/estructuras/Grafo.Visitor.html"title="interface in cl.cromer.estructuras">Grafo.Visitor</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 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.Visitor.html"title="interface in cl.cromer.estructuras">Grafo.Visitor</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.Dirigido.</span><code><spanclass="memberNameLink"><ahref="../../../../cl/cromer/estructuras/Grafo.Dirigido.html#breadthFirstSearch-cl.cromer.estructuras.Grafo.Vertex-cl.cromer.estructuras.Grafo.Visitor-">breadthFirstSearch</a></span>(<ahref="../../../../cl/cromer/estructuras/Grafo.Vertex.html"title="class in cl.cromer.estructuras">Grafo.Vertex</a><<ahref="../../../../cl/cromer/estructuras/Grafo.Dirigido.html"title="type parameter in Grafo.Dirigido">T</a>> v,
<ahref="../../../../cl/cromer/estructuras/Grafo.Visitor.html"title="interface in cl.cromer.estructuras">Grafo.Visitor</a><<ahref="../../../../cl/cromer/estructuras/Grafo.Dirigido.html"title="type parameter in Grafo.Dirigido">T</a>> visitor)</code>
<divclass="block">Perform a breadth first search of this graph, starting at v.</div>