From fa4b0842f95e3779ea03891b6533024924584bfa Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Sat, 8 Jul 2017 14:55:42 -0400 Subject: [PATCH] Clean javadoc --- doc/allclasses-frame.html | 4 +- doc/allclasses-noframe.html | 4 +- doc/cl/cromer/mt/Automata.html | 4 +- doc/cl/cromer/mt/Enlace.html | 4 +- doc/cl/cromer/mt/Estado.html | 4 +- doc/cl/cromer/mt/EstadosFinales.html | 4 +- .../cromer/mt/EstadosFinalesController.html | 4 +- doc/cl/cromer/mt/IndividualController.html | 4 +- .../cromer/mt/LeerXML.CustomErrorHandler.html | 4 +- .../cromer/mt/LeerXML.SimpleErrorHandler.html | 431 ----------- doc/cl/cromer/mt/LeerXML.html | 4 +- doc/cl/cromer/mt/LoteController.html | 4 +- doc/cl/cromer/mt/MT.html | 4 +- doc/cl/cromer/mt/Maquina.html | 4 +- doc/cl/cromer/mt/MenuController.html | 4 +- doc/cl/cromer/mt/TablaData.html | 4 +- doc/cl/cromer/mt/class-use/Automata.html | 4 +- doc/cl/cromer/mt/class-use/Enlace.html | 4 +- doc/cl/cromer/mt/class-use/Estado.html | 4 +- .../cromer/mt/class-use/EstadosFinales.html | 4 +- .../class-use/EstadosFinalesController.html | 4 +- .../mt/class-use/IndividualController.html | 4 +- .../class-use/LeerXML.CustomErrorHandler.html | 4 +- .../class-use/LeerXML.SimpleErrorHandler.html | 131 ---- doc/cl/cromer/mt/class-use/LeerXML.html | 4 +- .../cromer/mt/class-use/LoteController.html | 4 +- doc/cl/cromer/mt/class-use/MT.html | 4 +- doc/cl/cromer/mt/class-use/Maquina.html | 4 +- .../cromer/mt/class-use/MenuController.html | 4 +- doc/cl/cromer/mt/class-use/TablaData.html | 4 +- doc/cl/cromer/mt/package-frame.html | 4 +- doc/cl/cromer/mt/package-summary.html | 4 +- doc/cl/cromer/mt/package-tree.html | 4 +- doc/cl/cromer/mt/package-use.html | 4 +- doc/constant-values.html | 4 +- doc/deprecated-list.html | 4 +- doc/help-doc.html | 4 +- doc/index-files/index-1.html | 4 +- doc/index-files/index-10.html | 4 +- doc/index-files/index-11.html | 4 +- doc/index-files/index-12.html | 4 +- doc/index-files/index-13.html | 4 +- doc/index-files/index-14.html | 4 +- doc/index-files/index-15.html | 4 +- doc/index-files/index-16.html | 4 +- doc/index-files/index-17.html | 4 +- doc/index-files/index-2.html | 4 +- doc/index-files/index-3.html | 4 +- doc/index-files/index-4.html | 4 +- doc/index-files/index-5.html | 4 +- doc/index-files/index-6.html | 4 +- doc/index-files/index-7.html | 4 +- doc/index-files/index-8.html | 4 +- doc/index-files/index-9.html | 4 +- doc/index.html | 2 +- doc/mt/Automata.html | 339 --------- doc/mt/Controller.html | 235 ------ doc/mt/Enlace.html | 500 ------------- doc/mt/Estado.html | 399 ---------- doc/mt/LeerXML.SimpleErrorHandler.html | 441 ----------- doc/mt/LeerXML.html | 369 ---------- doc/mt/ListaCargada.html | 531 ------------- doc/mt/MT.html | 370 ---------- doc/mt/Maquina.html | 343 --------- doc/mt/MenuController.html | 696 ------------------ doc/mt/class-use/Automata.html | 175 ----- doc/mt/class-use/Controller.html | 122 --- doc/mt/class-use/Enlace.html | 173 ----- doc/mt/class-use/Estado.html | 267 ------- .../class-use/LeerXML.SimpleErrorHandler.html | 122 --- doc/mt/class-use/LeerXML.html | 122 --- doc/mt/class-use/ListaCargada.html | 124 ---- doc/mt/class-use/MT.html | 122 --- doc/mt/class-use/Maquina.html | 124 ---- doc/mt/class-use/MenuController.html | 124 ---- doc/mt/package-frame.html | 27 - doc/mt/package-summary.html | 174 ----- doc/mt/package-tree.html | 171 ----- doc/mt/package-use.html | 148 ---- doc/overview-tree.html | 4 +- 80 files changed, 107 insertions(+), 6887 deletions(-) delete mode 100644 doc/cl/cromer/mt/LeerXML.SimpleErrorHandler.html delete mode 100644 doc/cl/cromer/mt/class-use/LeerXML.SimpleErrorHandler.html delete mode 100644 doc/mt/Automata.html delete mode 100644 doc/mt/Controller.html delete mode 100644 doc/mt/Enlace.html delete mode 100644 doc/mt/Estado.html delete mode 100644 doc/mt/LeerXML.SimpleErrorHandler.html delete mode 100644 doc/mt/LeerXML.html delete mode 100644 doc/mt/ListaCargada.html delete mode 100644 doc/mt/MT.html delete mode 100644 doc/mt/Maquina.html delete mode 100644 doc/mt/MenuController.html delete mode 100644 doc/mt/class-use/Automata.html delete mode 100644 doc/mt/class-use/Controller.html delete mode 100644 doc/mt/class-use/Enlace.html delete mode 100644 doc/mt/class-use/Estado.html delete mode 100644 doc/mt/class-use/LeerXML.SimpleErrorHandler.html delete mode 100644 doc/mt/class-use/LeerXML.html delete mode 100644 doc/mt/class-use/ListaCargada.html delete mode 100644 doc/mt/class-use/MT.html delete mode 100644 doc/mt/class-use/Maquina.html delete mode 100644 doc/mt/class-use/MenuController.html delete mode 100644 doc/mt/package-frame.html delete mode 100644 doc/mt/package-summary.html delete mode 100644 doc/mt/package-tree.html delete mode 100644 doc/mt/package-use.html diff --git a/doc/allclasses-frame.html b/doc/allclasses-frame.html index b3692e0..1122e2b 100644 --- a/doc/allclasses-frame.html +++ b/doc/allclasses-frame.html @@ -2,10 +2,10 @@ - + All Classes - + diff --git a/doc/allclasses-noframe.html b/doc/allclasses-noframe.html index 29a69f8..17e585f 100644 --- a/doc/allclasses-noframe.html +++ b/doc/allclasses-noframe.html @@ -2,10 +2,10 @@ - + All Classes - + diff --git a/doc/cl/cromer/mt/Automata.html b/doc/cl/cromer/mt/Automata.html index 25ff810..fa456e9 100644 --- a/doc/cl/cromer/mt/Automata.html +++ b/doc/cl/cromer/mt/Automata.html @@ -2,10 +2,10 @@ - + Automata - + diff --git a/doc/cl/cromer/mt/Enlace.html b/doc/cl/cromer/mt/Enlace.html index 0e29355..85e9691 100644 --- a/doc/cl/cromer/mt/Enlace.html +++ b/doc/cl/cromer/mt/Enlace.html @@ -2,10 +2,10 @@ - + Enlace - + diff --git a/doc/cl/cromer/mt/Estado.html b/doc/cl/cromer/mt/Estado.html index cf87a80..19e6121 100644 --- a/doc/cl/cromer/mt/Estado.html +++ b/doc/cl/cromer/mt/Estado.html @@ -2,10 +2,10 @@ - + Estado - + diff --git a/doc/cl/cromer/mt/EstadosFinales.html b/doc/cl/cromer/mt/EstadosFinales.html index e053c8a..4737662 100644 --- a/doc/cl/cromer/mt/EstadosFinales.html +++ b/doc/cl/cromer/mt/EstadosFinales.html @@ -2,10 +2,10 @@ - + EstadosFinales - + diff --git a/doc/cl/cromer/mt/EstadosFinalesController.html b/doc/cl/cromer/mt/EstadosFinalesController.html index d07ec84..0a2092d 100644 --- a/doc/cl/cromer/mt/EstadosFinalesController.html +++ b/doc/cl/cromer/mt/EstadosFinalesController.html @@ -2,10 +2,10 @@ - + EstadosFinalesController - + diff --git a/doc/cl/cromer/mt/IndividualController.html b/doc/cl/cromer/mt/IndividualController.html index f2df848..4135b2f 100644 --- a/doc/cl/cromer/mt/IndividualController.html +++ b/doc/cl/cromer/mt/IndividualController.html @@ -2,10 +2,10 @@ - + IndividualController - + diff --git a/doc/cl/cromer/mt/LeerXML.CustomErrorHandler.html b/doc/cl/cromer/mt/LeerXML.CustomErrorHandler.html index db13465..be28f41 100644 --- a/doc/cl/cromer/mt/LeerXML.CustomErrorHandler.html +++ b/doc/cl/cromer/mt/LeerXML.CustomErrorHandler.html @@ -2,10 +2,10 @@ - + LeerXML.CustomErrorHandler - + diff --git a/doc/cl/cromer/mt/LeerXML.SimpleErrorHandler.html b/doc/cl/cromer/mt/LeerXML.SimpleErrorHandler.html deleted file mode 100644 index c86241b..0000000 --- a/doc/cl/cromer/mt/LeerXML.SimpleErrorHandler.html +++ /dev/null @@ -1,431 +0,0 @@ - - - - - - LeerXML.SimpleErrorHandler - - - - - - - - -
- - - - - - - -
- - - -
-
cl.cromer.mt
-

