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>R-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:R">
<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:R">
<!-- -->
</a>
<h2 class="title">R</h2>
@@ -86,10 +86,30 @@
<dd>
<div class="block">Metodo recursivo para ordenar using quick sort.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Grafo.Vertex.html#remove-cl.cromer.estructuras.Grafo.Edge-">remove(Grafo.Edge&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">Remove an edge from this vertex</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Grafo.Dirigido.html#removeEdge-cl.cromer.estructuras.Grafo.Vertex-cl.cromer.estructuras.Grafo.Vertex-">removeEdge(Grafo.Vertex&lt;T&gt;, Grafo.Vertex&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">Remove an Edge from the graph</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Grafo.NoDirigido.html#removeEdge-T-T-">removeEdge(T, 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">Removes the edge between the indicated endpoints from the graph.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Grafo.NoDirigido.html#removeNode-T-">removeNode(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">Remove a node from the graph.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Grafico.html#removerDestacar--">removerDestacar()</a></span> - 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">Remover todos los elementos destacados.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Grafo.Dirigido.html#removeVertex-cl.cromer.estructuras.Grafo.Vertex-">removeVertex(Grafo.Vertex&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">Remove a vertex from the graph</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/TextFieldLimited.html#replaceSelection-java.lang.String-">replaceSelection(String)</a></span> - Method in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/TextFieldLimited.html" title="class in cl.cromer.estructuras">TextFieldLimited</a></dt>
<dd>
<div class="block">Reemplazar un selección de texto.</div>
@@ -114,6 +134,10 @@
<dd>
<div class="block">Donde está guardado los idiomas.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/GrafoController.html#resourceBundle">resourceBundle</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 está guardado los idiomas.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/InsercionController.html#resourceBundle">resourceBundle</a></span> - Variable in class cl.cromer.estructuras.<a href="../cl/cromer/estructuras/InsercionController.html" title="class in cl.cromer.estructuras">InsercionController</a></dt>
<dd>
<div class="block">Donde está guardado los idiomas.</div>
@@ -154,8 +178,12 @@
<dd>
<div class="block">Tipo rojo-negro.</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/estructuras/Grafo.Dirigido.html#rootVertex">rootVertex</a></span> - Variable 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">The vertex identified as the root of the graph</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">
<!-- -->