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>C-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,11 +69,13 @@
<!-- -->
</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:C">
<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:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Arbol.html#calcularNiveles-cl.cromer.estructuras.ArbolNodo-int-">calcularNiveles(ArbolNodo, int)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Arbol.html" title="class in cl.cromer.estructuras">Arbol</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Array.ParticionarResult.html#cambio">cambio</a></span> - Variable in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Array.ParticionarResult.html" title="class in cl.cromer.estructuras">Array.ParticionarResult</a></dt>
<dd>
<div class="block">Si habia algun cambio.</div>
@@ -88,6 +90,28 @@
</dd>
<dt><a href="../cl/cromer/estructuras/package-summary.html">cl.cromer.estructuras</a> - package cl.cromer.estructuras</dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Grafo.Dirigido.html#clearEdges--">clearEdges()</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">Clear the mark state of all edges in the graph by calling clearMark() on
all edges.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Grafo.Dirigido.html#clearMark--">clearMark()</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">Clear the mark state of all verticies in the graph by calling clearMark()
on all verticies.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Grafo.Edge.html#clearMark--">clearMark()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Grafo.Edge.html" title="class in cl.cromer.estructuras">Grafo.Edge</a></dt>
<dd>
<div class="block">Clear the edge mark flag</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Grafo.Vertex.html#clearMark--">clearMark()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Grafo.Vertex.html" title="class in cl.cromer.estructuras">Grafo.Vertex</a></dt>
<dd>
<div class="block">Clear the visited mark flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Logs.html#close--">close()</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Logs.html" title="class in cl.cromer.estructuras">Logs</a></dt>
<dd>
<div class="block">Cerrar el archivo.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ArbolController.html#codigoArbol">codigoArbol</a></span> - Variable 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">Donde va el codigo a mostrar a la pantalla.</div>
@@ -104,6 +128,10 @@
<dd>
<div class="block">Donde va el codigo a mostrar a la pantalla.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/GrafoController.html#codigoGrafo">codigoGrafo</a></span> - Variable 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">Donde va el codigo a mostrar a la pantalla.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/TablaHashController.html#codigoHashTable">codigoHashTable</a></span> - Variable in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/TablaHashController.html" title="class in cl.cromer.estructuras">TablaHashController</a></dt>
<dd>
<div class="block">Donde va el codigo a mostrar a la pantalla.</div>
@@ -178,6 +206,10 @@
<dd>
<div class="block">Colores por los dibjos.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Grafo.NoDirigido.html#containsNode-T-">containsNode(T)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Grafo.NoDirigido.html" title="class in cl.cromer.estructuras">Grafo.NoDirigido</a></dt>
<dd>
<div class="block">Returns whether a given node is contained in the graph.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/ArbolController.html#contenidoArbol">contenidoArbol</a></span> - Variable 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">Donde poner el contenido de array.</div>
@@ -194,6 +226,10 @@
<dd>
<div class="block">Donde poner el contenido de array.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/GrafoController.html#contenidoGrafo">contenidoGrafo</a></span> - Variable 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">Donde poner el contenido de array.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/TablaHashController.html#contenidoHashTable">contenidoHashTable</a></span> - Variable in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/TablaHashController.html" title="class in cl.cromer.estructuras">TablaHashController</a></dt>
<dd>
<div class="block">Donde poner el contenido de tablaHash.</div>
@@ -230,6 +266,12 @@
<dd>
<div class="block">Donde poner el contenido de array.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Grafo.Edge.html#cost">cost</a></span> - Variable in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Grafo.Edge.html" title="class in cl.cromer.estructuras">Grafo.Edge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Grafo.Vertex.html#cost-cl.cromer.estructuras.Grafo.Vertex-">cost(Grafo.Vertex&lt;T&gt;)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Grafo.Vertex.html" title="class in cl.cromer.estructuras">Grafo.Vertex</a></dt>
<dd>
<div class="block">What is the cost from this vertext to the dest vertex.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Grafico.html#crearCaja-cl.cromer.estructuras.Colores-java.lang.String-">crearCaja(Colores, String)</a></span> - Static method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/Grafico.html" title="class in cl.cromer.estructuras">Grafico</a></dt>
<dd>
<div class="block">Crear un rectangulo.</div>
@@ -273,7 +315,7 @@
<div class="block">Crear un animacion de transicion usando colores que cambian.</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">
<!-- -->