Class LeerXML.SimpleErrorHandler

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    org.xml.sax.ErrorHandler
    -
    -
    -
    Enclosing class:
    -
    LeerXML -
    -
    -
    -
    -
    class LeerXML.SimpleErrorHandler
    -extends java.lang.Object
    -implements jdk.internal.org.xml.sax.ErrorHandler, org.xml.sax.ErrorHandler
    -
    Esta clase se usa para comprobar que el XML es valido.
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      - SimpleErrorHandler()  -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - All Methods Instance Methods Concrete Methods  -
      Modifier and TypeMethod and Description
      void - error(jdk.internal.org.xml.sax.SAXParseException e) -
      Un error
      -
      void - error(org.xml.sax.SAXParseException e) -
      Un error
      -
      void - fatalError(jdk.internal.org.xml.sax.SAXParseException e) -
      Un error fatal
      -
      void - fatalError(org.xml.sax.SAXParseException e) -
      Un error fatal
      -
      void - warning(jdk.internal.org.xml.sax.SAXParseException e) -
      Un warning
      -
      void - warning(org.xml.sax.SAXParseException e) -
      Un warning
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        - clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, - wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimpleErrorHandler

        -
        SimpleErrorHandler()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        warning

        -
        public void warning(jdk.internal.org.xml.sax.SAXParseException e)
        -             throws jdk.internal.org.xml.sax.SAXException
        -
        Un warning
        -
        -
        Parameters:
        -
        e - La excepción
        -
        Throws:
        -
        jdk.internal.org.xml.sax.SAXException - La excepción thrown -
        -
        -
      • -
      - - - -
        -
      • -

        error

        -
        public void error(jdk.internal.org.xml.sax.SAXParseException e)
        -           throws jdk.internal.org.xml.sax.SAXException
        -
        Un error
        -
        -
        Parameters:
        -
        e - La excepción
        -
        Throws:
        -
        jdk.internal.org.xml.sax.SAXException - La excepción thrown -
        -
        -
      • -
      - - - -
        -
      • -

        fatalError

        -
        public void fatalError(jdk.internal.org.xml.sax.SAXParseException e)
        -                throws jdk.internal.org.xml.sax.SAXException
        -
        Un error fatal
        -
        -
        Parameters:
        -
        e - La excepción
        -
        Throws:
        -
        jdk.internal.org.xml.sax.SAXException - La excepción thrown -
        -
        -
      • -
      - - - -
        -
      • -

        warning

        -
        public void warning(org.xml.sax.SAXParseException e)
        -
        Un warning
        -
        -
        Specified by:
        -
        warning in interface org.xml.sax.ErrorHandler -
        -
        Parameters:
        -
        e - La excepción
        -
        -
      • -
      - - - -
        -
      • -

        error

        -
        public void error(org.xml.sax.SAXParseException e)
        -
        Un error
        -
        -
        Specified by:
        -
        error in - interface org.xml.sax.ErrorHandler
        -
        Parameters:
        -
        e - La excepción
        -
        -
      • -
      - - - -
        -
      • -

        fatalError

        -
        public void fatalError(org.xml.sax.SAXParseException e)
        -
        Un error fatal
        -
        -
        Specified by:
        -
        fatalError in interface org.xml.sax.ErrorHandler -
        -
        Parameters:
        -
        e - La excepción
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - diff --git a/doc/cl/cromer/mt/LeerXML.html b/doc/cl/cromer/mt/LeerXML.html index 2a409d1..801fcd6 100644 --- a/doc/cl/cromer/mt/LeerXML.html +++ b/doc/cl/cromer/mt/LeerXML.html @@ -2,10 +2,10 @@ - + LeerXML - + diff --git a/doc/cl/cromer/mt/LoteController.html b/doc/cl/cromer/mt/LoteController.html index 77b188b..c043197 100644 --- a/doc/cl/cromer/mt/LoteController.html +++ b/doc/cl/cromer/mt/LoteController.html @@ -2,10 +2,10 @@ - + LoteController - + diff --git a/doc/cl/cromer/mt/MT.html b/doc/cl/cromer/mt/MT.html index 461d3e0..8a95031 100644 --- a/doc/cl/cromer/mt/MT.html +++ b/doc/cl/cromer/mt/MT.html @@ -2,10 +2,10 @@ - + MT - + diff --git a/doc/cl/cromer/mt/Maquina.html b/doc/cl/cromer/mt/Maquina.html index ffb3c42..0aed860 100644 --- a/doc/cl/cromer/mt/Maquina.html +++ b/doc/cl/cromer/mt/Maquina.html @@ -2,10 +2,10 @@ - + Maquina - + diff --git a/doc/cl/cromer/mt/MenuController.html b/doc/cl/cromer/mt/MenuController.html index f1fef40..22b402d 100644 --- a/doc/cl/cromer/mt/MenuController.html +++ b/doc/cl/cromer/mt/MenuController.html @@ -2,10 +2,10 @@ - + MenuController - + diff --git a/doc/cl/cromer/mt/TablaData.html b/doc/cl/cromer/mt/TablaData.html index e899f14..c3d1c1d 100644 --- a/doc/cl/cromer/mt/TablaData.html +++ b/doc/cl/cromer/mt/TablaData.html @@ -2,10 +2,10 @@ - + TablaData - + diff --git a/doc/cl/cromer/mt/class-use/Automata.html b/doc/cl/cromer/mt/class-use/Automata.html index 8fff8c7..2d415e2 100644 --- a/doc/cl/cromer/mt/class-use/Automata.html +++ b/doc/cl/cromer/mt/class-use/Automata.html @@ -2,10 +2,10 @@ - + Uses of Class cl.cromer.mt.Automata - + diff --git a/doc/cl/cromer/mt/class-use/Enlace.html b/doc/cl/cromer/mt/class-use/Enlace.html index 7ba5c1b..ebc32dc 100644 --- a/doc/cl/cromer/mt/class-use/Enlace.html +++ b/doc/cl/cromer/mt/class-use/Enlace.html @@ -2,10 +2,10 @@ - + Uses of Class cl.cromer.mt.Enlace - + diff --git a/doc/cl/cromer/mt/class-use/Estado.html b/doc/cl/cromer/mt/class-use/Estado.html index 2880629..8a0c62d 100644 --- a/doc/cl/cromer/mt/class-use/Estado.html +++ b/doc/cl/cromer/mt/class-use/Estado.html @@ -2,10 +2,10 @@ - + Uses of Class cl.cromer.mt.Estado - + diff --git a/doc/cl/cromer/mt/class-use/EstadosFinales.html b/doc/cl/cromer/mt/class-use/EstadosFinales.html index 75d063d..a8a3b19 100644 --- a/doc/cl/cromer/mt/class-use/EstadosFinales.html +++ b/doc/cl/cromer/mt/class-use/EstadosFinales.html @@ -2,10 +2,10 @@ - + Uses of Class cl.cromer.mt.EstadosFinales - + diff --git a/doc/cl/cromer/mt/class-use/EstadosFinalesController.html b/doc/cl/cromer/mt/class-use/EstadosFinalesController.html index 80c5463..fe42178 100644 --- a/doc/cl/cromer/mt/class-use/EstadosFinalesController.html +++ b/doc/cl/cromer/mt/class-use/EstadosFinalesController.html @@ -2,10 +2,10 @@ - + Uses of Class cl.cromer.mt.EstadosFinalesController - + diff --git a/doc/cl/cromer/mt/class-use/IndividualController.html b/doc/cl/cromer/mt/class-use/IndividualController.html index d6becf2..25dd268 100644 --- a/doc/cl/cromer/mt/class-use/IndividualController.html +++ b/doc/cl/cromer/mt/class-use/IndividualController.html @@ -2,10 +2,10 @@ - + Uses of Class cl.cromer.mt.IndividualController - + diff --git a/doc/cl/cromer/mt/class-use/LeerXML.CustomErrorHandler.html b/doc/cl/cromer/mt/class-use/LeerXML.CustomErrorHandler.html index 827cba1..e65a821 100644 --- a/doc/cl/cromer/mt/class-use/LeerXML.CustomErrorHandler.html +++ b/doc/cl/cromer/mt/class-use/LeerXML.CustomErrorHandler.html @@ -2,10 +2,10 @@ - + Uses of Class cl.cromer.mt.LeerXML.CustomErrorHandler - + diff --git a/doc/cl/cromer/mt/class-use/LeerXML.SimpleErrorHandler.html b/doc/cl/cromer/mt/class-use/LeerXML.SimpleErrorHandler.html deleted file mode 100644 index e80f8dd..0000000 --- a/doc/cl/cromer/mt/class-use/LeerXML.SimpleErrorHandler.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - Uses of Class cl.cromer.mt.LeerXML.SimpleErrorHandler - - - - - - - - -
- - - - - - - -
- - -
-

