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>Uses of Class cl.cromer.estructuras.ArbolNodo</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>
@@ -99,6 +99,23 @@
<td class="colFirst"><code>private <a href="../../../../cl/cromer/estructuras/ArbolNodo.html" title="class in cl.cromer.estructuras">ArbolNodo</a></code></td>
<td class="colLast"><span class="typeNameLabel">ArbolNodo.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/ArbolNodo.html#izquerda">izquerda</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../../cl/cromer/estructuras/ArbolNodo.html" title="class in cl.cromer.estructuras">ArbolNodo</a></code></td>
<td class="colLast"><span class="typeNameLabel">ArbolNodo.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/ArbolNodo.html#padre">padre</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../cl/cromer/estructuras/package-summary.html">cl.cromer.estructuras</a> with type parameters of type <a href="../../../../cl/cromer/estructuras/ArbolNodo.html" title="class in cl.cromer.estructuras">ArbolNodo</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>private java.util.List&lt;java.util.List&lt;<a href="../../../../cl/cromer/estructuras/ArbolNodo.html" title="class in cl.cromer.estructuras">ArbolNodo</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Arbol.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/Arbol.html#niveles">niveles</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
@@ -120,6 +137,23 @@
<td class="colFirst"><code><a href="../../../../cl/cromer/estructuras/ArbolNodo.html" title="class in cl.cromer.estructuras">ArbolNodo</a></code></td>
<td class="colLast"><span class="typeNameLabel">ArbolNodo.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/ArbolNodo.html#getIzquerda--">getIzquerda</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../cl/cromer/estructuras/ArbolNodo.html" title="class in cl.cromer.estructuras">ArbolNodo</a></code></td>
<td class="colLast"><span class="typeNameLabel">ArbolNodo.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/ArbolNodo.html#getPadre--">getPadre</a></span>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../cl/cromer/estructuras/package-summary.html">cl.cromer.estructuras</a> that return types with arguments of type <a href="../../../../cl/cromer/estructuras/ArbolNodo.html" title="class in cl.cromer.estructuras">ArbolNodo</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.List&lt;java.util.List&lt;<a href="../../../../cl/cromer/estructuras/ArbolNodo.html" title="class in cl.cromer.estructuras">ArbolNodo</a>&gt;&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Arbol.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/Arbol.html#getNiveles--">getNiveles</a></span>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
@@ -130,17 +164,38 @@
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Arbol.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/Arbol.html#calcularNiveles-cl.cromer.estructuras.ArbolNodo-int-">calcularNiveles</a></span>(<a href="../../../../cl/cromer/estructuras/ArbolNodo.html" title="class in cl.cromer.estructuras">ArbolNodo</a>&nbsp;nodo,
int&nbsp;nivel)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="typeNameLabel">Arbol.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/Arbol.html#getAlturaRecursivo-cl.cromer.estructuras.ArbolNodo-">getAlturaRecursivo</a></span>(<a href="../../../../cl/cromer/estructuras/ArbolNodo.html" title="class in cl.cromer.estructuras">ArbolNodo</a>&nbsp;nodo)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ArbolNodo.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/ArbolNodo.html#setDerecha-cl.cromer.estructuras.ArbolNodo-">setDerecha</a></span>(<a href="../../../../cl/cromer/estructuras/ArbolNodo.html" title="class in cl.cromer.estructuras">ArbolNodo</a>&nbsp;derecha)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ArbolNodo.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/ArbolNodo.html#setIzquerda-cl.cromer.estructuras.ArbolNodo-">setIzquerda</a></span>(<a href="../../../../cl/cromer/estructuras/ArbolNodo.html" title="class in cl.cromer.estructuras">ArbolNodo</a>&nbsp;izquerda)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ArbolNodo.</span><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/ArbolNodo.html#setPadre-cl.cromer.estructuras.ArbolNodo-">setPadre</a></span>(<a href="../../../../cl/cromer/estructuras/ArbolNodo.html" title="class in cl.cromer.estructuras">ArbolNodo</a>&nbsp;padre)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../cl/cromer/estructuras/package-summary.html">cl.cromer.estructuras</a> with parameters of type <a href="../../../../cl/cromer/estructuras/ArbolNodo.html" title="class in cl.cromer.estructuras">ArbolNodo</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../cl/cromer/estructuras/ArbolNodo.html#ArbolNodo-int-cl.cromer.estructuras.ArbolNodo-">ArbolNodo</a></span>(int&nbsp;valor,
<a href="../../../../cl/cromer/estructuras/ArbolNodo.html" title="class in cl.cromer.estructuras">ArbolNodo</a>&nbsp;padre)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>