--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<XMI xmlns:UML="org.omg/standards/UML" verified="false" timestamp="" xmi.version="1.2" >
+ <XMI.header>
+ <XMI.documentation>
+ <XMI.exporter>umbrello uml modeller http://uml.sf.net</XMI.exporter>
+ <XMI.exporterVersion>1.1.5</XMI.exporterVersion>
+ <XMI.exporterEncoding>UnicodeUTF8</XMI.exporterEncoding>
+ </XMI.documentation>
+ <XMI.model xmi.name="umlOut" href="/home/martin/public_html/meconlib/doc/umlOut.xmi" />
+ <XMI.metamodel xmi.name="UML" href="UML.xml" xmi.version="1.3" />
+ </XMI.header>
+ <XMI.content>
+ <docsettings viewid="4" documentation="MANTENER LA MISMA ESTRUCTURA QUE EN EL REPOSITORIO" uniqueid="13" />
+ <umlobjects>
+ <UML:Class stereotype="" package="HTML" xmi.id="1" abstract="0" documentation="HTML Link representation
+adding GET variables if the value is an object it looks for a toString method if it doesn't exists or if is an array it serializes the object/array to get a string value
+is done in toHtml method Object are stored as references
+" name="MECON_HTML_Link" static="0" scope="200" >
+ <UML:Operation stereotype="" package="" xmi.id="4" type="array" abstract="0" documentation="Gets GetVars
+" name="getGetVars" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="5" type="void" abstract="0" documentation="Sets GetVars
+" name="setGetVars" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="array" abstract="0" documentation="GetVars " name="getVars" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="6" type="void" abstract="0" documentation="Constructor
+" name="MECON_HTML_Link" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="''" type="string" abstract="0" documentation="Hypertext reference " name="href" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="''" type="array" abstract="0" documentation="Array as key value pairs of GET variables to pass to the link " name="contents" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="4" value="array" type="" abstract="0" documentation="" name="getVars" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="6" value="array" type="" abstract="0" documentation="" name="attrs" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="7" type="string" abstract="0" documentation="Converts to HTML output
+" name="toHtml" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="8" type="string" abstract="0" documentation="Gets hypertext reference
+" name="getHref" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="9" type="void" abstract="0" documentation="Sets hypertext reference
+" name="setHref" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="string" abstract="0" documentation="Hypertext reference " name="href" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="10" type="void" abstract="0" documentation="Set a GET variable
+" name="setGetVar" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="string" abstract="0" documentation="Key for the GET variable " name="key" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="mixed" abstract="0" documentation="Value for the variable " name="value" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="11" type="void" abstract="0" documentation="Updates GET variables
+they doesn't exists they are added if they exists they are updated
+" name="updateGetVars" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="array" abstract="0" documentation="Array as key value pairs of GET variables to update " name="vars" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="12" type="void" abstract="0" documentation="Unsets removes GET variables This method supports variable arguments
+" name="unsetGetVars" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="string" abstract="0" documentation="Key of the GET variable to remove " name="key" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="13" type="void" abstract="0" documentation="Adds contents to the link
+" name="addContents" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="mixed" abstract="0" documentation="Contents to add Can be an object with a toHtml method " name="contents" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="14" type="string" abstract="0" documentation="" name="getContents" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="15" type="void" abstract="0" documentation="" name="setContents" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="mixed" abstract="0" documentation="New link contents " name="contents" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Attribute stereotype="" package="" xmi.id="2" value="array" type="array" abstract="0" documentation="Variables to send via GET HTTP method
+" name="getVars" static="0" scope="202" />
+ <UML:Attribute stereotype="" package="" xmi.id="3" value="array" type="array" abstract="0" documentation="Link contents
+" name="contents" static="0" scope="202" />
+ </UML:Class>
+ <UML:Class stereotype="" package="" xmi.id="16" abstract="0" documentation="Dibuja un mensaje de error en HTML
+" name="MECON_HTML_Error" static="0" scope="200" >
+ <UML:Operation stereotype="" package="" xmi.id="18" type="void" abstract="0" documentation="Constructor
+" name="MECON_HTML_Error" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="''" type="string" abstract="0" documentation="Mensaje de error " name="msg" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="19" type="string" abstract="0" documentation="Dibuja el HTML
+" name="toHtml" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="17" value="''" type="string" abstract="0" documentation="Mensaje de error
+" name="msg" static="0" scope="200" />
+ </UML:Class>
+ <UML:Class stereotype="" package="" xmi.id="20" abstract="0" documentation="QuickForm renderer que usa Tabla como backend
+Basado en el QuickForm Renderer basico
+" name="MECON_HTML_QuickForm_Renderer_Tabla" static="0" scope="200" >
+ <UML:Operation stereotype="" package="" xmi.id="28" type="" abstract="0" documentation="Constructor
+tabla alternativo para usar
+" name="MECON_HTML_QuickForm_Renderer_Tabla" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="array" type="mixed" abstract="0" documentation="Array o sting con el estilo de la tabla u objeto" name="param" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="29" type="string" abstract="0" documentation="returns the HTML generated for the form
+" name="toHtml" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="30" type="void" abstract="0" documentation="Called when visiting a form before processing any form elements
+" name="startForm" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="object" abstract="0" documentation="HTML_QuickForm object being visited" name="form" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="31" type="void" abstract="0" documentation="Called when visiting a form after processing all form elements
+Adds required note form attributes validation javascript and form content
+" name="finishForm" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="object" abstract="0" documentation="HTML_QuickForm object being visited" name="form" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="32" type="void" abstract="0" documentation="Called when visiting a header element
+" name="renderHeader" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="object" abstract="0" documentation="HTML_QuickForm_header element being visited" name="header" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="33" type="void" abstract="0" documentation="Renders an element Html
+Called when visiting an element
+" name="renderElement" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="object" abstract="0" documentation="HTML_QuickForm_element object being visited" name="element" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="bool" abstract="0" documentation="an element is required" name="required" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="string" abstract="0" documentation="error message associated with an element" name="error" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="34" type="void" abstract="0" documentation="Renders an hidden element
+Called when visiting a hidden element
+" name="renderHidden" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="object" abstract="0" documentation="HTML_QuickForm_hidden object being visited" name="element" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="35" type="void" abstract="0" documentation="Called when visiting a raw HTML/text pseudo element
+" name="renderHtml" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="object" abstract="0" documentation="HTML_QuickForm_html element being visited" name="data" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="36" type="void" abstract="0" documentation="Called when visiting a group before processing any group elements
+" name="startGroup" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="object" abstract="0" documentation="HTML_QuickForm_group object being visited" name="group" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="bool" abstract="0" documentation="a group is required" name="required" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="string" abstract="0" documentation="error message associated with a group" name="error" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="37" type="void" abstract="0" documentation="Called when visiting a group after processing all group elements
+" name="finishGroup" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="object" abstract="0" documentation="HTML_QuickForm_group object being visited" name="group" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="38" type="void" abstract="0" documentation="" name="updateAttributes" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="mixed" abstract="0" documentation="Html attributes" name="attrs" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="39" type="void" abstract="0" documentation="" name="setAttributes" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="mixed" abstract="0" documentation="Html attributes" name="attrs" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="40" type="mixed" abstract="0" documentation="" name="getAttributes" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="41" type="" abstract="0" documentation="" name="setTable" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="Tabla" abstract="0" documentation="Objeto tabla alternativo para utilizar" name="param" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Attribute stereotype="" package="" xmi.id="21" value="" type="object" abstract="0" documentation="Tabla usada para dibujar el formulario
+" name="tabla" static="0" scope="201" />
+ <UML:Attribute stereotype="" package="" xmi.id="22" value="''" type="string" abstract="0" documentation="HTML con los scripts para poner antes del formulario tipicamente
+un javascript
+" name="script" static="0" scope="201" />
+ <UML:Attribute stereotype="" package="" xmi.id="23" value="''" type="string" abstract="0" documentation="HTML para agregar antes de la tabla tipicamente un javascript
+" name="prepend" static="0" scope="201" />
+ <UML:Attribute stereotype="" package="" xmi.id="24" value="''" type="string" abstract="0" documentation="HTML para agregar despues de la tabla
+" name="append" static="0" scope="201" />
+ <UML:Attribute stereotype="" package="" xmi.id="25" value="false" type="bool" abstract="0" documentation="True if we are inside a group
+" name="inGroup" static="0" scope="201" />
+ <UML:Attribute stereotype="" package="" xmi.id="26" value="''" type="string" abstract="0" documentation="Group error related message
+" name="groupError" static="0" scope="201" />
+ <UML:Attribute stereotype="" package="" xmi.id="27" value="array" type="array" abstract="0" documentation="Array with HTML generated for group elements
+" name="groupElements" static="0" scope="201" />
+ </UML:Class>
+ <UML:Class stereotype="" package="" xmi.id="42" abstract="0" documentation="Class to dynamically create HTML Select elements from a date
+Modificado para que cumpla con los requisitos de mecon
+" name="MECON_HTML_QuickForm_mdate" static="0" scope="200" >
+ <UML:Operation stereotype="" package="" xmi.id="43" type="void" abstract="0" documentation="Class constructor
+or an associative array Date format is passed along the attributes
+" name="MECON_HTML_QuickForm_mdate" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="null" type="string" abstract="0" documentation="optional Input field name attribute" name="elementName" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="null" type="mixed" abstract="0" documentation="optional Either a typical HTML attribute string" name="elementLabel" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="4" value="array" type="" abstract="0" documentation="" name="options" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="6" value="null" type="" abstract="0" documentation="" name="attributes" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="44" type="array" abstract="0" documentation="Creates a numeric option list based on a start number and end number
+" name="_createNumericOptionList" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="int" abstract="0" documentation="The start number" name="start" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="int" abstract="0" documentation="The end number" name="end" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="45" type="object" abstract="0" documentation="Devuelve un objeto date
+" name="getValue" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="46" type="bool" abstract="0" documentation="Verifica que una fecha sea valida
+Verifica que una fecha sea valida El formato siempre debe ser
+' Y m d'
+" name="validate" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="valor" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="" abstract="0" documentation="" name="nombre" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="''" type="" abstract="0" documentation="" name="formato" static="0" scope="0" />
+ </UML:Operation>
+ </UML:Class>
+ <UML:Class stereotype="" package="" xmi.id="47" abstract="0" documentation="Class to dynamically create HTML Select elements from a date
+@author Bertrand Mansion bmansion@mamasam com
+" name="MECON_HTML_QuickForm_caritas" static="0" scope="200" >
+ <UML:Operation stereotype="" package="" xmi.id="52" type="array" abstract="0" documentation="Lista archivos devolviendo un array apropiado para un SELECT
+" name="listarArchivos" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="''" type="string" abstract="0" documentation="Directorio donde estan las imagenes " name="dir" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="3" value="''" type="" abstract="0" documentation="" name="prepend" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="5" value="''" type="" abstract="0" documentation="" name="append" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="53" type="void" abstract="0" documentation="Class constructor
+or an associative array Date format is passed along the attributes
+" name="MECON_HTML_QuickForm_caritas" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="null" type="string" abstract="0" documentation="optional Input field name attribute" name="elementName" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="null" type="mixed" abstract="0" documentation="optional Either a typical HTML attribute string" name="elementLabel" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="4" value="array" type="" abstract="0" documentation="" name="options" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="6" value="null" type="" abstract="0" documentation="" name="attributes" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="54" type="void" abstract="0" documentation="sets the defaults options
+Current options are
+format
+minYear
+maxYear
+language
+" name="_setDefaults" static="0" scope="201" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="array" abstract="0" documentation="array of options" name="options" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="55" type="void" abstract="0" documentation="Sets the number of cols columns
+" name="setCols" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="string" abstract="0" documentation="Input field name attribute" name="cols" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="56" type="void" abstract="0" documentation="Sets the input field name
+" name="setName" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="string" abstract="0" documentation="Input field name attribute" name="name" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="57" type="string" abstract="0" documentation="Sets the element value
+" name="setValue" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="value" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="58" type="string" abstract="0" documentation="Sets the element value
+" name="setSelected" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="value" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="59" type="string" abstract="0" documentation="Returns the element value
+" name="getValue" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="60" type="string" abstract="0" documentation="Returns the element value
+" name="getSelected" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="61" type="string" abstract="0" documentation="Returns the element name
+" name="getName" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="62" type="void" abstract="0" documentation="Creates the select objects
+" name="_createRadios" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="63" type="string" abstract="0" documentation="Returns the SELECT in HTML
+@throws
+" name="toHtml" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="64" type="void" abstract="0" documentation="Called by HTML_QuickForm whenever form event is made on this element
+@since 1 0
+@throws
+" name="onQuickFormEvent" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="string" abstract="0" documentation="Name of event" name="event" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="mixed" abstract="0" documentation="event arguments" name="arg" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="object" abstract="0" documentation="calling object" name="caller" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Attribute stereotype="" package="" xmi.id="48" value="array" type="array" abstract="0" documentation="Contains the select objects
+" name="radios" static="0" scope="201" />
+ <UML:Attribute stereotype="" package="" xmi.id="49" value="null" type="array" abstract="0" documentation="Default values of the SELECTs
+" name="selected" static="0" scope="201" />
+ <UML:Attribute stereotype="" package="" xmi.id="50" value="5" type="" abstract="0" documentation="" name="cols" static="0" scope="201" />
+ <UML:Attribute stereotype="" package="" xmi.id="51" value="false" type="bool" abstract="0" documentation="Frozen flag tells if element is frozen or not
+" name="flagFrozen" static="0" scope="201" />
+ </UML:Class>
+ <UML:Class stereotype="" package="" xmi.id="65" abstract="0" documentation="QuickForm de uso general del MECON
+" name="MECON_HTML_QuickForm" static="0" scope="200" >
+ <UML:Operation stereotype="" package="" xmi.id="67" type="" abstract="0" documentation="" name="MECON_HTML_QuickForm" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="''" type="" abstract="0" documentation="" name="formName" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="'post'" type="" abstract="0" documentation="" name="method" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="4" value="''" type="" abstract="0" documentation="" name="action" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="6" value="'_self'" type="" abstract="0" documentation="" name="target" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="8" value="null" type="" abstract="0" documentation="" name="attributes" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="68" type="" abstract="0" documentation="" name="toHtml" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="69" type="" abstract="0" documentation="TODO aclarar que usar
+$FORM renderer updateAttributes
+@deprecated
+" name="setRendererOpts" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="opts" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="70" type="" abstract="0" documentation="TODO aclarar que usar
+$FORM renderer updateAttributes
+@deprecated
+" name="getRendererOpts" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="71" type="" abstract="0" documentation="TODO aclarar que usar
+$FORM renderer updateAttributes
+@deprecated
+" name="updateRendererOpts" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="opts" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Attribute stereotype="" package="" xmi.id="66" value="" type="" abstract="0" documentation="" name="renderer" static="0" scope="200" />
+ </UML:Class>
+ <UML:Class stereotype="" package="" xmi.id="72" abstract="0" documentation="" name="MECON_HTML_Arbol" static="0" scope="200" >
+ <UML:Operation stereotype="" package="" xmi.id="76" type="" abstract="0" documentation="Constructor
+" name="MECON_HTML_Arbol" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="array" abstract="0" documentation="Datos con los cuales construir el árbol " name="datos" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Título " name="titulo" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="''" type="int" abstract="0" documentation="Nodo raíz de donde empezar a dibujar el árbol " name="link_append" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="77" type="" abstract="0" documentation="" name="getCSS" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="78" type="" abstract="0" documentation="" name="expandir" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="dat" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="" abstract="0" documentation="" name="n" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="" abstract="0" documentation="" name="tabla" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="79" type="" abstract="0" documentation="" name="toHTML" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="80" type="" abstract="0" documentation="" name="expandirArray" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="dat" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="" abstract="0" documentation="" name="n" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="" abstract="0" documentation="" name="filtrarActivos" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="81" type="" abstract="0" documentation="" name="toArray" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="true" type="" abstract="0" documentation="" name="filtrarActivos" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="82" type="" abstract="0" documentation="" name="expandirString" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="dat" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="" abstract="0" documentation="" name="n" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="" abstract="0" documentation="" name="filtrarActivos" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="83" type="" abstract="0" documentation="" name="toString" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="true" type="" abstract="0" documentation="" name="filtrarActivos" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="84" type="bool" abstract="0" documentation="Activa un nodo del árbol
+" name="setActivo" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="int" abstract="0" documentation="Id del nodo a modificar " name="id" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="1" type="bool" abstract="0" documentation="Nuevo valor true si está activo false si no " name="activo" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="85" type="bool" abstract="0" documentation="Modifica un nodo del array
+" name="modificarNodo" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="array" abstract="0" documentation="Datos del árbol a modificar " name="datos" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="int" abstract="0" documentation="Id del elemento a modificar " name="id" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="string" abstract="0" documentation="Clave del dato a modificar " name="key" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="3" value="" type="mixed" abstract="0" documentation="Nuevo valor " name="val" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Attribute stereotype="" package="" xmi.id="73" value="" type="" abstract="0" documentation="" name="datos" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="74" value="" type="" abstract="0" documentation="" name="titulo" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="75" value="" type="" abstract="0" documentation="" name="link_append" static="0" scope="200" />
+ </UML:Class>
+ <UML:Class stereotype="" package="HTML" xmi.id="86" abstract="0" documentation="HTML Image representation
+" name="MECON_HTML_Image" static="0" scope="200" >
+ <UML:Operation stereotype="" package="" xmi.id="87" type="void" abstract="0" documentation="Constructor
+" name="MECON_HTML_Image" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="''" type="string" abstract="0" documentation="Image location " name="src" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="''" type="array" abstract="0" documentation="Other image attributes " name="alt" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="4" value="array" type="" abstract="0" documentation="" name="attrs" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="88" type="string" abstract="0" documentation="Converts to HTML output
+" name="toHtml" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="89" type="string" abstract="0" documentation="Gets image location
+" name="getSrc" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="90" type="void" abstract="0" documentation="Sets image location
+" name="setSrc" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="string" abstract="0" documentation="Image location " name="src" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="91" type="string" abstract="0" documentation="Gets image alternate text
+" name="getAlt" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="92" type="void" abstract="0" documentation="Sets image alternate text
+" name="setAlt" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="string" abstract="0" documentation="Alternate text " name="alt" static="0" scope="0" />
+ </UML:Operation>
+ </UML:Class>
+ <UML:Class stereotype="" package="" xmi.id="93" abstract="0" documentation="Manejo de las tablas estandares de MECON
+" name="MECON_HTML_Tabla" static="0" scope="200" >
+ <UML:Operation stereotype="" package="" xmi.id="96" type="" abstract="0" documentation="Constructor
+Puede recibir como parametro un string o un array con atributos html, y la indicacion de un estilo en particular (comun, servicio, impresion)." name="MECON_HTML_Tabla" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="null" type="mixed" abstract="0" documentation="Atributos diferentes a los estandares para la tabla" name="attrs" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="'comun'" type="" abstract="0" documentation="" name="estilo" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="97" type="int" abstract="0" documentation="Agrega una fila del tipo cabecera tomando colores y demas del
+archivo de configuracion Recibe como parametro un array con
+los datos a incluir en la linea Agrega tantas columnas como
+elementos tenga el array Si no recibe parametro alguno
+inserta una fila en blanco Devuelve el identificador de la
+fila en donde inserto los datos
+@deprecated
+" name="agregarFilaCabecera" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="''" type="array" abstract="0" documentation="Contenido de la fila" name="contenido" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="''" type="" abstract="0" documentation="" name="atributos" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="98" type="int" abstract="0" documentation="Agrega una fila del tipo comun tomando colores y demas del
+archivo de configuracion Recibe como parametro un array con
+los datos a incluir en la linea Agrega tantas columnas como
+elementos tenga el array Si no recibe parametro alguno
+inserta una fila en blanco Devuelve el identificador de la
+fila en donde inserto los datos
+@deprecated
+" name="agregarFila" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="''" type="array" abstract="0" documentation="Contenido de la fila" name="contenido" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="99" type="" abstract="0" documentation="Modifica el atributo rowSpan a la celda pasada por parametro
+@deprecated
+" name="rowSpan" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="int" abstract="0" documentation="Identificador de la fila que se quiere modificar" name="fila" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="int" abstract="0" documentation="Identificador de la columna que se quiere modificar" name="columna" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="int" abstract="0" documentation="Atributo a modificar" name="valor" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="100" type="" abstract="0" documentation="Modifica el atributo colSpan a la celda pasada por parametro
+@deprecated
+" name="colSpan" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="int" abstract="0" documentation="Identificador de la fila que se quiere modificar" name="fila" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="int" abstract="0" documentation="Identificador de la columna que se quiere modificar" name="columna" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="int" abstract="0" documentation="Atributo a modificar" name="valor" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="101" type="" abstract="0" documentation="Modifica el atributo aling de la celda pasada por parametro
+@deprecated
+" name="align" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="int" abstract="0" documentation="Identificador de la fila que se quiere modificar" name="fila" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="int" abstract="0" documentation="Identificador de la columna que se quiere modificar" name="columna" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="string" abstract="0" documentation="Atributo a modificar" name="valor" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="102" type="" abstract="0" documentation="Setea una columna como del tipo cabecera
+@deprecated
+" name="setColCabecera" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="int" abstract="0" documentation="Identificador de la columna que se quiere modificar" name="columna" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="103" type="" abstract="0" documentation="Setea una columna como del tipo titulo
+@deprecated
+" name="setColTitulo" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="int" abstract="0" documentation="Identificador de la columna que se quiere modificar" name="columna" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="104" type="" abstract="0" documentation="Alinea una columna entera
+@deprecated
+" name="setColAlign" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="int" abstract="0" documentation="Identificador de la columna que se quiere modificar" name="columna" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Valor" name="valor" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="105" type="" abstract="0" documentation="Cambia el tamanio de una columna entera
+@deprecated
+" name="setColWidth" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="int" abstract="0" documentation="Identificadore de la columna que se quiere modificar" name="columna" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Valor" name="valor" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="106" type="" abstract="0" documentation="Cambia el color de fondo de una celda
+@deprecated
+" name="setCellBgcolor" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="int" abstract="0" documentation="Identificador de la fila que se quiere modificar" name="fila" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="int" abstract="0" documentation="Identificador de la columna que se quiere modificar" name="columna" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="string" abstract="0" documentation="Atributo a modificar" name="valor" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="107" type="string" abstract="0" documentation="Devuelve el html a imprimir.
+Como parametro recibe el indicador de tabla simple. Si es falso devuelve el html con 2 (una externa y una interna), si es false devuelve una tabla sola.
+" name="toHtml" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="0" type="bool" abstract="0" documentation="Tipo de tabla que se quiere recibir " name="simple" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="108" type="" abstract="0" documentation="Cambia las propiedades de una celda Si $attrs es un array asociativo se setean los atributos representados por las claves con los valores.
+" name="updateCellAttributes" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="int" abstract="0" documentation="Identificador de la fila que se quiere modificar" name="row" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="int" abstract="0" documentation="Identificador de la columna que se quiere modificar" name="col" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="mixed" abstract="0" documentation="Atributo a modificar" name="attrs" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="109" type="" abstract="0" documentation="Establece las propiedades de una celda Si $attrs es un array asociativo se setean los atributos representados por las claves con los valores .
+" name="setCellAttributes" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="int" abstract="0" documentation="Identificador de la fila que se quiere modificar" name="row" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="int" abstract="0" documentation="Identificador de la columna que se quiere modificar" name="col" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="mixed" abstract="0" documentation="Atributo a modificar" name="attrs" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="110" type="int" abstract="0" documentation="Agrega una fila El contenido es el que viene representado por el array $content Recibe los atributos en la variable $attrs.
+" name="addRow" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="mixed" abstract="0" documentation="Contenido" name="content" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="'comun'" type="mixed" abstract="0" documentation="Atributos" name="attrs" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="111" type="string" abstract="0" documentation="Convierte un atributo HTML al string para pasar a los metodos de HTML_Table.
+Recibe en $attrs los atributos a modificar.
+Es una redefinicion para que se maneje con los estilos propios de MECON.
+" name="_translateAttributes" static="0" scope="201" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="string" abstract="0" documentation="Atributos" name="attrs" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Attribute stereotype="" package="" xmi.id="94" value="" type="array" abstract="0" documentation="Valores de Configuracion particular
+" name="conf" static="0" scope="202" />
+ <UML:Attribute stereotype="" package="" xmi.id="95" value="" type="array" abstract="0" documentation="Atributos de las tabla
+" name="attrs" static="0" scope="202" />
+ </UML:Class>
+ <UML:Class stereotype="" package="" xmi.id="112" abstract="0" documentation="" name="MECON_HTML_ArbolDB" static="0" scope="200" >
+ <UML:Operation stereotype="" package="" xmi.id="123" type="" abstract="0" documentation="" name="MECON_HTML_ArbolDB" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="dbdata" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="" abstract="0" documentation="" name="titulo" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="''" type="" abstract="0" documentation="" name="link_append" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="124" type="" abstract="0" documentation="" name="BuscarHijos" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="id" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Attribute stereotype="" package="" xmi.id="113" value="''" type="" abstract="0" documentation="" name="padre" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="114" value="" type="" abstract="0" documentation="" name="tabla" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="115" value="" type="" abstract="0" documentation="" name="nombre" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="116" value="" type="" abstract="0" documentation="" name="id" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="117" value="" type="" abstract="0" documentation="" name="id_activo" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="118" value="''" type="" abstract="0" documentation="" name="link" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="119" value="''" type="" abstract="0" documentation="" name="link_append" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="120" value="''" type="" abstract="0" documentation="" name="where" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="121" value="''" type="" abstract="0" documentation="" name="order" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="122" value="" type="" abstract="0" documentation="" name="db" static="0" scope="200" />
+ </UML:Class>
+ <UML:Class stereotype="" package="" xmi.id="125" abstract="0" documentation="QuickForm de uso general del MECON
+" name="MECON_HTML_QuickFormSimple" static="0" scope="200" >
+ <UML:Operation stereotype="" package="" xmi.id="126" type="" abstract="0" documentation="" name="MECON_HTML_QuickFormSimple" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="''" type="" abstract="0" documentation="" name="formName" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="'post'" type="" abstract="0" documentation="" name="method" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="4" value="''" type="" abstract="0" documentation="" name="action" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="6" value="'_self'" type="" abstract="0" documentation="" name="target" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="8" value="null" type="" abstract="0" documentation="" name="attributes" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="127" type="" abstract="0" documentation="Igual que QuickForm pero pone por default validación en el cliente además
+de en el servidor
+" name="addRule" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="element" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="" abstract="0" documentation="" name="message" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="" abstract="0" documentation="" name="type" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="3" value="''" type="" abstract="0" documentation="" name="format" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="5" value="'client'" type="" abstract="0" documentation="" name="validation" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="7" value="false" type="" abstract="0" documentation="" name="reset" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="9" value="false" type="" abstract="0" documentation="" name="force" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="128" type="" abstract="0" documentation="Igual que QuickForm pero pone por default validación en el cliente además
+de en el servidor
+" name="addGroupRule" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="group" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="" abstract="0" documentation="" name="arg1" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="''" type="" abstract="0" documentation="" name="type" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="4" value="''" type="" abstract="0" documentation="" name="format" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="6" value="0" type="" abstract="0" documentation="" name="howmany" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="8" value="'client'" type="" abstract="0" documentation="" name="validation" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="129" type="string" abstract="0" documentation="Obtiene el inicio del formulario
+" name="getBegin" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="130" type="string" abstract="0" documentation="Obtiene el fin del formulario
+" name="getEnd" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="131" type="" abstract="0" documentation="Agrega un path al include path
+" name="prepend_include_path" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="string" abstract="0" documentation="Include path a agregar antes del actual " name="ip" static="0" scope="0" />
+ </UML:Operation>
+ </UML:Class>
+ <UML:Class stereotype="" package="HE" xmi.id="132" abstract="1" documentation="Representa un conjunto de entradas y salidas para formar una banda horaria
+@version $Rev 307 $
+@author Gonzalo Merayo gmeray@mecon gov ar
+" name="MECON_Tiempo_Banda" static="0" scope="200" >
+ <UML:Operation stereotype="" package="" xmi.id="134" type="" abstract="0" documentation="" name="MECON_Tiempo_Banda" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="135" type="" abstract="0" documentation="" name="Cargar" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="agente" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="" abstract="0" documentation="" name="fecha" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="136" type="" abstract="0" documentation="" name="CompletarSalidas" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="137" type="" abstract="0" documentation="Agrega un intervalo a la banda
+Chequeando superposiciones y en orden
+" name="agregarIntervalo" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="Intervalo" abstract="0" documentation="Intervalo a agregar " name="intervalo" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="138" type="" abstract="0" documentation="Saca
+" name="sacarBanda" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="banda" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="139" type="" abstract="0" documentation="Saca un intervalo de una banda horaria
+" name="sacarIntervalo" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="intervalo" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="140" type="" abstract="0" documentation="" name="sacarTiempo" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="t" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="141" type="" abstract="0" documentation="" name="chequearIntervalo" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="intervalo" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="142" type="" abstract="0" documentation="" name="chequearBanda" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="banda" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="143" type="" abstract="0" documentation="" name="toString" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="144" type="" abstract="0" documentation="" name="getIntervalos" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="145" type="object" abstract="0" documentation="Corta una banda devolviendo la banda previa al punto de corte
+La banda actual queda con los intervalos posteriores al punto de corte
+y se devuelve la banda con los intervalos anteriores
+El punto de corte puede ser tanto una hora como un intervalo
+" name="cortar" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="mixed" abstract="0" documentation="Donde cortar " name="c" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="146" type="object" abstract="0" documentation="Devuelve el timpo total que contiene la banda
+" name="total" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="147" type="object" abstract="0" documentation="Alias de Banda total para compatibilidad con Intervalo
+" name="getDuracion" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="148" type="" abstract="0" documentation="Resetea la banda
+" name="flush" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="149" type="" abstract="0" documentation="" name="copy" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="b" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="150" type="" abstract="0" documentation="" name="__clone" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="133" value="" type="" abstract="0" documentation="" name="intervalos" static="0" scope="200" />
+ </UML:Class>
+ <UML:Class stereotype="" package="HE" xmi.id="151" abstract="1" documentation="Representa una hora
+@version $Rev 307 $
+@author Gonzalo Merayo gmeray@mecon gov ar
+" name="MECON_Tiempo_Hora" static="0" scope="200" >
+ <UML:Operation stereotype="" package="" xmi.id="152" type="" abstract="0" documentation="" name="set" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="153" type="" abstract="0" documentation="" name="get" static="0" scope="200" />
+ </UML:Class>
+ <UML:Class stereotype="" package="HE" xmi.id="154" abstract="0" documentation="Representa un Intervalo entre 2 horas del mismo dia
+@version $Rev 307 $
+@author Gonzalo Merayo gmeray@mecon gov ar
+" name="MECON_Tiempo_Intervalo" static="0" scope="200" >
+ <UML:Operation stereotype="" package="" xmi.id="157" type="" abstract="0" documentation="Constructor
+fin es anterior a la de inicio
+" name="MECON_Tiempo_Intervalo" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="null" type="Hora" abstract="0" documentation="Hora de inicio por defecto cero " name="inicio" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="null" type="bool" abstract="0" documentation="Invierte el intervalo si la hora de" name="fin" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="4" value="true" type="" abstract="0" documentation="" name="chequear" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="158" type="" abstract="0" documentation="" name="_chequear" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="159" type="" abstract="0" documentation="" name="invertido" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="160" type="" abstract="0" documentation="" name="setInicio" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="inicio" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="161" type="" abstract="0" documentation="setFin
+" name="setFin" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="var" abstract="0" documentation="" name="fin" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="162" type="" abstract="0" documentation="" name="getDuracion" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="163" type="" abstract="0" documentation="" name="seSuperpone" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="intervalos" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="164" type="" abstract="0" documentation="" name="fusionar" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="f" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="165" type="" abstract="0" documentation="" name="superponer" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="i" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="166" type="object" abstract="0" documentation="Corta un intervalo devolviendo el intervalo previo al punto de corte
+El intervalo actual queda con el intervalo posterior al punto de corte
+El punto de corte puede ser tanto una hora como un intervalo
+" name="cortar" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="mixed" abstract="0" documentation="Donde cortar " name="c" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="167" type="object" abstract="0" documentation="Corta un intervalo devolviendo el intervalo previo a la hora de corte
+El intervalo actual queda con el intervalo posterior a la hora de corte
+" name="cortarHora" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="mixed" abstract="0" documentation="Donde cortar " name="h" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="168" type="object" abstract="0" documentation="Corta un intervalo devolviendo el intervalo previo al intervalo de corte
+El intervalo actual queda con el intervalo posterior al intervalo de corte
+" name="cortarIntervalo" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="mixed" abstract="0" documentation="Donde cortar " name="i" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="169" type="" abstract="0" documentation="" name="toString" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="170" type="" abstract="0" documentation="" name="copy" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="null" type="" abstract="0" documentation="" name="int" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="171" type="" abstract="0" documentation="" name="__clone" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="155" value="" type="object" abstract="0" documentation="Hora de inicio del intervalo
+" name="inicio" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="156" value="" type="object" abstract="0" documentation="Hora de fin del intervalo
+" name="fin" static="0" scope="200" />
+ </UML:Class>
+ <UML:Class stereotype="" package="" xmi.id="172" abstract="0" documentation="" name="MECON_Dependencia" static="0" scope="202" >
+ <UML:Operation stereotype="" package="" xmi.id="176" type="void" abstract="0" documentation="" name="MECON_Dependencia" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="int" abstract="0" documentation="" name="codep" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="177" type="void" abstract="0" documentation="" name="getAgentes" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="178" type="dependencia" abstract="0" documentation="" name="getDependencias" static="1" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="179" type="void" abstract="0" documentation="" name="getNombre" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="180" type="void" abstract="0" documentation="" name="getNombreBreve" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="173" value="" type="int" abstract="0" documentation="" name="codep" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="174" value="" type="int" abstract="0" documentation="" name="nombre" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="175" value="" type="int" abstract="0" documentation="" name="nombre_breve" static="0" scope="200" />
+ </UML:Class>
+ <UML:Class stereotype="" package="HE" xmi.id="181" abstract="1" documentation="Representa un Intervalo entre 2 horas del mismo dia
+@version $Rev 339 $
+@author Gonzalo Merayo gmeray@mecon gov ar
+" name="MECON_Novedad" static="0" scope="200" >
+ <UML:Attribute stereotype="" package="" xmi.id="182" value="null" type="" abstract="0" documentation="" name="codigo" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="183" value="null" type="" abstract="0" documentation="" name="intervalo" static="0" scope="200" />
+ </UML:Class>
+ <UML:Class stereotype="" package="" xmi.id="184" abstract="0" documentation="" name="MECON_Agente" static="0" scope="200" >
+ <UML:Operation stereotype="" package="" xmi.id="187" type="string" abstract="0" documentation="" name="getDependencia" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="188" type="void" abstract="0" documentation="" name="getTipo" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="189" type="void" abstract="0" documentation="" name="MECON_Agente" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="int" abstract="0" documentation="" name="agente" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="190" type="void" abstract="0" documentation="" name="getNombre" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="191" type="void" abstract="0" documentation="" name="getHoraDesde" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="192" type="void" abstract="0" documentation="" name="getHoraHasta" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="193" type="void" abstract="0" documentation="" name="getCuil" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="194" type="void" abstract="0" documentation="" name="getOtrosDatos" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="195" type="void" abstract="0" documentation="" name="buscarAgente" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="int" abstract="0" documentation="" name="agente" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Attribute stereotype="" package="" xmi.id="185" value="" type="int" abstract="0" documentation="" name="agente" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="186" value="" type="int" abstract="0" documentation="" name="datos" static="0" scope="200" />
+ </UML:Class>
+ <UML:Class stereotype="" package="HE" xmi.id="196" abstract="1" documentation="Representa un Intervalo entre 2 horas del mismo dia
+@version $Rev 380 $
+@author Gonzalo Merayo gmeray@mecon gov ar
+" name="MECON_NovedadesDia" static="0" scope="200" >
+ <UML:Operation stereotype="" package="" xmi.id="201" type="" abstract="0" documentation="" name="MECON_NovedadesDia" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="agente" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="" abstract="0" documentation="" name="fecha" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="202" type="" abstract="0" documentation="" name="deLicencia" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="203" type="" abstract="0" documentation="" name="enComicion" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="204" type="" abstract="0" documentation="" name="esFranco" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="205" type="" abstract="0" documentation="" name="debioVenir" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="206" type="" abstract="0" documentation="" name="getAtos" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="207" type="" abstract="0" documentation="" name="BuscarLicencia" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="208" type="" abstract="0" documentation="" name="BuscarNovedadesTemporales" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="209" type="" abstract="0" documentation="" name="BuscarNovedadDiaria" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="197" value="array" type="" abstract="0" documentation="" name="novedades" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="198" value="null" type="" abstract="0" documentation="" name="agente" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="199" value="null" type="" abstract="0" documentation="" name="fecha" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="200" value="null" type="" abstract="0" documentation="" name="db" static="0" scope="201" />
+ </UML:Class>
+ <UML:Class stereotype="" package="" xmi.id="210" abstract="0" documentation="" name="MECON_Usuario" static="0" scope="200" >
+ <UML:Operation stereotype="" package="" xmi.id="215" type="void" abstract="0" documentation="" name="ArmarconDNI" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="string" abstract="0" documentation="" name="dni" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="216" type="void" abstract="0" documentation="" name="ArmarconLOGIN" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="string" abstract="0" documentation="" name="login" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="217" type="void" abstract="0" documentation="" name="MECON_Usuario" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="NULL" type="int" abstract="0" documentation="" name="dni" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="NULL" type="" abstract="0" documentation="" name="login" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="218" type="void" abstract="0" documentation="" name="Insertar_Usuario" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="NULL" type="int" abstract="0" documentation="" name="dni" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="2" value="NULL" type="" abstract="0" documentation="" name="login" static="0" scope="0" />
+ <UML:Parameter stereotype="" package="" xmi.id="4" value="NULL" type="" abstract="0" documentation="" name="nombre" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="219" type="int" abstract="0" documentation="" name="getDni" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="220" type="string" abstract="0" documentation="" name="getLogin" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="221" type="string" abstract="0" documentation="" name="getNombre" static="0" scope="200" />
+ <UML:Operation stereotype="" package="" xmi.id="222" type="void" abstract="0" documentation="" name="buscarUsuarioDNI" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="int" abstract="0" documentation="" name="dni" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Operation stereotype="" package="" xmi.id="223" type="mixed" abstract="0" documentation="Verifica si el login pasado por parametro es valido
+" name="verificarLogin" static="0" scope="200" >
+ <UML:Parameter stereotype="" package="" xmi.id="0" value="null" type="string" abstract="0" documentation="Login a verificar" name="login" static="0" scope="0" />
+ </UML:Operation>
+ <UML:Attribute stereotype="" package="" xmi.id="211" value="" type="int" abstract="0" documentation="" name="dni" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="212" value="" type="string" abstract="0" documentation="" name="login" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="213" value="" type="string" abstract="0" documentation="" name="nombre" static="0" scope="200" />
+ <UML:Attribute stereotype="" package="" xmi.id="214" value="'mysql" type="string" abstract="0" documentation="" name="dsn" static="0" scope="200" />
+ </UML:Class>
+ <UML:Class stereotype="class" package="" xmi.id="7" abstract="0" documentation="x2c:external" name="HTML_Common" static="0" scope="200" />
+ <UML:Class stereotype="class" package="" xmi.id="8" abstract="0" documentation="x2c:external" name="HTML_QuickForm_Renderer" static="0" scope="200" />
+ <UML:Class stereotype="class" package="" xmi.id="9" abstract="0" documentation="x2c:external" name="HTML_QuickForm_date" static="0" scope="200" />
+ <UML:Class stereotype="class" package="" xmi.id="10" abstract="0" documentation="x2c:external" name="HTML_QuickForm_element" static="0" scope="200" />
+ <UML:Class stereotype="class" package="" xmi.id="11" abstract="0" documentation="x2c:external" name="HTML_Table" static="0" scope="200" />
+ <UML:Class stereotype="class" package="" xmi.id="12" abstract="0" documentation="x2c:external" name="HTML_QuickForm" static="0" scope="200" />
+ <UML:Class stereotype="class" package="" xmi.id="13" abstract="0" documentation="" name="Date_Span" static="0" scope="200" />
+ <UML:Association nameb="" stereotype="" visibilitya="200" visibilityb="200" assoctype="500" rolea="1" roleb="7" multia="" doca="" multib="" docb="" package="" xmi.id="-1" abstract="0" documentation="" name="" static="0" scope="200" changeabilitya="900" changeabilityb="900" namea="" />
+ <UML:Association nameb="" stereotype="" visibilitya="200" visibilityb="200" assoctype="500" rolea="86" roleb="7" multia="" doca="" multib="" docb="" package="" xmi.id="-1" abstract="0" documentation="" name="" static="0" scope="200" changeabilitya="900" changeabilityb="900" namea="" />
+ <UML:Association nameb="" stereotype="" visibilitya="200" visibilityb="200" assoctype="500" rolea="20" roleb="8" multia="" doca="" multib="" docb="" package="" xmi.id="-1" abstract="0" documentation="" name="" static="0" scope="200" changeabilitya="900" changeabilityb="900" namea="" />
+ <UML:Association nameb="" stereotype="" visibilitya="200" visibilityb="200" assoctype="500" rolea="42" roleb="9" multia="" doca="" multib="" docb="" package="" xmi.id="-1" abstract="0" documentation="" name="" static="0" scope="200" changeabilitya="900" changeabilityb="900" namea="" />
+ <UML:Association nameb="" stereotype="" visibilitya="200" visibilityb="200" assoctype="500" rolea="47" roleb="10" multia="" doca="" multib="" docb="" package="" xmi.id="-1" abstract="0" documentation="" name="" static="0" scope="200" changeabilitya="900" changeabilityb="900" namea="" />
+ <UML:Association nameb="" stereotype="" visibilitya="200" visibilityb="200" assoctype="500" rolea="112" roleb="72" multia="" doca="" multib="" docb="" package="" xmi.id="-1" abstract="0" documentation="" name="" static="0" scope="200" changeabilitya="900" changeabilityb="900" namea="" />
+ <UML:Association nameb="" stereotype="" visibilitya="200" visibilityb="200" assoctype="500" rolea="72" roleb="11" multia="" doca="" multib="" docb="" package="" xmi.id="-1" abstract="0" documentation="" name="" static="0" scope="200" changeabilitya="900" changeabilityb="900" namea="" />
+ <UML:Association nameb="" stereotype="" visibilitya="200" visibilityb="200" assoctype="500" rolea="93" roleb="11" multia="" doca="" multib="" docb="" package="" xmi.id="-1" abstract="0" documentation="" name="" static="0" scope="200" changeabilitya="900" changeabilityb="900" namea="" />
+ <UML:Association nameb="" stereotype="" visibilitya="200" visibilityb="200" assoctype="500" rolea="125" roleb="12" multia="" doca="" multib="" docb="" package="" xmi.id="-1" abstract="0" documentation="" name="" static="0" scope="200" changeabilitya="900" changeabilityb="900" namea="" />
+ <UML:Association nameb="" stereotype="" visibilitya="200" visibilityb="200" assoctype="500" rolea="65" roleb="125" multia="" doca="" multib="" docb="" package="" xmi.id="-1" abstract="0" documentation="" name="" static="0" scope="200" changeabilitya="900" changeabilityb="900" namea="" />
+ <UML:Association nameb="" stereotype="" visibilitya="200" visibilityb="200" assoctype="500" rolea="151" roleb="13" multia="" doca="" multib="" docb="" package="" xmi.id="-1" abstract="0" documentation="" name="" static="0" scope="200" changeabilitya="900" changeabilityb="900" namea="" />
+ </umlobjects>
+ <diagrams>
+ <diagram snapgrid="1" showattsig="1" fillcolor="#ffffc0" zoom="100" showgrid="1" showopsig="0" usefillcolor="1" snapx="10" canvaswidth="681" snapy="10" showatts="1" xmi.id="3" documentation="" type="402" showops="1" showpackage="0" name="Diagrama" localid="30000" showstereotype="0" showscope="1" snapcsgrid="0" font="Clean,9,-1,5,50,0,0,0,1,0" linecolor="#ff0000" canvasheight="634" >
+ <widgets>
+ <UML:ClassWidget usesdiagramfillcolour="1" width="138" showattsigs="601" usesdiagramusefillcolour="1" x="20" linecolour="none" y="20" showopsigs="600" instancename="" usesdiagramlinecolour="1" fillcolour="none" height="216" usefillcolor="1" showattributes="1" isinstance="0" xmi.id="184" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Clean,9,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="1" width="177" showattsigs="601" usesdiagramusefillcolour="1" x="180" linecolour="none" y="20" showopsigs="600" instancename="" usesdiagramlinecolour="1" fillcolour="none" height="162" usefillcolor="1" showattributes="1" isinstance="0" xmi.id="172" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Clean,9,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="1" width="136" showattsigs="601" usesdiagramusefillcolour="1" x="380" linecolour="none" y="20" showopsigs="600" instancename="" usesdiagramlinecolour="1" fillcolour="none" height="63" usefillcolor="1" showattributes="1" isinstance="0" xmi.id="181" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Clean,9,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="1" width="223" showattsigs="601" usesdiagramusefillcolour="1" x="380" linecolour="none" y="110" showopsigs="600" instancename="" usesdiagramlinecolour="1" fillcolour="none" height="252" usefillcolor="1" showattributes="1" isinstance="0" xmi.id="196" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Clean,9,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="1" width="148" showattsigs="601" usesdiagramusefillcolour="1" x="180" linecolour="none" y="220" showopsigs="600" instancename="" usesdiagramlinecolour="1" fillcolour="none" height="252" usefillcolor="1" showattributes="1" isinstance="0" xmi.id="210" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Clean,9,-1,5,50,0,0,0,1,0" />
+ </widgets>
+ <messages/>
+ <associations/>
+ </diagram>
+ <diagram snapgrid="1" showattsig="0" fillcolor="#ffffc0" zoom="100" showgrid="1" showopsig="0" usefillcolor="1" snapx="10" canvaswidth="679" snapy="10" showatts="0" xmi.id="4" documentation="" type="402" showops="0" showpackage="0" name="Diagrama HTML" localid="30000" showstereotype="0" showscope="0" snapcsgrid="1" font="Clean,8,-1,5,50,0,0,0,1,0" linecolor="#ff0000" canvasheight="626" >
+ <widgets>
+ <UML:ClassWidget usesdiagramfillcolour="1" width="120" showattsigs="603" usesdiagramusefillcolour="1" x="10" linecolour="none" y="70" showopsigs="603" instancename="" usesdiagramlinecolour="1" fillcolour="none" height="30" usefillcolor="1" showattributes="0" isinstance="0" xmi.id="1" showoperations="0" showpackage="0" showscope="0" showstereotype="0" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="0" width="90" showattsigs="603" usesdiagramusefillcolour="0" x="90" linecolour="#ff0000" y="10" showopsigs="603" instancename="" usesdiagramlinecolour="0" fillcolour="#dcdcdc" height="30" usefillcolor="1" showattributes="0" isinstance="0" xmi.id="7" showoperations="0" showpackage="0" showscope="0" showstereotype="0" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="1" width="130" showattsigs="603" usesdiagramusefillcolour="1" x="140" linecolour="none" y="70" showopsigs="603" instancename="" usesdiagramlinecolour="1" fillcolour="none" height="30" usefillcolor="1" showattributes="0" isinstance="0" xmi.id="86" showoperations="0" showpackage="0" showscope="0" showstereotype="0" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="0" width="150" showattsigs="603" usesdiagramusefillcolour="0" x="330" linecolour="#ff0000" y="10" showopsigs="603" instancename="" usesdiagramlinecolour="0" fillcolour="#dcdcdc" height="30" usefillcolor="1" showattributes="0" isinstance="0" xmi.id="8" showoperations="0" showpackage="0" showscope="0" showstereotype="0" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="1" width="230" showattsigs="603" usesdiagramusefillcolour="1" x="290" linecolour="none" y="70" showopsigs="603" instancename="" usesdiagramlinecolour="1" fillcolour="none" height="30" usefillcolor="1" showattributes="0" isinstance="0" xmi.id="20" showoperations="0" showpackage="0" showscope="0" showstereotype="0" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="0" width="130" showattsigs="603" usesdiagramusefillcolour="0" x="60" linecolour="#ff0000" y="160" showopsigs="603" instancename="" usesdiagramlinecolour="0" fillcolour="#dcdcdc" height="30" usefillcolor="1" showattributes="0" isinstance="0" xmi.id="9" showoperations="0" showpackage="0" showscope="0" showstereotype="0" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="1" width="190" showattsigs="603" usesdiagramusefillcolour="1" x="30" linecolour="none" y="230" showopsigs="603" instancename="" usesdiagramlinecolour="1" fillcolour="none" height="30" usefillcolor="1" showattributes="0" isinstance="0" xmi.id="42" showoperations="0" showpackage="0" showscope="0" showstereotype="0" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="0" width="150" showattsigs="603" usesdiagramusefillcolour="0" x="300" linecolour="#ff0000" y="400" showopsigs="603" instancename="" usesdiagramlinecolour="0" fillcolour="#dcdcdc" height="30" usefillcolor="1" showattributes="0" isinstance="0" xmi.id="10" showoperations="0" showpackage="0" showscope="0" showstereotype="0" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="1" width="190" showattsigs="603" usesdiagramusefillcolour="1" x="280" linecolour="none" y="470" showopsigs="603" instancename="" usesdiagramlinecolour="1" fillcolour="none" height="30" usefillcolor="1" showattributes="0" isinstance="0" xmi.id="47" showoperations="0" showpackage="0" showscope="0" showstereotype="0" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="0" width="80" showattsigs="603" usesdiagramusefillcolour="0" x="390" linecolour="#ff0000" y="160" showopsigs="603" instancename="" usesdiagramlinecolour="0" fillcolour="#dcdcdc" height="30" usefillcolor="1" showattributes="0" isinstance="0" xmi.id="11" showoperations="0" showpackage="0" showscope="0" showstereotype="0" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="1" width="120" showattsigs="603" usesdiagramusefillcolour="1" x="290" linecolour="none" y="230" showopsigs="603" instancename="" usesdiagramlinecolour="1" fillcolour="none" height="30" usefillcolor="1" showattributes="0" isinstance="0" xmi.id="72" showoperations="0" showpackage="0" showscope="0" showstereotype="0" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="1" width="140" showattsigs="603" usesdiagramusefillcolour="1" x="280" linecolour="none" y="300" showopsigs="603" instancename="" usesdiagramlinecolour="1" fillcolour="none" height="30" usefillcolor="1" showattributes="0" isinstance="0" xmi.id="112" showoperations="0" showpackage="0" showscope="0" showstereotype="0" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="1" width="120" showattsigs="603" usesdiagramusefillcolour="1" x="440" linecolour="none" y="230" showopsigs="603" instancename="" usesdiagramlinecolour="1" fillcolour="none" height="30" usefillcolor="1" showattributes="0" isinstance="0" xmi.id="93" showoperations="0" showpackage="0" showscope="0" showstereotype="0" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="0" width="100" showattsigs="603" usesdiagramusefillcolour="0" x="70" linecolour="#ff0000" y="400" showopsigs="603" instancename="" usesdiagramlinecolour="0" fillcolour="#dcdcdc" height="30" usefillcolor="1" showattributes="0" isinstance="0" xmi.id="12" showoperations="0" showpackage="0" showscope="0" showstereotype="0" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="1" width="180" showattsigs="603" usesdiagramusefillcolour="1" x="30" linecolour="none" y="470" showopsigs="603" instancename="" usesdiagramlinecolour="1" fillcolour="none" height="30" usefillcolor="1" showattributes="0" isinstance="0" xmi.id="125" showoperations="0" showpackage="0" showscope="0" showstereotype="0" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="1" width="150" showattsigs="603" usesdiagramusefillcolour="1" x="40" linecolour="none" y="540" showopsigs="603" instancename="" usesdiagramlinecolour="1" fillcolour="none" height="30" usefillcolor="1" showattributes="0" isinstance="0" xmi.id="65" showoperations="0" showpackage="0" showscope="0" showstereotype="0" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="1" width="120" showattsigs="603" usesdiagramusefillcolour="1" x="520" linecolour="none" y="400" showopsigs="603" instancename="" usesdiagramlinecolour="1" fillcolour="none" height="30" usefillcolor="1" showattributes="0" isinstance="0" xmi.id="16" showoperations="0" showpackage="0" showscope="0" showstereotype="0" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ </widgets>
+ <messages/>
+ <associations>
+ <UML:AssocWidget totalcounta="2" indexa="1" visibilityB="200" totalcountb="3" indexb="1" widgetbid="7" roleBdoc="" widgetaid="1" roleAdoc="" documentation="" type="500" changeabilityA="900" changeabilityB="900" visibilityA="200" >
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="80" linecolour="none" y="50" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="10" linecolour="none" y="-10" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="711" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="10" linecolour="none" y="30" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="712" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <linepath>
+ <startpoint startx="70" starty="70" />
+ <endpoint endx="120" endy="40" />
+ </linepath>
+ </UML:AssocWidget>
+ <UML:AssocWidget totalcounta="2" indexa="1" visibilityB="200" totalcountb="3" indexb="2" widgetbid="7" roleBdoc="" widgetaid="86" roleAdoc="" documentation="" type="500" changeabilityA="900" changeabilityB="900" visibilityA="200" >
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="80" linecolour="none" y="40" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="30" linecolour="none" y="10" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="711" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="20" linecolour="none" y="20" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="712" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <linepath>
+ <startpoint startx="205" starty="70" />
+ <endpoint endx="150" endy="40" />
+ </linepath>
+ </UML:AssocWidget>
+ <UML:AssocWidget totalcounta="2" indexa="1" visibilityB="200" totalcountb="2" indexb="1" widgetbid="8" roleBdoc="" widgetaid="20" roleAdoc="" documentation="" type="500" changeabilityA="900" changeabilityB="900" visibilityA="200" >
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="90" linecolour="none" y="20" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="-130" linecolour="none" y="-10" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="711" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="-120" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="712" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <linepath>
+ <startpoint startx="405" starty="70" />
+ <endpoint endx="405" endy="40" />
+ </linepath>
+ </UML:AssocWidget>
+ <UML:AssocWidget totalcounta="2" indexa="1" visibilityB="200" totalcountb="2" indexb="1" widgetbid="9" roleBdoc="" widgetaid="42" roleAdoc="" documentation="" type="500" changeabilityA="900" changeabilityB="900" visibilityA="200" >
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="711" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="712" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <linepath>
+ <startpoint startx="125" starty="230" />
+ <endpoint endx="125" endy="190" />
+ </linepath>
+ </UML:AssocWidget>
+ <UML:AssocWidget totalcounta="2" indexa="1" visibilityB="200" totalcountb="2" indexb="1" widgetbid="10" roleBdoc="" widgetaid="47" roleAdoc="" documentation="" type="500" changeabilityA="900" changeabilityB="900" visibilityA="200" >
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="711" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="712" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <linepath>
+ <startpoint startx="375" starty="470" />
+ <endpoint endx="375" endy="430" />
+ </linepath>
+ </UML:AssocWidget>
+ <UML:AssocWidget totalcounta="2" indexa="1" visibilityB="200" totalcountb="2" indexb="1" widgetbid="72" roleBdoc="" widgetaid="112" roleAdoc="" documentation="" type="500" changeabilityA="900" changeabilityB="900" visibilityA="200" >
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="711" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="712" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <linepath>
+ <startpoint startx="350" starty="300" />
+ <endpoint endx="350" endy="260" />
+ </linepath>
+ </UML:AssocWidget>
+ <UML:AssocWidget totalcounta="2" indexa="1" visibilityB="200" totalcountb="3" indexb="1" widgetbid="11" roleBdoc="" widgetaid="72" roleAdoc="" documentation="" type="500" changeabilityA="900" changeabilityB="900" visibilityA="200" >
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="711" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="712" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <linepath>
+ <startpoint startx="350" starty="230" />
+ <endpoint endx="416" endy="190" />
+ </linepath>
+ </UML:AssocWidget>
+ <UML:AssocWidget totalcounta="2" indexa="1" visibilityB="200" totalcountb="3" indexb="2" widgetbid="11" roleBdoc="" widgetaid="93" roleAdoc="" documentation="" type="500" changeabilityA="900" changeabilityB="900" visibilityA="200" >
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="711" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="712" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <linepath>
+ <startpoint startx="500" starty="230" />
+ <endpoint endx="443" endy="190" />
+ </linepath>
+ </UML:AssocWidget>
+ <UML:AssocWidget totalcounta="2" indexa="1" visibilityB="200" totalcountb="2" indexb="1" widgetbid="12" roleBdoc="" widgetaid="125" roleAdoc="" documentation="" type="500" changeabilityA="900" changeabilityB="900" visibilityA="200" >
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="711" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="712" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <linepath>
+ <startpoint startx="120" starty="470" />
+ <endpoint endx="120" endy="430" />
+ </linepath>
+ </UML:AssocWidget>
+ <UML:AssocWidget totalcounta="2" indexa="1" visibilityB="200" totalcountb="2" indexb="1" widgetbid="125" roleBdoc="" widgetaid="65" roleAdoc="" documentation="" type="500" changeabilityA="900" changeabilityB="900" visibilityA="200" >
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="711" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="712" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <linepath>
+ <startpoint startx="115" starty="540" />
+ <endpoint endx="120" endy="500" />
+ </linepath>
+ </UML:AssocWidget>
+ </associations>
+ </diagram>
+ <diagram snapgrid="1" showattsig="1" fillcolor="#ffffc0" zoom="100" showgrid="1" showopsig="0" usefillcolor="1" snapx="10" canvaswidth="720" snapy="10" showatts="1" xmi.id="5" documentation="" type="402" showops="1" showpackage="0" name="Diagrama Tiempo" localid="30000" showstereotype="0" showscope="1" snapcsgrid="1" font="Clean,8,-1,5,50,0,0,0,1,0" linecolor="#ff0000" canvasheight="626" >
+ <widgets>
+ <UML:ClassWidget usesdiagramfillcolour="0" width="140" showattsigs="601" usesdiagramusefillcolour="0" x="370" linecolour="#ff0000" y="170" showopsigs="600" instancename="" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="270" usefillcolor="1" showattributes="1" isinstance="0" xmi.id="132" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="0" width="120" showattsigs="601" usesdiagramusefillcolour="0" x="220" linecolour="#ff0000" y="170" showopsigs="600" instancename="" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="50" usefillcolor="1" showattributes="1" isinstance="0" xmi.id="151" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="1" width="160" showattsigs="601" usesdiagramusefillcolour="1" x="30" linecolour="none" y="170" showopsigs="600" instancename="" usesdiagramlinecolour="1" fillcolour="none" height="260" usefillcolor="1" showattributes="1" isinstance="0" xmi.id="154" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ <UML:ClassWidget usesdiagramfillcolour="0" width="70" showattsigs="601" usesdiagramusefillcolour="0" x="240" linecolour="#ff0000" y="100" showopsigs="600" instancename="" usesdiagramlinecolour="0" fillcolour="#dcdcdc" height="30" usefillcolor="1" showattributes="1" isinstance="0" xmi.id="13" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Clean,8,-1,5,50,0,0,0,1,0" />
+ </widgets>
+ <messages/>
+ <associations>
+ <UML:AssocWidget totalcounta="2" indexa="1" visibilityB="200" totalcountb="2" indexb="1" widgetbid="13" roleBdoc="" widgetaid="151" roleAdoc="" documentation="" type="500" changeabilityA="900" changeabilityB="900" visibilityA="200" >
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="711" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="0" linecolour="none" y="0" operation="" instancename="" posttext="" usesdiagramlinecolour="1" role="712" fillcolour="none" height="0" usefillcolor="1" seqnum="" pretext="" isinstance="0" xmi.id="-1" text="" font="helvetica,12,-1,0,50,0,0,0,0,0" />
+ <linepath>
+ <startpoint startx="280" starty="170" />
+ <endpoint endx="275" endy="130" />
+ </linepath>
+ </UML:AssocWidget>
+ </associations>
+ </diagram>
+ </diagrams>
+ <listview>
+ <listitem open="1" type="800" id="-1" label="Views" >
+ <listitem open="1" type="801" id="-1" label="Logical View" >
+ <listitem open="0" type="803" id="-1" label="EXTERNAL" >
+ <listitem open="1" type="813" id="13" label="Date_Span" />
+ <listitem open="1" type="813" id="7" label="HTML_Common" />
+ <listitem open="1" type="813" id="12" label="HTML_QuickForm" />
+ <listitem open="1" type="813" id="8" label="HTML_QuickForm_Renderer" />
+ <listitem open="1" type="813" id="9" label="HTML_QuickForm_date" />
+ <listitem open="1" type="813" id="10" label="HTML_QuickForm_element" />
+ <listitem open="1" type="813" id="11" label="HTML_Table" />
+ </listitem>
+ <listitem open="1" type="803" id="-1" label="MECON" >
+ <listitem open="1" type="803" id="-1" label="HTML" >
+ <listitem open="0" type="803" id="-1" label="QuickForm" >
+ <listitem open="0" type="803" id="-1" label="Renderer" >
+ <listitem open="0" type="813" id="20" label="MECON_HTML_QuickForm_Renderer_Tabla" >
+ <listitem open="0" type="814" id="24" label="append" />
+ <listitem open="0" type="814" id="27" label="groupElements" />
+ <listitem open="0" type="814" id="26" label="groupError" />
+ <listitem open="0" type="814" id="25" label="inGroup" />
+ <listitem open="0" type="814" id="23" label="prepend" />
+ <listitem open="0" type="814" id="22" label="script" />
+ <listitem open="0" type="814" id="21" label="tabla" />
+ <listitem open="0" type="815" id="28" label="MECON_HTML_QuickForm_Renderer_Tabla" />
+ <listitem open="0" type="815" id="31" label="finishForm" />
+ <listitem open="0" type="815" id="37" label="finishGroup" />
+ <listitem open="0" type="815" id="40" label="getAttributes" />
+ <listitem open="0" type="815" id="33" label="renderElement" />
+ <listitem open="0" type="815" id="32" label="renderHeader" />
+ <listitem open="0" type="815" id="34" label="renderHidden" />
+ <listitem open="0" type="815" id="35" label="renderHtml" />
+ <listitem open="0" type="815" id="39" label="setAttributes" />
+ <listitem open="0" type="815" id="41" label="setTable" />
+ <listitem open="0" type="815" id="30" label="startForm" />
+ <listitem open="0" type="815" id="36" label="startGroup" />
+ <listitem open="0" type="815" id="29" label="toHtml" />
+ <listitem open="0" type="815" id="38" label="updateAttributes" />
+ </listitem>
+ </listitem>
+ <listitem open="0" type="813" id="47" label="MECON_HTML_QuickForm_caritas" >
+ <listitem open="0" type="814" id="50" label="cols" />
+ <listitem open="0" type="814" id="51" label="flagFrozen" />
+ <listitem open="0" type="814" id="48" label="radios" />
+ <listitem open="0" type="814" id="49" label="selected" />
+ <listitem open="0" type="815" id="53" label="MECON_HTML_QuickForm_caritas" />
+ <listitem open="0" type="815" id="62" label="_createRadios" />
+ <listitem open="0" type="815" id="54" label="_setDefaults" />
+ <listitem open="0" type="815" id="61" label="getName" />
+ <listitem open="0" type="815" id="60" label="getSelected" />
+ <listitem open="0" type="815" id="59" label="getValue" />
+ <listitem open="0" type="815" id="52" label="listarArchivos" />
+ <listitem open="0" type="815" id="64" label="onQuickFormEvent" />
+ <listitem open="0" type="815" id="55" label="setCols" />
+ <listitem open="0" type="815" id="56" label="setName" />
+ <listitem open="0" type="815" id="58" label="setSelected" />
+ <listitem open="0" type="815" id="57" label="setValue" />
+ <listitem open="0" type="815" id="63" label="toHtml" />
+ </listitem>
+ <listitem open="0" type="813" id="42" label="MECON_HTML_QuickForm_mdate" >
+ <listitem open="0" type="815" id="43" label="MECON_HTML_QuickForm_mdate" />
+ <listitem open="0" type="815" id="44" label="_createNumericOptionList" />
+ <listitem open="0" type="815" id="45" label="getValue" />
+ <listitem open="0" type="815" id="46" label="validate" />
+ </listitem>
+ </listitem>
+ <listitem open="0" type="807" id="4" label="Diagrama HTML" />
+ <listitem open="0" type="813" id="72" label="MECON_HTML_Arbol" >
+ <listitem open="0" type="814" id="73" label="datos" />
+ <listitem open="0" type="814" id="75" label="link_append" />
+ <listitem open="0" type="814" id="74" label="titulo" />
+ <listitem open="0" type="815" id="76" label="MECON_HTML_Arbol" />
+ <listitem open="0" type="815" id="78" label="expandir" />
+ <listitem open="0" type="815" id="80" label="expandirArray" />
+ <listitem open="0" type="815" id="82" label="expandirString" />
+ <listitem open="0" type="815" id="77" label="getCSS" />
+ <listitem open="0" type="815" id="85" label="modificarNodo" />
+ <listitem open="0" type="815" id="84" label="setActivo" />
+ <listitem open="0" type="815" id="81" label="toArray" />
+ <listitem open="0" type="815" id="79" label="toHTML" />
+ <listitem open="0" type="815" id="83" label="toString" />
+ </listitem>
+ <listitem open="0" type="813" id="112" label="MECON_HTML_ArbolDB" >
+ <listitem open="0" type="814" id="122" label="db" />
+ <listitem open="0" type="814" id="116" label="id" />
+ <listitem open="0" type="814" id="117" label="id_activo" />
+ <listitem open="0" type="814" id="118" label="link" />
+ <listitem open="0" type="814" id="119" label="link_append" />
+ <listitem open="0" type="814" id="115" label="nombre" />
+ <listitem open="0" type="814" id="121" label="order" />
+ <listitem open="0" type="814" id="113" label="padre" />
+ <listitem open="0" type="814" id="114" label="tabla" />
+ <listitem open="0" type="814" id="120" label="where" />
+ <listitem open="0" type="815" id="124" label="BuscarHijos" />
+ <listitem open="0" type="815" id="123" label="MECON_HTML_ArbolDB" />
+ </listitem>
+ <listitem open="0" type="813" id="16" label="MECON_HTML_Error" >
+ <listitem open="0" type="814" id="17" label="msg" />
+ <listitem open="0" type="815" id="18" label="MECON_HTML_Error" />
+ <listitem open="0" type="815" id="19" label="toHtml" />
+ </listitem>
+ <listitem open="0" type="813" id="86" label="MECON_HTML_Image" >
+ <listitem open="0" type="815" id="87" label="MECON_HTML_Image" />
+ <listitem open="0" type="815" id="91" label="getAlt" />
+ <listitem open="0" type="815" id="89" label="getSrc" />
+ <listitem open="0" type="815" id="92" label="setAlt" />
+ <listitem open="0" type="815" id="90" label="setSrc" />
+ <listitem open="0" type="815" id="88" label="toHtml" />
+ </listitem>
+ <listitem open="0" type="813" id="1" label="MECON_HTML_Link" >
+ <listitem open="0" type="814" id="3" label="contents" />
+ <listitem open="0" type="814" id="2" label="getVars" />
+ <listitem open="0" type="815" id="6" label="MECON_HTML_Link" />
+ <listitem open="0" type="815" id="13" label="addContents" />
+ <listitem open="0" type="815" id="14" label="getContents" />
+ <listitem open="0" type="815" id="4" label="getGetVars" />
+ <listitem open="0" type="815" id="8" label="getHref" />
+ <listitem open="0" type="815" id="15" label="setContents" />
+ <listitem open="0" type="815" id="10" label="setGetVar" />
+ <listitem open="0" type="815" id="5" label="setGetVars" />
+ <listitem open="0" type="815" id="9" label="setHref" />
+ <listitem open="0" type="815" id="7" label="toHtml" />
+ <listitem open="0" type="815" id="12" label="unsetGetVars" />
+ <listitem open="0" type="815" id="11" label="updateGetVars" />
+ </listitem>
+ <listitem open="0" type="813" id="65" label="MECON_HTML_QuickForm" >
+ <listitem open="0" type="814" id="66" label="renderer" />
+ <listitem open="0" type="815" id="67" label="MECON_HTML_QuickForm" />
+ <listitem open="0" type="815" id="70" label="getRendererOpts" />
+ <listitem open="0" type="815" id="69" label="setRendererOpts" />
+ <listitem open="0" type="815" id="68" label="toHtml" />
+ <listitem open="0" type="815" id="71" label="updateRendererOpts" />
+ </listitem>
+ <listitem open="0" type="813" id="125" label="MECON_HTML_QuickFormSimple" >
+ <listitem open="0" type="815" id="126" label="MECON_HTML_QuickFormSimple" />
+ <listitem open="0" type="815" id="128" label="addGroupRule" />
+ <listitem open="0" type="815" id="127" label="addRule" />
+ <listitem open="0" type="815" id="129" label="getBegin" />
+ <listitem open="0" type="815" id="130" label="getEnd" />
+ <listitem open="0" type="815" id="131" label="prepend_include_path" />
+ </listitem>
+ <listitem open="0" type="813" id="93" label="MECON_HTML_Tabla" >
+ <listitem open="0" type="814" id="95" label="attrs" />
+ <listitem open="0" type="814" id="94" label="conf" />
+ <listitem open="0" type="815" id="96" label="MECON_HTML_Tabla" />
+ <listitem open="0" type="815" id="111" label="_translateAttributes" />
+ <listitem open="0" type="815" id="110" label="addRow" />
+ <listitem open="0" type="815" id="98" label="agregarFila" />
+ <listitem open="0" type="815" id="97" label="agregarFilaCabecera" />
+ <listitem open="0" type="815" id="101" label="align" />
+ <listitem open="0" type="815" id="100" label="colSpan" />
+ <listitem open="0" type="815" id="99" label="rowSpan" />
+ <listitem open="0" type="815" id="109" label="setCellAttributes" />
+ <listitem open="0" type="815" id="106" label="setCellBgcolor" />
+ <listitem open="0" type="815" id="104" label="setColAlign" />
+ <listitem open="0" type="815" id="102" label="setColCabecera" />
+ <listitem open="0" type="815" id="103" label="setColTitulo" />
+ <listitem open="0" type="815" id="105" label="setColWidth" />
+ <listitem open="0" type="815" id="107" label="toHtml" />
+ <listitem open="0" type="815" id="108" label="updateCellAttributes" />
+ </listitem>
+ </listitem>
+ <listitem open="1" type="803" id="-1" label="Tiempo" >
+ <listitem open="0" type="807" id="5" label="Diagrama Tiempo" />
+ <listitem open="0" type="813" id="132" label="MECON_Tiempo_Banda" >
+ <listitem open="0" type="814" id="133" label="intervalos" />
+ <listitem open="0" type="815" id="135" label="Cargar" />
+ <listitem open="0" type="815" id="136" label="CompletarSalidas" />
+ <listitem open="0" type="815" id="134" label="MECON_Tiempo_Banda" />
+ <listitem open="0" type="815" id="150" label="__clone" />
+ <listitem open="0" type="815" id="137" label="agregarIntervalo" />
+ <listitem open="0" type="815" id="142" label="chequearBanda" />
+ <listitem open="0" type="815" id="141" label="chequearIntervalo" />
+ <listitem open="0" type="815" id="149" label="copy" />
+ <listitem open="0" type="815" id="145" label="cortar" />
+ <listitem open="0" type="815" id="148" label="flush" />
+ <listitem open="0" type="815" id="147" label="getDuracion" />
+ <listitem open="0" type="815" id="144" label="getIntervalos" />
+ <listitem open="0" type="815" id="138" label="sacarBanda" />
+ <listitem open="0" type="815" id="139" label="sacarIntervalo" />
+ <listitem open="0" type="815" id="140" label="sacarTiempo" />
+ <listitem open="0" type="815" id="143" label="toString" />
+ <listitem open="0" type="815" id="146" label="total" />
+ </listitem>
+ <listitem open="0" type="813" id="151" label="MECON_Tiempo_Hora" >
+ <listitem open="0" type="815" id="153" label="get" />
+ <listitem open="0" type="815" id="152" label="set" />
+ </listitem>
+ <listitem open="0" type="813" id="154" label="MECON_Tiempo_Intervalo" >
+ <listitem open="0" type="814" id="156" label="fin" />
+ <listitem open="0" type="814" id="155" label="inicio" />
+ <listitem open="0" type="815" id="157" label="MECON_Tiempo_Intervalo" />
+ <listitem open="0" type="815" id="171" label="__clone" />
+ <listitem open="0" type="815" id="158" label="_chequear" />
+ <listitem open="0" type="815" id="170" label="copy" />
+ <listitem open="0" type="815" id="166" label="cortar" />
+ <listitem open="0" type="815" id="167" label="cortarHora" />
+ <listitem open="0" type="815" id="168" label="cortarIntervalo" />
+ <listitem open="0" type="815" id="164" label="fusionar" />
+ <listitem open="0" type="815" id="162" label="getDuracion" />
+ <listitem open="0" type="815" id="159" label="invertido" />
+ <listitem open="0" type="815" id="163" label="seSuperpone" />
+ <listitem open="0" type="815" id="161" label="setFin" />
+ <listitem open="0" type="815" id="160" label="setInicio" />
+ <listitem open="0" type="815" id="165" label="superponer" />
+ <listitem open="0" type="815" id="169" label="toString" />
+ </listitem>
+ </listitem>
+ <listitem open="0" type="807" id="3" label="Diagrama" />
+ <listitem open="0" type="813" id="184" label="MECON_Agente" >
+ <listitem open="0" type="814" id="185" label="agente" />
+ <listitem open="0" type="814" id="186" label="datos" />
+ <listitem open="0" type="815" id="189" label="MECON_Agente" />
+ <listitem open="0" type="815" id="195" label="buscarAgente" />
+ <listitem open="0" type="815" id="193" label="getCuil" />
+ <listitem open="0" type="815" id="187" label="getDependencia" />
+ <listitem open="0" type="815" id="191" label="getHoraDesde" />
+ <listitem open="0" type="815" id="192" label="getHoraHasta" />
+ <listitem open="0" type="815" id="190" label="getNombre" />
+ <listitem open="0" type="815" id="194" label="getOtrosDatos" />
+ <listitem open="0" type="815" id="188" label="getTipo" />
+ </listitem>
+ <listitem open="0" type="813" id="172" label="MECON_Dependencia" >
+ <listitem open="0" type="814" id="173" label="codep" />
+ <listitem open="0" type="814" id="174" label="nombre" />
+ <listitem open="0" type="814" id="175" label="nombre_breve" />
+ <listitem open="0" type="815" id="176" label="MECON_Dependencia" />
+ <listitem open="0" type="815" id="177" label="getAgentes" />
+ <listitem open="0" type="815" id="178" label="getDependencias" />
+ <listitem open="0" type="815" id="179" label="getNombre" />
+ <listitem open="0" type="815" id="180" label="getNombreBreve" />
+ </listitem>
+ <listitem open="0" type="813" id="181" label="MECON_Novedad" >
+ <listitem open="0" type="814" id="182" label="codigo" />
+ <listitem open="0" type="814" id="183" label="intervalo" />
+ </listitem>
+ <listitem open="0" type="813" id="196" label="MECON_NovedadesDia" >
+ <listitem open="0" type="814" id="198" label="agente" />
+ <listitem open="0" type="814" id="200" label="db" />
+ <listitem open="0" type="814" id="199" label="fecha" />
+ <listitem open="0" type="814" id="197" label="novedades" />
+ <listitem open="0" type="815" id="207" label="BuscarLicencia" />
+ <listitem open="0" type="815" id="209" label="BuscarNovedadDiaria" />
+ <listitem open="0" type="815" id="208" label="BuscarNovedadesTemporales" />
+ <listitem open="0" type="815" id="201" label="MECON_NovedadesDia" />
+ <listitem open="0" type="815" id="202" label="deLicencia" />
+ <listitem open="0" type="815" id="205" label="debioVenir" />
+ <listitem open="0" type="815" id="203" label="enComicion" />
+ <listitem open="0" type="815" id="204" label="esFranco" />
+ <listitem open="0" type="815" id="206" label="getAtos" />
+ </listitem>
+ <listitem open="0" type="813" id="210" label="MECON_Usuario" >
+ <listitem open="0" type="814" id="211" label="dni" />
+ <listitem open="0" type="814" id="214" label="dsn" />
+ <listitem open="0" type="814" id="212" label="login" />
+ <listitem open="0" type="814" id="213" label="nombre" />
+ <listitem open="0" type="815" id="215" label="ArmarconDNI" />
+ <listitem open="0" type="815" id="216" label="ArmarconLOGIN" />
+ <listitem open="0" type="815" id="218" label="Insertar_Usuario" />
+ <listitem open="0" type="815" id="217" label="MECON_Usuario" />
+ <listitem open="0" type="815" id="222" label="buscarUsuarioDNI" />
+ <listitem open="0" type="815" id="219" label="getDni" />
+ <listitem open="0" type="815" id="220" label="getLogin" />
+ <listitem open="0" type="815" id="221" label="getNombre" />
+ <listitem open="0" type="815" id="223" label="verificarLogin" />
+ </listitem>
+ </listitem>
+ </listitem>
+ <listitem open="1" type="802" id="-1" label="Use Case View" />
+ <listitem open="1" type="821" id="-1" label="Component View" />
+ <listitem open="0" type="823" id="-1" label="Diagrams" />
+ <listitem open="1" type="827" id="-1" label="Deployment View" />
+ </listitem>
+ </listview>
+ </XMI.content>
+</XMI>