Uses of Class
cl.cromer.mt.LeerXML.SimpleErrorHandler -

-
-
No usage of cl.cromer.mt.LeerXML.SimpleErrorHandler
- -
- - - - - - - -
- - - - diff --git a/doc/cl/cromer/mt/class-use/LeerXML.html b/doc/cl/cromer/mt/class-use/LeerXML.html index eaadc25..e27d657 100644 --- a/doc/cl/cromer/mt/class-use/LeerXML.html +++ b/doc/cl/cromer/mt/class-use/LeerXML.html @@ -2,10 +2,10 @@ - + Uses of Class cl.cromer.mt.LeerXML - + diff --git a/doc/cl/cromer/mt/class-use/LoteController.html b/doc/cl/cromer/mt/class-use/LoteController.html index 2cb4136..58992ac 100644 --- a/doc/cl/cromer/mt/class-use/LoteController.html +++ b/doc/cl/cromer/mt/class-use/LoteController.html @@ -2,10 +2,10 @@ - + Uses of Class cl.cromer.mt.LoteController - + diff --git a/doc/cl/cromer/mt/class-use/MT.html b/doc/cl/cromer/mt/class-use/MT.html index 503ce91..eb7087d 100644 --- a/doc/cl/cromer/mt/class-use/MT.html +++ b/doc/cl/cromer/mt/class-use/MT.html @@ -2,10 +2,10 @@ - + Uses of Class cl.cromer.mt.MT - + diff --git a/doc/cl/cromer/mt/class-use/Maquina.html b/doc/cl/cromer/mt/class-use/Maquina.html index 7eb1449..83a4e83 100644 --- a/doc/cl/cromer/mt/class-use/Maquina.html +++ b/doc/cl/cromer/mt/class-use/Maquina.html @@ -2,10 +2,10 @@ - + Uses of Class cl.cromer.mt.Maquina - + diff --git a/doc/cl/cromer/mt/class-use/MenuController.html b/doc/cl/cromer/mt/class-use/MenuController.html index 229e4cd..a085e18 100644 --- a/doc/cl/cromer/mt/class-use/MenuController.html +++ b/doc/cl/cromer/mt/class-use/MenuController.html @@ -2,10 +2,10 @@ - + Uses of Class cl.cromer.mt.MenuController - + diff --git a/doc/cl/cromer/mt/class-use/TablaData.html b/doc/cl/cromer/mt/class-use/TablaData.html index f22ac05..5849719 100644 --- a/doc/cl/cromer/mt/class-use/TablaData.html +++ b/doc/cl/cromer/mt/class-use/TablaData.html @@ -2,10 +2,10 @@ - + Uses of Class cl.cromer.mt.TablaData - + diff --git a/doc/cl/cromer/mt/package-frame.html b/doc/cl/cromer/mt/package-frame.html index b967e37..7d1a288 100644 --- a/doc/cl/cromer/mt/package-frame.html +++ b/doc/cl/cromer/mt/package-frame.html @@ -2,10 +2,10 @@ - + cl.cromer.mt - + diff --git a/doc/cl/cromer/mt/package-summary.html b/doc/cl/cromer/mt/package-summary.html index 0c0dd8c..724ca34 100644 --- a/doc/cl/cromer/mt/package-summary.html +++ b/doc/cl/cromer/mt/package-summary.html @@ -2,10 +2,10 @@ - + cl.cromer.mt - + diff --git a/doc/cl/cromer/mt/package-tree.html b/doc/cl/cromer/mt/package-tree.html index 43f9f18..c2d183d 100644 --- a/doc/cl/cromer/mt/package-tree.html +++ b/doc/cl/cromer/mt/package-tree.html @@ -2,10 +2,10 @@ - + cl.cromer.mt Class Hierarchy - + diff --git a/doc/cl/cromer/mt/package-use.html b/doc/cl/cromer/mt/package-use.html index 518588a..9bdfcf6 100644 --- a/doc/cl/cromer/mt/package-use.html +++ b/doc/cl/cromer/mt/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package cl.cromer.mt - + diff --git a/doc/constant-values.html b/doc/constant-values.html index 2556227..6c4ae03 100644 --- a/doc/constant-values.html +++ b/doc/constant-values.html @@ -2,10 +2,10 @@ - + Constant Field Values - + diff --git a/doc/deprecated-list.html b/doc/deprecated-list.html index f6944e4..c980004 100644 --- a/doc/deprecated-list.html +++ b/doc/deprecated-list.html @@ -2,10 +2,10 @@ - + Deprecated List - + diff --git a/doc/help-doc.html b/doc/help-doc.html index 7c98a34..e8748bf 100644 --- a/doc/help-doc.html +++ b/doc/help-doc.html @@ -2,10 +2,10 @@ - + API Help - + diff --git a/doc/index-files/index-1.html b/doc/index-files/index-1.html index 78330d7..1a4169c 100644 --- a/doc/index-files/index-1.html +++ b/doc/index-files/index-1.html @@ -2,10 +2,10 @@ - + A-Index - + diff --git a/doc/index-files/index-10.html b/doc/index-files/index-10.html index 01fda3f..7c457f8 100644 --- a/doc/index-files/index-10.html +++ b/doc/index-files/index-10.html @@ -2,10 +2,10 @@ - + M-Index - + diff --git a/doc/index-files/index-11.html b/doc/index-files/index-11.html index 5fddcae..a32cb06 100644 --- a/doc/index-files/index-11.html +++ b/doc/index-files/index-11.html @@ -2,10 +2,10 @@ - + P-Index - + diff --git a/doc/index-files/index-12.html b/doc/index-files/index-12.html index a7d30aa..82c15e9 100644 --- a/doc/index-files/index-12.html +++ b/doc/index-files/index-12.html @@ -2,10 +2,10 @@ - + Q-Index - + diff --git a/doc/index-files/index-13.html b/doc/index-files/index-13.html index 8bd3e67..d919876 100644 --- a/doc/index-files/index-13.html +++ b/doc/index-files/index-13.html @@ -2,10 +2,10 @@ - + R-Index - + diff --git a/doc/index-files/index-14.html b/doc/index-files/index-14.html index e4e1725..9ee136c 100644 --- a/doc/index-files/index-14.html +++ b/doc/index-files/index-14.html @@ -2,10 +2,10 @@ - + S-Index - + diff --git a/doc/index-files/index-15.html b/doc/index-files/index-15.html index d1b3c20..a41c0a4 100644 --- a/doc/index-files/index-15.html +++ b/doc/index-files/index-15.html @@ -2,10 +2,10 @@ - + T-Index - + diff --git a/doc/index-files/index-16.html b/doc/index-files/index-16.html index 9080489..e48dbe1 100644 --- a/doc/index-files/index-16.html +++ b/doc/index-files/index-16.html @@ -2,10 +2,10 @@ - + V-Index - + diff --git a/doc/index-files/index-17.html b/doc/index-files/index-17.html index 33428c8..0f13bcd 100644 --- a/doc/index-files/index-17.html +++ b/doc/index-files/index-17.html @@ -2,10 +2,10 @@ - + W-Index - + diff --git a/doc/index-files/index-2.html b/doc/index-files/index-2.html index 9ce0e92..4bffcb3 100644 --- a/doc/index-files/index-2.html +++ b/doc/index-files/index-2.html @@ -2,10 +2,10 @@ - + C-Index - + diff --git a/doc/index-files/index-3.html b/doc/index-files/index-3.html index d42c7e9..fe4aa96 100644 --- a/doc/index-files/index-3.html +++ b/doc/index-files/index-3.html @@ -2,10 +2,10 @@ - + D-Index - + diff --git a/doc/index-files/index-4.html b/doc/index-files/index-4.html index 1f0d4ea..97a4652 100644 --- a/doc/index-files/index-4.html +++ b/doc/index-files/index-4.html @@ -2,10 +2,10 @@ - + E-Index - + diff --git a/doc/index-files/index-5.html b/doc/index-files/index-5.html index 0e06f2d..ce30360 100644 --- a/doc/index-files/index-5.html +++ b/doc/index-files/index-5.html @@ -2,10 +2,10 @@ - + F-Index - + diff --git a/doc/index-files/index-6.html b/doc/index-files/index-6.html index 5150a9e..34e794b 100644 --- a/doc/index-files/index-6.html +++ b/doc/index-files/index-6.html @@ -2,10 +2,10 @@ - + G-Index - + diff --git a/doc/index-files/index-7.html b/doc/index-files/index-7.html index 863e4d6..af6c65c 100644 --- a/doc/index-files/index-7.html +++ b/doc/index-files/index-7.html @@ -2,10 +2,10 @@ - + H-Index - + diff --git a/doc/index-files/index-8.html b/doc/index-files/index-8.html index 3651f82..e4dc1db 100644 --- a/doc/index-files/index-8.html +++ b/doc/index-files/index-8.html @@ -2,10 +2,10 @@ - + I-Index - + diff --git a/doc/index-files/index-9.html b/doc/index-files/index-9.html index a14df87..9d6a0e6 100644 --- a/doc/index-files/index-9.html +++ b/doc/index-files/index-9.html @@ -2,10 +2,10 @@ - + L-Index - + diff --git a/doc/index.html b/doc/index.html index 3afc016..3c2fb82 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ - + Generated Documentation (Untitled) - - - - - -
- - - - - - - -
- - - -
-
mt
-

