Updated javadoc and diagrams.

This commit is contained in:
Chris Cromer
2016-07-10 15:05:35 -04:00
parent 0766151a9a
commit 669a981a0e
135 changed files with 10084 additions and 887 deletions

View File

@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_92) on Mon Jul 04 13:39:57 CLT 2016 -->
<!-- Generated by javadoc (1.8.0_92) on Sun Jul 10 16:04:28 CLT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>B-Index</title>
<meta name="date" content="2016-07-04">
<meta name="date" content="2016-07-10">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
@@ -69,7 +69,7 @@
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">Q</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">X</a>&nbsp;<a href="index-22.html">Y</a>&nbsp;<a name="I:B">
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">Q</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;<a name="I:B">
<!-- -->
</a>
<h2 class="title">B</h2>
@@ -129,6 +129,10 @@
<dd>
<div class="block">Eliminar un valor del array si existe y mostrar el codigo en la pantalla.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/GrafoController.html#botonEliminar--">botonEliminar()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/GrafoController.html" title="class in cl.cromer.estructuras">GrafoController</a></dt>
<dd>
<div class="block">Eliminar un nodo del grafo.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazdaController.html#botonEliminar--">botonEliminar()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/ListaEnlazdaController.html" title="class in cl.cromer.estructuras">ListaEnlazdaController</a></dt>
<dd>
<div class="block">Eliminar un valor de la lista si existe y mostrar el codigo en la pantalla.</div>
@@ -137,6 +141,10 @@
<dd>
<div class="block">Eliminar un valor del tablaHash si existe y mostrar el codigo en la pantalla.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/GrafoController.html#botonEliminarEdge--">botonEliminarEdge()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/GrafoController.html" title="class in cl.cromer.estructuras">GrafoController</a></dt>
<dd>
<div class="block">Eliminar un edge del grafo y mostrar el codigo en la pantalla.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ArbolController.html#botonInsertar--">botonInsertar()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/ArbolController.html" title="class in cl.cromer.estructuras">ArbolController</a></dt>
<dd>
<div class="block">Insertar un valor al array y mostrar el codigo en la pantalla.</div>
@@ -145,6 +153,10 @@
<dd>
<div class="block">Insertar un valor al array y mostrar el codigo en la pantalla.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/GrafoController.html#botonInsertar--">botonInsertar()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/GrafoController.html" title="class in cl.cromer.estructuras">GrafoController</a></dt>
<dd>
<div class="block">Insertar un nodo en el grafo.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazdaController.html#botonInsertar--">botonInsertar()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/ListaEnlazdaController.html" title="class in cl.cromer.estructuras">ListaEnlazdaController</a></dt>
<dd>
<div class="block">Insertar un valor a la lista y mostrar el codigo en la pantalla.</div>
@@ -153,6 +165,10 @@
<dd>
<div class="block">Insertar un valor al tablaHash y mostrar el codigo en la pantalla.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/GrafoController.html#botonInsertarEdge--">botonInsertarEdge()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/GrafoController.html" title="class in cl.cromer.estructuras">GrafoController</a></dt>
<dd>
<div class="block">Insertar un edge al grafo y mostrar el codigo en la pantalla.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ArrayController.html#botonLlenar--">botonLlenar()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/ArrayController.html" title="class in cl.cromer.estructuras">ArrayController</a></dt>
<dd>
<div class="block">Llenar el array con numeros al azar.</div>
@@ -161,6 +177,10 @@
<dd>
<div class="block">Llenar la cola con numeros al azar.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/GrafoController.html#botonLlenar--">botonLlenar()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/GrafoController.html" title="class in cl.cromer.estructuras">GrafoController</a></dt>
<dd>
<div class="block">LLenar el grafo con nodos y edges al azar.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazdaController.html#botonLlenar--">botonLlenar()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/ListaEnlazdaController.html" title="class in cl.cromer.estructuras">ListaEnlazdaController</a></dt>
<dd>
<div class="block">Llenar la lista con numeros al azar.</div>
@@ -255,6 +275,10 @@
<dd>
<div class="block">Vaciar la cola de todos los valores.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/GrafoController.html#botonVaciar--">botonVaciar()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/GrafoController.html" title="class in cl.cromer.estructuras">GrafoController</a></dt>
<dd>
<div class="block">Eliminar el grafo.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ListaEnlazdaController.html#botonVaciar--">botonVaciar()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/ListaEnlazdaController.html" title="class in cl.cromer.estructuras">ListaEnlazdaController</a></dt>
<dd>
<div class="block">Vaciar la lista de todos los valores.</div>
@@ -267,6 +291,14 @@
<dd>
<div class="block">Vaciar el tablaHash de todos los valores.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Grafo.Dirigido.html#breadthFirstSearch-cl.cromer.estructuras.Grafo.Vertex-cl.cromer.estructuras.Grafo.Visitor-">breadthFirstSearch(Grafo.Vertex&lt;T&gt;, Grafo.Visitor&lt;T&gt;)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Grafo.Dirigido.html" title="class in cl.cromer.estructuras">Grafo.Dirigido</a></dt>
<dd>
<div class="block">Perform a breadth first search of this graph, starting at v.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Grafo.Dirigido.html#breadthFirstSearch-cl.cromer.estructuras.Grafo.Vertex-cl.cromer.estructuras.Grafo.VisitorEX-">breadthFirstSearch(Grafo.Vertex&lt;T&gt;, Grafo.VisitorEX&lt;T, E&gt;)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Grafo.Dirigido.html" title="class in cl.cromer.estructuras">Grafo.Dirigido</a></dt>
<dd>
<div class="block">Perform a breadth first search of this graph, starting at v.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Array.html#burbuja-boolean-">burbuja(boolean)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Array.html" title="class in cl.cromer.estructuras">Array</a></dt>
<dd>
<div class="block">Ordenar el array usando burbuja.</div>
@@ -298,7 +330,7 @@
<div class="block">Tipo busqueda binaria.</div>
</dd>
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">Q</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">X</a>&nbsp;<a href="index-22.html">Y</a>&nbsp;</div>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">Q</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->