Added more documentation

This commit is contained in:
2017-07-07 02:49:18 -04:00
parent 2fba032167
commit 8a6ebadc61
65 changed files with 656 additions and 261 deletions

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 02:25:54 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 02:48:24 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>G-Index</title>
<meta name="date" content="2017-07-07">
@@ -74,17 +74,21 @@
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="../cl/cromer/mt/Maquina.html#getAutomata--">getAutomata()</a></span> - Method in class cl.cromer.mt.<a href="../cl/cromer/mt/Maquina.html" title="class in cl.cromer.mt">Maquina</a></dt>
<dd>
<div class="block">Retorna la automata de Turing</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/mt/Maquina.html#getCabezal--">getCabezal()</a></span> - Method in class cl.cromer.mt.<a href="../cl/cromer/mt/Maquina.html" title="class in cl.cromer.mt">Maquina</a></dt>
<dd>
<div class="block">Retorna el indice en que se ubica en la cadena (Cabezal)</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/mt/Maquina.html#getCintaAnterior--">getCintaAnterior()</a></span> - Method in class cl.cromer.mt.<a href="../cl/cromer/mt/Maquina.html" title="class in cl.cromer.mt">Maquina</a></dt>
<dd>
<div class="block">Retorna la cadena anterior a que la maquina hiciera cambios</div>
<div class="block">Retorna la cadena anterior a que la automata hiciera cambios</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/mt/Maquina.html#getEnlaceActual--">getEnlaceActual()</a></span> - Method in class cl.cromer.mt.<a href="../cl/cromer/mt/Maquina.html" title="class in cl.cromer.mt">Maquina</a></dt>
<dd>
<div class="block">Retorna un enlace en que la maquina asocio a la cadena ingresada y al cabezal que se encuentra</div>
<div class="block">Retorna un enlace en que la automata asocio a la cadena ingresada y al cabezal que se encuentra</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/mt/Estado.html#getEnlaces--">getEnlaces()</a></span> - Method in class cl.cromer.mt.<a href="../cl/cromer/mt/Estado.html" title="class in cl.cromer.mt">Estado</a></dt>
<dd>
@@ -92,7 +96,7 @@
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/mt/Maquina.html#getEstadoActual--">getEstadoActual()</a></span> - Method in class cl.cromer.mt.<a href="../cl/cromer/mt/Maquina.html" title="class in cl.cromer.mt">Maquina</a></dt>
<dd>
<div class="block">Retorna el estado en que esta la maquina</div>
<div class="block">Retorna el estado en que esta la automata</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/mt/Automata.html#getEstados--">getEstados()</a></span> - Method in class cl.cromer.mt.<a href="../cl/cromer/mt/Automata.html" title="class in cl.cromer.mt">Automata</a></dt>
<dd>
@@ -114,10 +118,6 @@
<dd>
<div class="block">Devolver la maquina de turning para usar</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/mt/Maquina.html#getMaquina--">getMaquina()</a></span> - Method in class cl.cromer.mt.<a href="../cl/cromer/mt/Maquina.html" title="class in cl.cromer.mt">Maquina</a></dt>
<dd>
<div class="block">Retorna la maquina de Turing</div>
</dd>
<dt><span class="memberNameLink"><a href="../cl/cromer/mt/Enlace.html#getMovimiento--">getMovimiento()</a></span> - Method in class cl.cromer.mt.<a href="../cl/cromer/mt/Enlace.html" title="class in cl.cromer.mt">Enlace</a></dt>
<dd>
<div class="block">Retorna el movimiento del indice de la cadena</div>