Class Automata

-
-
- -
-
    -
  • -
    -
    -
    class Automata
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      private - java.util.ArrayList<Estado> - - estados  -
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      - Automata(org.w3c.dom.Document document)  -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      - All Methods Instance Methods Concrete Methods  -
      Modifier and TypeMethod and Description
      (package private) - java.util.ArrayList<Estado> - - getEstados()  -
      private void - setEstados(java.util.ArrayList<Estado> estados)  -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        - clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, - wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        estados

        -
        private java.util.ArrayList<Estado> estados
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Automata

        -
        Automata(org.w3c.dom.Document document)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getEstados

        -
        java.util.ArrayList<Estado> getEstados()
        -
      • -
      - - - -
        -
      • -

        setEstados

        -
        private void setEstados(java.util.ArrayList<Estado> estados)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - diff --git a/doc/mt/Controller.html b/doc/mt/Controller.html deleted file mode 100644 index 1f4b8ac..0000000 --- a/doc/mt/Controller.html +++ /dev/null @@ -1,235 +0,0 @@ - - - - - -Controller - - - - - - - - -
- - - - - - - -
- - - -
-
mt
-

Class Controller

-
-
- -
-
    -
  • -
    -
    -
    public class Controller
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      Controller() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Controller

        -
        public Controller()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - diff --git a/doc/mt/Enlace.html b/doc/mt/Enlace.html deleted file mode 100644 index 8203d16..0000000 --- a/doc/mt/Enlace.html +++ /dev/null @@ -1,500 +0,0 @@ - - - - - - Enlace - - - - - - - - -
- - - - - - - -
- - - -
-
mt
-

Class Enlace

-
-
- -
-
    -
  • -
    -
    -
    class Enlace
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      private char - movimiento  -
      private - Estado - qj  -
      private char - si  -
      private char - sj  -
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      - Enlace(char si, - Estado qj, - char sj, - char move)  -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - All Methods Instance Methods Concrete Methods  -
      Modifier and TypeMethod and Description
      char - getMovimiento()  -
      Estado - - getQj()  -
      char - getSi()  -
      char - getSj()  -
      private void - setMovimiento(char movimiento)  -
      private void - setQj(Estado qj)  -
      private void - setSi(char si)  -
      private void - setSj(char sj)  -
      java.lang.String - toString()  -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        - clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, - wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        si

        -
        private char si
        -
      • -
      - - - -
        -
      • -

        sj

        -
        private char sj
        -
      • -
      - - - -
        -
      • -

        movimiento

        -
        private char movimiento
        -
      • -
      - - - -
        -
      • -

        qj

        -
        private Estado qj
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Enlace

        -
        Enlace(char si,
        -       Estado qj,
        -       char sj,
        -       char move)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getSi

        -
        public char getSi()
        -
      • -
      - - - -
        -
      • -

        setSi

        -
        private void setSi(char si)
        -
      • -
      - - - -
        -
      • -

        getSj

        -
        public char getSj()
        -
      • -
      - - - -
        -
      • -

        setSj

        -
        private void setSj(char sj)
        -
      • -
      - - - -
        -
      • -

        getMovimiento

        -
        public char getMovimiento()
        -
      • -
      - - - -
        -
      • -

        setMovimiento

        -
        private void setMovimiento(char movimiento)
        -
      • -
      - - - -
        -
      • -

        getQj

        -
        public Estado getQj()
        -
      • -
      - - - -
        -
      • -

        setQj

        -
        private void setQj(Estado qj)
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object -
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - diff --git a/doc/mt/Estado.html b/doc/mt/Estado.html deleted file mode 100644 index 58ad4c3..0000000 --- a/doc/mt/Estado.html +++ /dev/null @@ -1,399 +0,0 @@ - - - - - - Estado - - - - - - - - -
- - - - - - - -
- - - -
-
mt
-

Class Estado

-
-
- -
-
    -
  • -
    -
    -
    public class Estado
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      private - java.util.ArrayList<Enlace> - - enlaces  -
      private int - q  -
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      - Estado(int q)  -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      - All Methods Instance Methods Concrete Methods  -
      Modifier and TypeMethod and Description
      (package private) boolean - createLink(char si, - Estado qj, - char sj, - char move)  -
      (package private) - java.util.ArrayList<Enlace> - - getEnlaces()  -
      (package private) int - getQ()  -
      java.lang.String - toString()  -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        - clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, - wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        q

        -
        private final int q
        -
      • -
      - - - -
        -
      • -

        enlaces

        -
        private final java.util.ArrayList<Enlace> enlaces
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Estado

        -
        Estado(int q)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getEnlaces

        -
        java.util.ArrayList<Enlace> getEnlaces()
        -
      • -
      - - - -
        -
      • -

        getQ

        -
        int getQ()
        -
      • -
      - - - -
        -
      • -

        createLink

        -
        boolean createLink(char si,
        -                   Estado qj,
        -                   char sj,
        -                   char move)
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object -
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - diff --git a/doc/mt/LeerXML.SimpleErrorHandler.html b/doc/mt/LeerXML.SimpleErrorHandler.html deleted file mode 100644 index 240c7fd..0000000 --- a/doc/mt/LeerXML.SimpleErrorHandler.html +++ /dev/null @@ -1,441 +0,0 @@ - - - - - -LeerXML.SimpleErrorHandler - - - - - - - - -
- - - - - - - -
- - - -
-
mt
-

