Fixed individual to be more descriptive

This commit is contained in:
2017-07-07 11:25:44 -04:00
parent 5a0f7a1001
commit 35b75d44c6
56 changed files with 677 additions and 628 deletions

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:34 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:37 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Automata</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:34 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:37 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Enlace</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:34 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:37 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Estado</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:34 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:37 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>EstadosFinales</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:34 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:37 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>EstadosFinalesController</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:34 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>IndividualController</title>
<meta name="date" content="2017-07-07">
@@ -239,64 +239,46 @@ extends javafx.scene.layout.VBox</pre>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private javafx.scene.text.Text</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/mt/IndividualController.html#estadoActual">estadoActual</a></span></code>
<div class="block">El estado actual de la maquina</div>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/mt/IndividualController.html#descripcion">descripcion</a></span></code>
<div class="block">La descripcion de que hace la maquina</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private javafx.scene.text.Text</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/mt/IndividualController.html#estadoPrevio">estadoPrevio</a></span></code>
<div class="block">El estado en el paso anterior</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/mt/IndividualController.html#estadoPrevioi">estadoPrevioi</a></span></code>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/mt/IndividualController.html#estadoPrevio">estadoPrevio</a></span></code>
<div class="block">El numero qx del estado anterior</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../cl/cromer/mt/EstadosFinales.html" title="class in cl.cromer.mt">EstadosFinales</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/mt/IndividualController.html#estadosFinales">estadosFinales</a></span></code>
<div class="block">Los estados finales que viene de la ventana anterior</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>private <a href="../../../cl/cromer/mt/Maquina.html" title="class in cl.cromer.mt">Maquina</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/mt/IndividualController.html#maquina">maquina</a></span></code>
<div class="block">La maquina turning pasado para correr</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private javafx.scene.text.Text</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/mt/IndividualController.html#movimiento">movimiento</a></span></code>
<div class="block">A donde mueve la maquina</div>
<tr class="rowColor">
<td class="colFirst"><code>private boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/mt/IndividualController.html#mover">mover</a></span></code>
<div class="block">Si debe mover o si debe mostrar lo que lee y escribe</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>private javafx.scene.control.Button</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/mt/IndividualController.html#paso">paso</a></span></code>
<div class="block">El boton que corre paso a paso</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><code>private char</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/mt/IndividualController.html#simboloAnterior">simboloAnterior</a></span></code>
<div class="block">El simbolo que lee antes que la maquina escribe</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private javafx.scene.text.Text</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/mt/IndividualController.html#simboloEscrito">simboloEscrito</a></span></code>
<div class="block">Lo que escribe la maquina</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private javafx.scene.text.Text</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cl/cromer/mt/IndividualController.html#simboloLeido">simboloLeido</a></span></code>
<div class="block">El simbolo que lee la maquina</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.javafx.scene.layout.Region">
@@ -475,54 +457,14 @@ extends javafx.scene.layout.VBox</pre>
<div class="block">El boton que corre paso a paso</div>
</li>
</ul>
<a name="estadoActual">
<a name="descripcion">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>estadoActual</h4>
<pre>private&nbsp;javafx.scene.text.Text estadoActual</pre>
<div class="block">El estado actual de la maquina</div>
</li>
</ul>
<a name="estadoPrevio">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>estadoPrevio</h4>
<pre>private&nbsp;javafx.scene.text.Text estadoPrevio</pre>
<div class="block">El estado en el paso anterior</div>
</li>
</ul>
<a name="simboloLeido">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>simboloLeido</h4>
<pre>private&nbsp;javafx.scene.text.Text simboloLeido</pre>
<div class="block">El simbolo que lee la maquina</div>
</li>
</ul>
<a name="simboloEscrito">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>simboloEscrito</h4>
<pre>private&nbsp;javafx.scene.text.Text simboloEscrito</pre>
<div class="block">Lo que escribe la maquina</div>
</li>
</ul>
<a name="movimiento">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>movimiento</h4>
<pre>private&nbsp;javafx.scene.text.Text movimiento</pre>
<div class="block">A donde mueve la maquina</div>
<h4>descripcion</h4>
<pre>private&nbsp;javafx.scene.text.Text descripcion</pre>
<div class="block">La descripcion de que hace la maquina</div>
</li>
</ul>
<a name="cadenaAceptada">
@@ -575,26 +517,36 @@ extends javafx.scene.layout.VBox</pre>
<div class="block">La cantidad de cajas que está en la pantalla</div>
</li>
</ul>
<a name="estadoPrevioi">
<a name="estadoPrevio">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>estadoPrevioi</h4>
<pre>private&nbsp;int estadoPrevioi</pre>
<h4>estadoPrevio</h4>
<pre>private&nbsp;int estadoPrevio</pre>
<div class="block">El numero qx del estado anterior</div>
</li>
</ul>
<a name="simboloAnterior">
<!-- -->
</a>
<ul class="blockListLast">
<ul class="blockList">
<li class="blockList">
<h4>simboloAnterior</h4>
<pre>private&nbsp;char simboloAnterior</pre>
<div class="block">El simbolo que lee antes que la maquina escribe</div>
</li>
</ul>
<a name="mover">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>mover</h4>
<pre>private&nbsp;boolean mover</pre>
<div class="block">Si debe mover o si debe mostrar lo que lee y escribe</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:34 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>LeerXML.CustomErrorHandler</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:34 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>LeerXML</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:35 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>LoteController</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:35 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>MT</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:35 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Maquina</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:35 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>MenuController</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:35 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>TablaData</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:35 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Uses of Class cl.cromer.mt.Automata</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:35 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Uses of Class cl.cromer.mt.Enlace</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:35 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Uses of Class cl.cromer.mt.Estado</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:35 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Uses of Class cl.cromer.mt.EstadosFinales</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:35 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Uses of Class cl.cromer.mt.EstadosFinalesController</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:35 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Uses of Class cl.cromer.mt.IndividualController</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:35 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Uses of Class cl.cromer.mt.LeerXML.CustomErrorHandler</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:35 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Uses of Class cl.cromer.mt.LeerXML</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:35 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Uses of Class cl.cromer.mt.LoteController</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:35 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Uses of Class cl.cromer.mt.MT</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:35 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Uses of Class cl.cromer.mt.Maquina</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:35 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Uses of Class cl.cromer.mt.MenuController</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:35 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Uses of Class cl.cromer.mt.TablaData</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:35 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>cl.cromer.mt</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:35 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>cl.cromer.mt</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:35 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>cl.cromer.mt Class Hierarchy</title>
<meta name="date" content="2017-07-07">

View File

@@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 03:04:35 CLT 2017 -->
<!-- Generated by javadoc (1.8.0_131) on Fri Jul 07 11:23:38 CLT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>Uses of Package cl.cromer.mt</title>
<meta name="date" content="2017-07-07">