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>cl.cromer.estructuras</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>
@@ -83,6 +83,25 @@
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../cl/cromer/estructuras/Grafo.DFSVisitor.html" title="interface in cl.cromer.estructuras">Grafo.DFSVisitor</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">A spanning tree visitor callback interface</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../cl/cromer/estructuras/Grafo.Visitor.html" title="interface in cl.cromer.estructuras">Grafo.Visitor</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">A graph visitor interface.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../cl/cromer/estructuras/Grafo.VisitorEX.html" title="interface in cl.cromer.estructuras">Grafo.VisitorEX</a>&lt;T,E extends java.lang.Exception&gt;</td>
<td class="colLast">
<div class="block">A graph visitor interface that can throw an exception during a visit
callback.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../cl/cromer/estructuras/ListaEnlace.html" title="interface in cl.cromer.estructuras">ListaEnlace</a></td>
<td class="colLast">
<div class="block">Esta interfaz es para los 2 tipos de enlace, <a href="../../../cl/cromer/estructuras/ListaEnlaceNormal.html" title="class in cl.cromer.estructuras"><code>ListaEnlaceNormal</code></a> y <a href="../../../cl/cromer/estructuras/ListaEnlaceCircular.html" title="class in cl.cromer.estructuras"><code>ListaEnlaceCircular</code></a>.</div>
@@ -174,6 +193,52 @@
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../cl/cromer/estructuras/Grafo.html" title="class in cl.cromer.estructuras">Grafo</a></td>
<td class="colLast">
<div class="block">Clase de grafos.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../cl/cromer/estructuras/Grafo.Dirigido.html" title="class in cl.cromer.estructuras">Grafo.Dirigido</a>&lt;T&gt;</td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../cl/cromer/estructuras/Grafo.Edge.html" title="class in cl.cromer.estructuras">Grafo.Edge</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">A directed, weighted edge in a graph</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../cl/cromer/estructuras/Grafo.NoDirigido.html" title="class in cl.cromer.estructuras">Grafo.NoDirigido</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Author: Keith Schwarz (htiek@cs.stanford.edu)</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../cl/cromer/estructuras/Grafo.Tipos.html" title="class in cl.cromer.estructuras">Grafo.Tipos</a></td>
<td class="colLast">
<div class="block">Esta clase contiene los tipos de grafo.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../cl/cromer/estructuras/Grafo.Vertex.html" title="class in cl.cromer.estructuras">Grafo.Vertex</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">A named graph vertex with optional data.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../cl/cromer/estructuras/GrafoController.html" title="class in cl.cromer.estructuras">GrafoController</a></td>
<td class="colLast">
<div class="block">Esta clase es para controlar todos la interfaz de Arbol.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../cl/cromer/estructuras/GrafoNodo.html" title="class in cl.cromer.estructuras">GrafoNodo</a></td>
<td class="colLast">
<div class="block">Created by cromer on 7/7/16.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../cl/cromer/estructuras/HashItem.html" title="class in cl.cromer.estructuras">HashItem</a></td>
<td class="colLast">
<div class="block">La estructura de un elemento de una Tabla Hash.</div>
@@ -320,8 +385,10 @@
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../cl/cromer/estructuras/ArbolNodo.Desde.html" title="enum in cl.cromer.estructuras">ArbolNodo.Desde</a></td>
<td class="colLast">&nbsp;</td>
<td class="colFirst"><a href="../../../cl/cromer/estructuras/Logs.DEBUG_TIPOS.html" title="enum in cl.cromer.estructuras">Logs.DEBUG_TIPOS</a></td>
<td class="colLast">
<div class="block">Tipos de depuración.</div>
</td>
</tr>
</tbody>
</table>