Class LeerXML.SimpleErrorHandler

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    org.xml.sax.ErrorHandler
    -
    -
    -
    Enclosing class:
    -
    LeerXML
    -
    -
    -
    -
    class LeerXML.SimpleErrorHandler
    -extends java.lang.Object
    -implements jdk.internal.org.xml.sax.ErrorHandler, org.xml.sax.ErrorHandler
    -
    Esta clase se usa para comprobar que el XML es valido.
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      (package private) boolean - error  -
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      - SimpleErrorHandler()  -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voiderror(jdk.internal.org.xml.sax.SAXParseException e) -
      Un error
      -
      voiderror(org.xml.sax.SAXParseException e) -
      Un error
      -
      voidfatalError(jdk.internal.org.xml.sax.SAXParseException e) -
      Un error fatal
      -
      voidfatalError(org.xml.sax.SAXParseException e) -
      Un error fatal
      -
      voidwarning(jdk.internal.org.xml.sax.SAXParseException e) -
      Un warning
      -
      voidwarning(org.xml.sax.SAXParseException e) -
      Un warning
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        error

        -
        boolean error
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimpleErrorHandler

        -
        SimpleErrorHandler()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        warning

        -
        public void warning(jdk.internal.org.xml.sax.SAXParseException e)
        -             throws jdk.internal.org.xml.sax.SAXException
        -
        Un warning
        -
        -
        Parameters:
        -
        e - La excepción
        -
        Throws:
        -
        jdk.internal.org.xml.sax.SAXException - La excepción thrown
        -
        -
      • -
      - - - -
        -
      • -

        error

        -
        public void error(jdk.internal.org.xml.sax.SAXParseException e)
        -           throws jdk.internal.org.xml.sax.SAXException
        -
        Un error
        -
        -
        Parameters:
        -
        e - La excepción
        -
        Throws:
        -
        jdk.internal.org.xml.sax.SAXException - La excepción thrown
        -
        -
      • -
      - - - -
        -
      • -

        fatalError

        -
        public void fatalError(jdk.internal.org.xml.sax.SAXParseException e)
        -                throws jdk.internal.org.xml.sax.SAXException
        -
        Un error fatal
        -
        -
        Parameters:
        -
        e - La excepción
        -
        Throws:
        -
        jdk.internal.org.xml.sax.SAXException - La excepción thrown
        -
        -
      • -
      - - - -
        -
      • -

        warning

        -
        public void warning(org.xml.sax.SAXParseException e)
        -
        Un warning
        -
        -
        Specified by:
        -
        warning in interface org.xml.sax.ErrorHandler
        -
        Parameters:
        -
        e - La excepción
        -
        -
      • -
      - - - -
        -
      • -

        error

        -
        public void error(org.xml.sax.SAXParseException e)
        -
        Un error
        -
        -
        Specified by:
        -
        error in interface org.xml.sax.ErrorHandler
        -
        Parameters:
        -
        e - La excepción
        -
        -
      • -
      - - - -
        -
      • -

        fatalError

        -
        public void fatalError(org.xml.sax.SAXParseException e)
        -
        Un error fatal
        -
        -
        Specified by:
        -
        fatalError in interface org.xml.sax.ErrorHandler
        -
        Parameters:
        -
        e - La excepción
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - diff --git a/doc/mt/LeerXML.html b/doc/mt/LeerXML.html deleted file mode 100644 index 87d8da4..0000000 --- a/doc/mt/LeerXML.html +++ /dev/null @@ -1,369 +0,0 @@ - - - - - -LeerXML - - - - - - - - -
- - - - - - - -
- - - -
-
mt
-

Class LeerXML

-
-
- -
-
    -
  • -
    -
    -
    class LeerXML
    -extends java.lang.Object
    -
    Esta clase puede abrir y validar un archivo de XML. Se necesita un archivo mtbase.dtd
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClass and Description
      (package private) class LeerXML.SimpleErrorHandler -
      Esta clase se usa para comprobar que el XML es valido.
      -
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      LeerXML() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      private org.w3c.dom.DocumentcreateDocument(java.io.File archivo) -
      Crear un documento de XML
      -
      private java.io.File - fixXML(java.io.File original) -
      Arreglar el archivo de XML si no es valido.
      -
      (package private) org.w3c.dom.DocumentleerArchivo(java.io.File archivo) -
      El metodo va a verificar que el archivo existe y que contiene XML valido.
      -
      private org.w3c.dom.DocumentvalidarXML(java.io.File original) -
      Este metodo se usa para validar el XML.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        LeerXML

        -
        LeerXML()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        leerArchivo

        -
        org.w3c.dom.Document leerArchivo(java.io.File archivo)
        -
        El metodo va a verificar que el archivo existe y que contiene XML valido. Si es valido devuelve - el documento. -
        -
        -
        Parameters:
        -
        archivo - Es el archivo a abrir.
        -
        Returns:
        -
        Devuelve un document de XML o null si hay algun error.
        -
        -
      • -
      - - - -
        -
      • -

        createDocument

        -
        private org.w3c.dom.Document createDocument(java.io.File archivo)
        -
        Crear un documento de XML
        -
        -
        Parameters:
        -
        archivo - Es el archivo XML
        -
        Returns:
        -
        Retorna un document del XML o null si hay algun error.
        -
        -
      • -
      - - - -
        -
      • -

        validarXML

        -
        private org.w3c.dom.Document validarXML(java.io.File original)
        -
        Este metodo se usa para validar el XML.
        -
        -
        Parameters:
        -
        original - es el archivo original del XML
        -
        Returns:
        -
        Retorna un document de un XML arreglado, null si el xml no es coherente a lo que se pide
        -
        -
      • -
      - - - -
        -
      • -

        fixXML

        -
        private java.io.File fixXML(java.io.File original)
        -
        Arreglar el archivo de XML si no es valido.
        -
        -
        Parameters:
        -
        original - Es el archivo XML sin cambios
        -
        Returns:
        -
        un file de XML adaptado para ser validado
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - diff --git a/doc/mt/ListaCargada.html b/doc/mt/ListaCargada.html deleted file mode 100644 index 3b46c51..0000000 --- a/doc/mt/ListaCargada.html +++ /dev/null @@ -1,531 +0,0 @@ - - - - - - ListaCargada - - - - - - - - -
- - - - - - - -
- - - -
-
mt
-

Class ListaCargada

-
-
- -
-
    -
  • -
    -
    -
    public class ListaCargada
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Property Summary

      - - - - - - - - - - - - - - -
      - All Methods Instance Methods Concrete Methods  -
      TypeProperty and Description
      javafx.beans.property.SimpleStringProperty - - primera  -
      javafx.beans.property.SimpleStringProperty - - segunda  -
      -
    • -
    - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      private - javafx.beans.property.SimpleStringProperty - primera  -
      private - javafx.beans.property.SimpleStringProperty - segunda  -
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - -
      Constructors 
      Constructor and Description
      - ListaCargada(javafx.beans.property.SimpleStringProperty primera, - javafx.beans.property.SimpleStringProperty segunda)  -
      - ListaCargada(java.lang.String primera, - java.lang.String segunda)  -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      - All Methods Instance Methods Concrete Methods  -
      Modifier and TypeMethod and Description
      java.lang.String - getPrimer() -
      Gets the value of the property primera.
      -
      java.lang.String - getSegundo() -
      Gets the value of the property segunda.
      -
      javafx.beans.property.SimpleStringProperty - - primerProperty()  -
      javafx.beans.property.SimpleStringProperty - - segundoProperty()  -
      void - setPrimer(java.lang.String primera) -
      Sets the value of the property primera.
      -
      void - setSegundo(java.lang.String segunda) -
      Sets the value of the property segunda.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        - clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, - wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        primera

        -
        private final javafx.beans.property.SimpleStringProperty primera
        -
      • -
      - - - -
        -
      • -

        segunda

        -
        private final javafx.beans.property.SimpleStringProperty segunda
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ListaCargada

        -
        public ListaCargada(javafx.beans.property.SimpleStringProperty primera,
        -                    javafx.beans.property.SimpleStringProperty segunda)
        -
      • -
      - - - -
        -
      • -

        ListaCargada

        -
        public ListaCargada(java.lang.String primera,
        -                    java.lang.String segunda)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getPrimer

        -
        public java.lang.String getPrimer()
        -
        Gets the value of the property primera.
        -
      • -
      - - - -
        -
      • -

        primerProperty

        -
        public javafx.beans.property.SimpleStringProperty primerProperty()
        -
        -
        See Also:
        -
        - getPrimer(), - setPrimer(String) -
        -
        -
      • -
      - - - -
        -
      • -

        setPrimer

        -
        public void setPrimer(java.lang.String primera)
        -
        Sets the value of the property primera.
        -
      • -
      - - - -
        -
      • -

        getSegundo

        -
        public java.lang.String getSegundo()
        -
        Gets the value of the property segunda.
        -
      • -
      - - - -
        -
      • -

        segundoProperty

        -
        public javafx.beans.property.SimpleStringProperty segundoProperty()
        -
        -
        See Also:
        -
        getSegundo(), - setSegundo(String) -
        -
        -
      • -
      - - - -
        -
      • -

        setSegundo

        -
        public void setSegundo(java.lang.String segunda)
        -
        Sets the value of the property segunda.
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - diff --git a/doc/mt/MT.html b/doc/mt/MT.html deleted file mode 100644 index a2b57e8..0000000 --- a/doc/mt/MT.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -MT - - - - - - - - -
- - - - - - - -
- - - -
-
mt
-

Class MT

-
-
- -
-
    -
  • -
    -
    -
    public class MT
    -extends javafx.application.Application
    -
    Esta clase es la clase princial de la Maquina Turing
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from class javafx.application.Application

        -javafx.application.Application.Parameters
      • -
      -
    • -
    - -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class javafx.application.Application

        -STYLESHEET_CASPIAN, STYLESHEET_MODENA
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      MT() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static voidmain(java.lang.String[] args) -
      El metodo principal del programa
      -
      (package private) static void - mostrarMensaje(java.lang.String titulo, - java.lang.String mensaje) -
      Se muestra un mensaje con titulo
      -
      voidstart(javafx.stage.Stage primaryStage) -
      Metodo de JavaFX llamada para generar el interfaz grafico.
      -
      -
        -
      • - - -

        Methods inherited from class javafx.application.Application

        -getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MT

        -
        public MT()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        main

        -
        public static void main(java.lang.String[] args)
        -
        El metodo principal del programa
        -
        -
        Parameters:
        -
        args - Los argumentos pasado al programa
        -
        -
      • -
      - - - -
        -
      • -

        mostrarMensaje

        -
        static void mostrarMensaje(java.lang.String titulo,
        -                           java.lang.String mensaje)
        -
        Se muestra un mensaje con titulo
        -
        -
        Parameters:
        -
        titulo - El titulo de la ventana
        -
        mensaje - El mensaje
        -
        -
      • -
      - - - -
        -
      • -

        start

        -
        public void start(javafx.stage.Stage primaryStage)
        -           throws java.lang.Exception
        -
        Metodo de JavaFX llamada para generar el interfaz grafico.
        -
        -
        Specified by:
        -
        start in class javafx.application.Application
        -
        Parameters:
        -
        primaryStage - La ventana principal
        -
        Throws:
        -
        java.lang.Exception - La excepción
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - diff --git a/doc/mt/Maquina.html b/doc/mt/Maquina.html deleted file mode 100644 index ec10fb7..0000000 --- a/doc/mt/Maquina.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - - - Maquina - - - - - - - - -
- - - - - - - -
- - - -
-
mt
-

Class Maquina

-
-
- -
-
    -
  • -
    -
    -
    class Maquina
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      private - Automata - maquina  -
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      - Maquina(org.w3c.dom.Document document)  -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      - All Methods Instance Methods Concrete Methods  -
      Modifier and TypeMethod and Description
      (package private) boolean - comprobarCadena(java.lang.StringBuilder cinta, - int estadoFinal)  -
      (package private) - Automata - getMaquina()  -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        - clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, - wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Maquina

        -
        Maquina(org.w3c.dom.Document document)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getMaquina

        -
        Automata getMaquina()
        -
      • -
      - - - -
        -
      • -

        comprobarCadena

        -
        boolean comprobarCadena(java.lang.StringBuilder cinta,
        -                        int estadoFinal)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - diff --git a/doc/mt/MenuController.html b/doc/mt/MenuController.html deleted file mode 100644 index ec5c923..0000000 --- a/doc/mt/MenuController.html +++ /dev/null @@ -1,696 +0,0 @@ - - - - - - MenuController - - - - - - - - -
- - - - - - - -
- - - -
-
mt
-

Class MenuController

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    javafx.css.Styleable, javafx.event.EventTarget, javafx.fxml.Initializable
    -
    -
    -
    -
    public class MenuController
    -extends javafx.scene.layout.VBox
    -implements javafx.fxml.Initializable
    -
    Controlar las acciones cuando una opción es elegido en el menu.
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Property Summary

      -
        -
      • - - - -

        Properties inherited from class javafx.scene.layout.VBox

        - alignmentProperty, fillWidthProperty, spacingProperty
      • -
      -
        -
      • - - - -

        Properties inherited from class javafx.scene.layout.Region

        - backgroundProperty, borderProperty, cacheShapeProperty, - centerShapeProperty, heightProperty, insetsProperty, maxHeightProperty, - maxWidthProperty, minHeightProperty, minWidthProperty, opaqueInsetsProperty, - paddingProperty, prefHeightProperty, prefWidthProperty, scaleShapeProperty, - shapeProperty, snapToPixelProperty, widthProperty
      • -
      -
        -
      • - - -

        Properties inherited from class javafx.scene.Parent

        - impl_traversalEngineProperty, needsLayoutProperty
      • -
      -
        -
      • - - -

        Properties inherited from class javafx.scene.Node

        - accessibleHelpProperty, accessibleRoleDescriptionProperty, - accessibleRoleProperty, accessibleTextProperty, blendModeProperty, - boundsInLocalProperty, boundsInParentProperty, cacheHintProperty, - cacheProperty, clipProperty, cursorProperty, depthTestProperty, - disabledProperty, disableProperty, effectiveNodeOrientationProperty, - effectProperty, eventDispatcherProperty, focusedProperty, - focusTraversableProperty, hoverProperty, idProperty, - impl_showMnemonicsProperty, impl_treeVisibleProperty, - inputMethodRequestsProperty, layoutBoundsProperty, layoutXProperty, - layoutYProperty, localToParentTransformProperty, - localToSceneTransformProperty, managedProperty, mouseTransparentProperty, - nodeOrientationProperty, onContextMenuRequestedProperty, - onDragDetectedProperty, onDragDoneProperty, onDragDroppedProperty, - onDragEnteredProperty, onDragExitedProperty, onDragOverProperty, - onInputMethodTextChangedProperty, onKeyPressedProperty, - onKeyReleasedProperty, onKeyTypedProperty, onMouseClickedProperty, - onMouseDragEnteredProperty, onMouseDragExitedProperty, - onMouseDraggedProperty, onMouseDragOverProperty, - onMouseDragReleasedProperty, onMouseEnteredProperty, onMouseExitedProperty, - onMouseMovedProperty, onMousePressedProperty, onMouseReleasedProperty, - onRotateProperty, onRotationFinishedProperty, onRotationStartedProperty, - onScrollFinishedProperty, onScrollProperty, onScrollStartedProperty, - onSwipeDownProperty, onSwipeLeftProperty, onSwipeRightProperty, - onSwipeUpProperty, onTouchMovedProperty, onTouchPressedProperty, - onTouchReleasedProperty, onTouchStationaryProperty, onZoomFinishedProperty, - onZoomProperty, onZoomStartedProperty, opacityProperty, parentProperty, - pickOnBoundsProperty, pressedProperty, rotateProperty, rotationAxisProperty, - scaleXProperty, scaleYProperty, scaleZProperty, sceneProperty, - styleProperty, translateXProperty, translateYProperty, translateZProperty, - visibleProperty
      • -
      -
    • -
    - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      private javafx.scene.control.MenuBar - menuBar  -
      private javafx.scene.control.MenuItem - menuIndiv  -
      private javafx.scene.control.MenuItem - menuLote  -
      -
        -
      • - - - -

        Fields inherited from class javafx.scene.layout.Region

        - USE_COMPUTED_SIZE, USE_PREF_SIZE
      • -
      -
        -
      • - - -

        Fields inherited from class javafx.scene.Node

        - BASELINE_OFFSET_SAME_AS_HEIGHT
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      - MenuController()  -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      - All Methods Instance Methods Concrete Methods  -
      Modifier and TypeMethod and Description
      protected void - cargarTransiciones() -
      Menu opción cargar transiciones
      -
      void - initialize(java.net.URL location, - java.util.ResourceBundle resourceBundle) -
      Inicialicar el menu con el idioma.
      -
      protected void - reconoceIndividual() -
      Menu opción reconocimiento indivual
      -
      protected void - reconoceLote() -
      Menu opción reconocimiento lote
      -
      -
        -
      • - - - -

        Methods inherited from class javafx.scene.layout.VBox

        - alignmentProperty, clearConstraints, computeMinHeight, computeMinWidth, - computePrefHeight, computePrefWidth, fillWidthProperty, getAlignment, - getClassCssMetaData, getContentBias, getCssMetaData, getMargin, getSpacing, - getVgrow, isFillWidth, layoutChildren, requestLayout, setAlignment, - setFillWidth, setMargin, setSpacing, setVgrow, spacingProperty
      • -
      -
        -
      • - - - -

        Methods inherited from class javafx.scene.layout.Pane

        - getChildren
      • -
      -
        -
      • - - - -

        Methods inherited from class javafx.scene.layout.Region

        - backgroundProperty, borderProperty, cacheShapeProperty, - centerShapeProperty, computeMaxHeight, computeMaxWidth, getBackground, - getBorder, getHeight, getInsets, getMaxHeight, getMaxWidth, getMinHeight, - getMinWidth, getOpaqueInsets, getPadding, getPrefHeight, getPrefWidth, - getShape, getUserAgentStylesheet, getWidth, heightProperty, - impl_computeContains, impl_computeGeomBounds, impl_computeLayoutBounds, - impl_createPeer, impl_notifyLayoutBoundsChanged, impl_pickNodeLocal, - impl_updatePeer, insetsProperty, isCacheShape, isCenterShape, isResizable, - isScaleShape, isSnapToPixel, layoutInArea, layoutInArea, layoutInArea, - layoutInArea, maxHeight, maxHeightProperty, maxWidth, maxWidthProperty, - minHeight, minHeightProperty, minWidth, minWidthProperty, - opaqueInsetsProperty, paddingProperty, positionInArea, positionInArea, - prefHeight, prefHeightProperty, prefWidth, prefWidthProperty, resize, - scaleShapeProperty, setBackground, setBorder, setCacheShape, setCenterShape, - setHeight, setMaxHeight, setMaxSize, setMaxWidth, setMinHeight, setMinSize, - setMinWidth, setOpaqueInsets, setPadding, setPrefHeight, setPrefSize, - setPrefWidth, setScaleShape, setShape, setSnapToPixel, setWidth, - shapeProperty, snappedBottomInset, snappedLeftInset, snappedRightInset, - snappedTopInset, snapPosition, snapSize, snapSpace, snapToPixelProperty, - widthProperty
      • -
      -
        -
      • - - -

        Methods inherited from class javafx.scene.Parent

        - getBaselineOffset, getChildrenUnmodifiable, getImpl_traversalEngine, - getManagedChildren, getStylesheets, impl_getAllParentStylesheets, - impl_processCSS, impl_processMXNode, impl_traversalEngineProperty, - isNeedsLayout, layout, lookup, needsLayoutProperty, - queryAccessibleAttribute, requestParentLayout, setImpl_traversalEngine, - setNeedsLayout, updateBounds
      • -
      -
        -
      • - - -

        Methods inherited from class javafx.scene.Node

        - accessibleHelpProperty, accessibleRoleDescriptionProperty, - accessibleRoleProperty, accessibleTextProperty, addEventFilter, - addEventHandler, applyCss, autosize, blendModeProperty, - boundsInLocalProperty, boundsInParentProperty, buildEventDispatchChain, - cacheHintProperty, cacheProperty, clipProperty, computeAreaInScreen, - contains, contains, containsBounds, cursorProperty, depthTestProperty, - disabledProperty, disableProperty, effectiveNodeOrientationProperty, - effectProperty, eventDispatcherProperty, executeAccessibleAction, fireEvent, - focusedProperty, focusTraversableProperty, getAccessibleHelp, - getAccessibleRole, getAccessibleRoleDescription, getAccessibleText, - getBlendMode, getBoundsInLocal, getBoundsInParent, getCacheHint, getClip, - getCursor, getDepthTest, getEffect, getEffectiveNodeOrientation, - getEventDispatcher, getId, getInputMethodRequests, getLayoutBounds, - getLayoutX, getLayoutY, getLocalToParentTransform, getLocalToSceneTransform, - getNodeOrientation, getOnContextMenuRequested, getOnDragDetected, - getOnDragDone, getOnDragDropped, getOnDragEntered, getOnDragExited, - getOnDragOver, getOnInputMethodTextChanged, getOnKeyPressed, - getOnKeyReleased, getOnKeyTyped, getOnMouseClicked, getOnMouseDragEntered, - getOnMouseDragExited, getOnMouseDragged, getOnMouseDragOver, - getOnMouseDragReleased, getOnMouseEntered, getOnMouseExited, - getOnMouseMoved, getOnMousePressed, getOnMouseReleased, getOnRotate, - getOnRotationFinished, getOnRotationStarted, getOnScroll, - getOnScrollFinished, getOnScrollStarted, getOnSwipeDown, getOnSwipeLeft, - getOnSwipeRight, getOnSwipeUp, getOnTouchMoved, getOnTouchPressed, - getOnTouchReleased, getOnTouchStationary, getOnZoom, getOnZoomFinished, - getOnZoomStarted, getOpacity, getParent, getProperties, - getPseudoClassStates, getRotate, getRotationAxis, getScaleX, getScaleY, - getScaleZ, getScene, getStyle, getStyleableParent, getStyleClass, - getTransforms, getTranslateX, getTranslateY, getTranslateZ, getTypeSelector, - getUserData, hasProperties, hoverProperty, idProperty, impl_clearDirty, - impl_computeIntersects, impl_cssGetCursorInitialValue, - impl_cssGetFocusTraversableInitialValue, impl_findStyles, impl_geomChanged, - impl_getLeafTransform, impl_getMatchingStyles, impl_getPeer, impl_getPivotX, - impl_getPivotY, impl_getPivotZ, impl_getStyleMap, impl_hasTransforms, - impl_intersects, impl_intersectsBounds, impl_isDirty, impl_isDirtyEmpty, - impl_isShowMnemonics, impl_isTreeVisible, impl_layoutBoundsChanged, - impl_markDirty, impl_pickNode, impl_processCSS, impl_reapplyCSS, - impl_setShowMnemonics, impl_setStyleMap, impl_showMnemonicsProperty, - impl_syncPeer, impl_transformsChanged, impl_traverse, - impl_treeVisibleProperty, inputMethodRequestsProperty, intersects, - intersects, isCache, isDisable, isDisabled, isFocused, isFocusTraversable, - isHover, isManaged, isMouseTransparent, isPickOnBounds, isPressed, - isVisible, layoutBoundsProperty, layoutXProperty, layoutYProperty, - localToParent, localToParent, localToParent, localToParent, localToParent, - localToParentTransformProperty, localToScene, localToScene, localToScene, - localToScene, localToScene, localToScene, localToScene, localToScene, - localToScene, localToScene, localToSceneTransformProperty, localToScreen, - localToScreen, localToScreen, localToScreen, localToScreen, lookupAll, - managedProperty, mouseTransparentProperty, nodeOrientationProperty, - notifyAccessibleAttributeChanged, onContextMenuRequestedProperty, - onDragDetectedProperty, onDragDoneProperty, onDragDroppedProperty, - onDragEnteredProperty, onDragExitedProperty, onDragOverProperty, - onInputMethodTextChangedProperty, onKeyPressedProperty, - onKeyReleasedProperty, onKeyTypedProperty, onMouseClickedProperty, - onMouseDragEnteredProperty, onMouseDragExitedProperty, - onMouseDraggedProperty, onMouseDragOverProperty, - onMouseDragReleasedProperty, onMouseEnteredProperty, onMouseExitedProperty, - onMouseMovedProperty, onMousePressedProperty, onMouseReleasedProperty, - onRotateProperty, onRotationFinishedProperty, onRotationStartedProperty, - onScrollFinishedProperty, onScrollProperty, onScrollStartedProperty, - onSwipeDownProperty, onSwipeLeftProperty, onSwipeRightProperty, - onSwipeUpProperty, onTouchMovedProperty, onTouchPressedProperty, - onTouchReleasedProperty, onTouchStationaryProperty, onZoomFinishedProperty, - onZoomProperty, onZoomStartedProperty, opacityProperty, parentProperty, - parentToLocal, parentToLocal, parentToLocal, parentToLocal, parentToLocal, - pickOnBoundsProperty, pressedProperty, pseudoClassStateChanged, relocate, - removeEventFilter, removeEventHandler, requestFocus, resizeRelocate, - rotateProperty, rotationAxisProperty, scaleXProperty, scaleYProperty, - scaleZProperty, sceneProperty, sceneToLocal, sceneToLocal, sceneToLocal, - sceneToLocal, sceneToLocal, sceneToLocal, sceneToLocal, sceneToLocal, - screenToLocal, screenToLocal, screenToLocal, setAccessibleHelp, - setAccessibleRole, setAccessibleRoleDescription, setAccessibleText, - setBlendMode, setCache, setCacheHint, setClip, setCursor, setDepthTest, - setDisable, setDisabled, setEffect, setEventDispatcher, setEventHandler, - setFocused, setFocusTraversable, setHover, setId, setInputMethodRequests, - setLayoutX, setLayoutY, setManaged, setMouseTransparent, setNodeOrientation, - setOnContextMenuRequested, setOnDragDetected, setOnDragDone, - setOnDragDropped, setOnDragEntered, setOnDragExited, setOnDragOver, - setOnInputMethodTextChanged, setOnKeyPressed, setOnKeyReleased, - setOnKeyTyped, setOnMouseClicked, setOnMouseDragEntered, - setOnMouseDragExited, setOnMouseDragged, setOnMouseDragOver, - setOnMouseDragReleased, setOnMouseEntered, setOnMouseExited, - setOnMouseMoved, setOnMousePressed, setOnMouseReleased, setOnRotate, - setOnRotationFinished, setOnRotationStarted, setOnScroll, - setOnScrollFinished, setOnScrollStarted, setOnSwipeDown, setOnSwipeLeft, - setOnSwipeRight, setOnSwipeUp, setOnTouchMoved, setOnTouchPressed, - setOnTouchReleased, setOnTouchStationary, setOnZoom, setOnZoomFinished, - setOnZoomStarted, setOpacity, setPickOnBounds, setPressed, setRotate, - setRotationAxis, setScaleX, setScaleY, setScaleZ, setStyle, setTranslateX, - setTranslateY, setTranslateZ, setUserData, setVisible, snapshot, snapshot, - startDragAndDrop, startFullDrag, styleProperty, toBack, toFront, toString, - translateXProperty, translateYProperty, translateZProperty, usesMirroring, - visibleProperty
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        - clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, - wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        menuBar

        -
        private javafx.scene.control.MenuBar menuBar
        -
      • -
      - - - -
        -
      • -

        menuIndiv

        -
        private javafx.scene.control.MenuItem menuIndiv
        -
      • -
      - - - -
        -
      • -

        menuLote

        -
        private javafx.scene.control.MenuItem menuLote
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MenuController

        -
        public MenuController()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        initialize

        -
        public void initialize(java.net.URL location,
        -                       java.util.ResourceBundle resourceBundle)
        -
        Inicialicar el menu con el idioma.
        -
        -
        Specified by:
        -
        initialize in interface javafx.fxml.Initializable -
        -
        Parameters:
        -
        location - Tiene URL de FXML en uso.
        -
        resourceBundle - Tiene recursos qu se pasa al controller. -
        -
        -
      • -
      - - - -
        -
      • -

        cargarTransiciones

        -
        protected void cargarTransiciones()
        -                           throws java.lang.Exception
        -
        Menu opción cargar transiciones
        -
        -
        Throws:
        -
        java.lang.Exception - La excepción
        -
        -
      • -
      - - - -
        -
      • -

        reconoceIndividual

        -
        protected void reconoceIndividual()
        -
        Menu opción reconocimiento indivual
        -
      • -
      - - - -
        -
      • -

        reconoceLote

        -
        protected void reconoceLote()
        -
        Menu opción reconocimiento lote
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - diff --git a/doc/mt/class-use/Automata.html b/doc/mt/class-use/Automata.html deleted file mode 100644 index cae3255..0000000 --- a/doc/mt/class-use/Automata.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - Uses of Class Automata - - - - - - - - -
- - - - - - - -
- - -
-

Uses of Class
Automata

-
-
- -
- -
- - - - - - - -
- - - - diff --git a/doc/mt/class-use/Controller.html b/doc/mt/class-use/Controller.html deleted file mode 100644 index e1245cf..0000000 --- a/doc/mt/class-use/Controller.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - -Uses of Class mt.Controller - - - - - - - - -
- - - - - - - -
- - -
-

Uses of Class
mt.Controller

-
-
No usage of mt.Controller
- -
- - - - - - - -
- - - - diff --git a/doc/mt/class-use/Enlace.html b/doc/mt/class-use/Enlace.html deleted file mode 100644 index c927b55..0000000 --- a/doc/mt/class-use/Enlace.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - Uses of Class Enlace - - - - - - - - -
- - - - - - - -
- - -
-

Uses of Class
Enlace

-
-
- -
- -
- - - - - - - -
- - - - diff --git a/doc/mt/class-use/Estado.html b/doc/mt/class-use/Estado.html deleted file mode 100644 index 2a8b17f..0000000 --- a/doc/mt/class-use/Estado.html +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - Uses of Class cl.cromer.mt.Estado - - - - - - - - -
- - - - - - - -
- - -
-

Uses of Class
Estado

-
-
- -
- -
- - - - - - - -
- - - - diff --git a/doc/mt/class-use/LeerXML.SimpleErrorHandler.html b/doc/mt/class-use/LeerXML.SimpleErrorHandler.html deleted file mode 100644 index bdbfff8..0000000 --- a/doc/mt/class-use/LeerXML.SimpleErrorHandler.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - Uses of Class LeerXML.SimpleErrorHandler - - - - - - - - -
- - - - - - - -
- - -
-

Uses of Class
LeerXML.SimpleErrorHandler

-
-
No usage of LeerXML.SimpleErrorHandler
- -
- - - - - - - -
- - - - diff --git a/doc/mt/class-use/LeerXML.html b/doc/mt/class-use/LeerXML.html deleted file mode 100644 index 0adbdca..0000000 --- a/doc/mt/class-use/LeerXML.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - Uses of Class LeerXML - - - - - - - - -
- - - - - - - -
- - -
-

Uses of Class
LeerXML

-
-
No usage of LeerXML
- -
- - - - - - - -
- - - - diff --git a/doc/mt/class-use/ListaCargada.html b/doc/mt/class-use/ListaCargada.html deleted file mode 100644 index 6a56376..0000000 --- a/doc/mt/class-use/ListaCargada.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - Uses of Class cl.cromer.mt.TablaData - - - - - - - - -
- - - - - - - -
- - -
-

Uses of Class
TablaData

-
-
No usage of cl.cromer.mt.TablaData
- -
- - - - - - - -
- - - - diff --git a/doc/mt/class-use/MT.html b/doc/mt/class-use/MT.html deleted file mode 100644 index 2557c86..0000000 --- a/doc/mt/class-use/MT.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - Uses of Class cl.cromer.mt.MT - - - - - - - - -
- - - - - - - -
- - -
-

Uses of Class
MT

-
-
No usage of cl.cromer.mt.MT
- -
- - - - - - - -
- - - - diff --git a/doc/mt/class-use/Maquina.html b/doc/mt/class-use/Maquina.html deleted file mode 100644 index 362e733..0000000 --- a/doc/mt/class-use/Maquina.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - Uses of Class Maquina - - - - - - - - -
- - - - - - - -
- - -
-

Uses of Class
Maquina

-
-
No usage of Maquina
- -
- - - - - - - -
- - - - diff --git a/doc/mt/class-use/MenuController.html b/doc/mt/class-use/MenuController.html deleted file mode 100644 index 243b7ff..0000000 --- a/doc/mt/class-use/MenuController.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - Uses of Class cl.cromer.mt.MenuController - - - - - - - - -
- - - - - - - -
- - -
-

Uses of Class
MenuController

-
-
No usage of cl.cromer.mt.MenuController
- -
- - - - - - - -
- - - - diff --git a/doc/mt/package-frame.html b/doc/mt/package-frame.html deleted file mode 100644 index 02b2f96..0000000 --- a/doc/mt/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - -mt - - - - - -

mt

-
-

Classes

- -
- - diff --git a/doc/mt/package-summary.html b/doc/mt/package-summary.html deleted file mode 100644 index 961220d..0000000 --- a/doc/mt/package-summary.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - -mt - - - - - - - - -
- - - - - - - -
- - -
-

Package mt

-
-
- -
- -
- - - - - - - -
- - - - diff --git a/doc/mt/package-tree.html b/doc/mt/package-tree.html deleted file mode 100644 index 7e4104b..0000000 --- a/doc/mt/package-tree.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - -mt Class Hierarchy - - - - - - - - -
- - - - - - - -
- - -
-

Hierarchy For Package mt

-
-
-

Class Hierarchy

- -
- -
- - - - - - - -
- - - - diff --git a/doc/mt/package-use.html b/doc/mt/package-use.html deleted file mode 100644 index 331adf9..0000000 --- a/doc/mt/package-use.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - -Uses of Package mt - - - - - - - - -
- - - - - - - -
- - -
-

Uses of Package
mt

-
-
- -
- -
- - - - - - - -
- - - - diff --git a/doc/overview-tree.html b/doc/overview-tree.html index 1f1e840..7ff1887 100644 --- a/doc/overview-tree.html +++ b/doc/overview-tree.html @@ -2,10 +2,10 @@ - + Class Hierarchy - +