]> git.llucax.com Git - mecon/meconlib.git/blob - doc/umlOut.xmi
Se genero un archivo xmi con todo meconlib (menos Marco). Falta que se arregle la...
[mecon/meconlib.git] / doc / umlOut.xmi
1 <?xml version="1.0" encoding="UTF-8"?>
2 <XMI xmlns:UML="org.omg/standards/UML" verified="false" timestamp="" xmi.version="1.2" >
3  <XMI.header>
4   <XMI.documentation>
5    <XMI.exporter>umbrello uml modeller http://uml.sf.net</XMI.exporter>
6    <XMI.exporterVersion>1.1.5</XMI.exporterVersion>
7    <XMI.exporterEncoding>UnicodeUTF8</XMI.exporterEncoding>
8   </XMI.documentation>
9   <XMI.model xmi.name="umlOut" href="/home/martin/public_html/meconlib/doc/umlOut.xmi" />
10   <XMI.metamodel xmi.name="UML" href="UML.xml" xmi.version="1.3" />
11  </XMI.header>
12  <XMI.content>
13   <docsettings viewid="4" documentation="MANTENER LA MISMA ESTRUCTURA QUE EN EL REPOSITORIO" uniqueid="13" />
14   <umlobjects>
15    <UML:Class stereotype="" package="HTML" xmi.id="1" abstract="0" documentation="HTML Link representation 
16 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 
17 is done in toHtml method Object are stored as references 
18 " name="MECON_HTML_Link" static="0" scope="200" >
19     <UML:Operation stereotype="" package="" xmi.id="4" type="array" abstract="0" documentation="Gets GetVars 
20 " name="getGetVars" static="0" scope="200" />
21     <UML:Operation stereotype="" package="" xmi.id="5" type="void" abstract="0" documentation="Sets GetVars 
22 " name="setGetVars" static="0" scope="200" >
23      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="array" abstract="0" documentation="GetVars " name="getVars" static="0" scope="0" />
24     </UML:Operation>
25     <UML:Operation stereotype="" package="" xmi.id="6" type="void" abstract="0" documentation="Constructor 
26 " name="MECON_HTML_Link" static="0" scope="200" >
27      <UML:Parameter stereotype="" package="" xmi.id="0" value="''" type="string" abstract="0" documentation="Hypertext reference " name="href" static="0" scope="0" />
28      <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" />
29      <UML:Parameter stereotype="" package="" xmi.id="4" value="array" type="" abstract="0" documentation="" name="getVars" static="0" scope="0" />
30      <UML:Parameter stereotype="" package="" xmi.id="6" value="array" type="" abstract="0" documentation="" name="attrs" static="0" scope="0" />
31     </UML:Operation>
32     <UML:Operation stereotype="" package="" xmi.id="7" type="string" abstract="0" documentation="Converts to HTML output 
33 " name="toHtml" static="0" scope="200" />
34     <UML:Operation stereotype="" package="" xmi.id="8" type="string" abstract="0" documentation="Gets hypertext reference 
35 " name="getHref" static="0" scope="200" />
36     <UML:Operation stereotype="" package="" xmi.id="9" type="void" abstract="0" documentation="Sets hypertext reference 
37 " name="setHref" static="0" scope="200" >
38      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="string" abstract="0" documentation="Hypertext reference " name="href" static="0" scope="0" />
39     </UML:Operation>
40     <UML:Operation stereotype="" package="" xmi.id="10" type="void" abstract="0" documentation="Set a GET variable 
41 " name="setGetVar" static="0" scope="200" >
42      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="string" abstract="0" documentation="Key for the GET variable " name="key" static="0" scope="0" />
43      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="mixed" abstract="0" documentation="Value for the variable " name="value" static="0" scope="0" />
44     </UML:Operation>
45     <UML:Operation stereotype="" package="" xmi.id="11" type="void" abstract="0" documentation="Updates GET variables 
46 they doesn't exists they are added if they exists they are updated 
47 " name="updateGetVars" static="0" scope="200" >
48      <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" />
49     </UML:Operation>
50     <UML:Operation stereotype="" package="" xmi.id="12" type="void" abstract="0" documentation="Unsets removes GET variables This method supports variable arguments 
51 " name="unsetGetVars" static="0" scope="200" >
52      <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" />
53     </UML:Operation>
54     <UML:Operation stereotype="" package="" xmi.id="13" type="void" abstract="0" documentation="Adds contents to the link 
55 " name="addContents" static="0" scope="200" >
56      <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" />
57     </UML:Operation>
58     <UML:Operation stereotype="" package="" xmi.id="14" type="string" abstract="0" documentation="" name="getContents" static="0" scope="200" />
59     <UML:Operation stereotype="" package="" xmi.id="15" type="void" abstract="0" documentation="" name="setContents" static="0" scope="200" >
60      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="mixed" abstract="0" documentation="New link contents " name="contents" static="0" scope="0" />
61     </UML:Operation>
62     <UML:Attribute stereotype="" package="" xmi.id="2" value="array" type="array" abstract="0" documentation="Variables to send via GET HTTP method 
63 " name="getVars" static="0" scope="202" />
64     <UML:Attribute stereotype="" package="" xmi.id="3" value="array" type="array" abstract="0" documentation="Link contents 
65 " name="contents" static="0" scope="202" />
66    </UML:Class>
67    <UML:Class stereotype="" package="" xmi.id="16" abstract="0" documentation="Dibuja un mensaje de error en HTML 
68 " name="MECON_HTML_Error" static="0" scope="200" >
69     <UML:Operation stereotype="" package="" xmi.id="18" type="void" abstract="0" documentation="Constructor 
70 " name="MECON_HTML_Error" static="0" scope="200" >
71      <UML:Parameter stereotype="" package="" xmi.id="0" value="''" type="string" abstract="0" documentation="Mensaje de error " name="msg" static="0" scope="0" />
72     </UML:Operation>
73     <UML:Operation stereotype="" package="" xmi.id="19" type="string" abstract="0" documentation="Dibuja el HTML 
74 " name="toHtml" static="0" scope="200" />
75     <UML:Attribute stereotype="" package="" xmi.id="17" value="''" type="string" abstract="0" documentation="Mensaje de error 
76 " name="msg" static="0" scope="200" />
77    </UML:Class>
78    <UML:Class stereotype="" package="" xmi.id="20" abstract="0" documentation="QuickForm renderer que usa Tabla como backend 
79 Basado en el QuickForm Renderer basico 
80 " name="MECON_HTML_QuickForm_Renderer_Tabla" static="0" scope="200" >
81     <UML:Operation stereotype="" package="" xmi.id="28" type="" abstract="0" documentation="Constructor 
82 tabla alternativo para usar 
83 " name="MECON_HTML_QuickForm_Renderer_Tabla" static="0" scope="200" >
84      <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" />
85     </UML:Operation>
86     <UML:Operation stereotype="" package="" xmi.id="29" type="string" abstract="0" documentation="returns the HTML generated for the form
87 " name="toHtml" static="0" scope="200" />
88     <UML:Operation stereotype="" package="" xmi.id="30" type="void" abstract="0" documentation="Called when visiting a form before processing any form elements
89 " name="startForm" static="0" scope="200" >
90      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="object" abstract="0" documentation="HTML_QuickForm object being visited" name="form" static="0" scope="0" />
91     </UML:Operation>
92     <UML:Operation stereotype="" package="" xmi.id="31" type="void" abstract="0" documentation="Called when visiting a form after processing all form elements
93 Adds required note form attributes validation javascript and form content 
94 " name="finishForm" static="0" scope="200" >
95      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="object" abstract="0" documentation="HTML_QuickForm object being visited" name="form" static="0" scope="0" />
96     </UML:Operation>
97     <UML:Operation stereotype="" package="" xmi.id="32" type="void" abstract="0" documentation="Called when visiting a header element
98 " name="renderHeader" static="0" scope="200" >
99      <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" />
100     </UML:Operation>
101     <UML:Operation stereotype="" package="" xmi.id="33" type="void" abstract="0" documentation="Renders an element Html
102 Called when visiting an element
103 " name="renderElement" static="0" scope="200" >
104      <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" />
105      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="bool" abstract="0" documentation="an element is required" name="required" static="0" scope="0" />
106      <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" />
107     </UML:Operation>
108     <UML:Operation stereotype="" package="" xmi.id="34" type="void" abstract="0" documentation="Renders an hidden element
109 Called when visiting a hidden element
110 " name="renderHidden" static="0" scope="200" >
111      <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" />
112     </UML:Operation>
113     <UML:Operation stereotype="" package="" xmi.id="35" type="void" abstract="0" documentation="Called when visiting a raw HTML/text pseudo element
114 " name="renderHtml" static="0" scope="200" >
115      <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" />
116     </UML:Operation>
117     <UML:Operation stereotype="" package="" xmi.id="36" type="void" abstract="0" documentation="Called when visiting a group before processing any group elements
118 " name="startGroup" static="0" scope="200" >
119      <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" />
120      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="bool" abstract="0" documentation="a group is required" name="required" static="0" scope="0" />
121      <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" />
122     </UML:Operation>
123     <UML:Operation stereotype="" package="" xmi.id="37" type="void" abstract="0" documentation="Called when visiting a group after processing all group elements
124 " name="finishGroup" static="0" scope="200" >
125      <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" />
126     </UML:Operation>
127     <UML:Operation stereotype="" package="" xmi.id="38" type="void" abstract="0" documentation="" name="updateAttributes" static="0" scope="200" >
128      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="mixed" abstract="0" documentation="Html attributes" name="attrs" static="0" scope="0" />
129     </UML:Operation>
130     <UML:Operation stereotype="" package="" xmi.id="39" type="void" abstract="0" documentation="" name="setAttributes" static="0" scope="200" >
131      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="mixed" abstract="0" documentation="Html attributes" name="attrs" static="0" scope="0" />
132     </UML:Operation>
133     <UML:Operation stereotype="" package="" xmi.id="40" type="mixed" abstract="0" documentation="" name="getAttributes" static="0" scope="200" />
134     <UML:Operation stereotype="" package="" xmi.id="41" type="" abstract="0" documentation="" name="setTable" static="0" scope="200" >
135      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="Tabla" abstract="0" documentation="Objeto tabla alternativo para utilizar" name="param" static="0" scope="0" />
136     </UML:Operation>
137     <UML:Attribute stereotype="" package="" xmi.id="21" value="" type="object" abstract="0" documentation="Tabla usada para dibujar el formulario 
138 " name="tabla" static="0" scope="201" />
139     <UML:Attribute stereotype="" package="" xmi.id="22" value="''" type="string" abstract="0" documentation="HTML con los scripts para poner antes del formulario tipicamente
140 un javascript 
141 " name="script" static="0" scope="201" />
142     <UML:Attribute stereotype="" package="" xmi.id="23" value="''" type="string" abstract="0" documentation="HTML para agregar antes de la tabla tipicamente un javascript 
143 " name="prepend" static="0" scope="201" />
144     <UML:Attribute stereotype="" package="" xmi.id="24" value="''" type="string" abstract="0" documentation="HTML para agregar despues de la tabla 
145 " name="append" static="0" scope="201" />
146     <UML:Attribute stereotype="" package="" xmi.id="25" value="false" type="bool" abstract="0" documentation="True if we are inside a group
147 " name="inGroup" static="0" scope="201" />
148     <UML:Attribute stereotype="" package="" xmi.id="26" value="''" type="string" abstract="0" documentation="Group error related message 
149 " name="groupError" static="0" scope="201" />
150     <UML:Attribute stereotype="" package="" xmi.id="27" value="array" type="array" abstract="0" documentation="Array with HTML generated for group elements
151 " name="groupElements" static="0" scope="201" />
152    </UML:Class>
153    <UML:Class stereotype="" package="" xmi.id="42" abstract="0" documentation="Class to dynamically create HTML Select elements from a date
154 Modificado para que cumpla con los requisitos de mecon
155 " name="MECON_HTML_QuickForm_mdate" static="0" scope="200" >
156     <UML:Operation stereotype="" package="" xmi.id="43" type="void" abstract="0" documentation="Class constructor
157 or an associative array Date format is passed along the attributes 
158 " name="MECON_HTML_QuickForm_mdate" static="0" scope="200" >
159      <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" />
160      <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" />
161      <UML:Parameter stereotype="" package="" xmi.id="4" value="array" type="" abstract="0" documentation="" name="options" static="0" scope="0" />
162      <UML:Parameter stereotype="" package="" xmi.id="6" value="null" type="" abstract="0" documentation="" name="attributes" static="0" scope="0" />
163     </UML:Operation>
164     <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
165 " name="_createNumericOptionList" static="0" scope="200" >
166      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="int" abstract="0" documentation="The start number" name="start" static="0" scope="0" />
167      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="int" abstract="0" documentation="The end number" name="end" static="0" scope="0" />
168     </UML:Operation>
169     <UML:Operation stereotype="" package="" xmi.id="45" type="object" abstract="0" documentation="Devuelve un objeto date
170 " name="getValue" static="0" scope="200" />
171     <UML:Operation stereotype="" package="" xmi.id="46" type="bool" abstract="0" documentation="Verifica que una fecha sea valida 
172 Verifica que una fecha sea valida El formato siempre debe ser
173 ' Y m d'
174 " name="validate" static="0" scope="200" >
175      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="valor" static="0" scope="0" />
176      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="" abstract="0" documentation="" name="nombre" static="0" scope="0" />
177      <UML:Parameter stereotype="" package="" xmi.id="2" value="''" type="" abstract="0" documentation="" name="formato" static="0" scope="0" />
178     </UML:Operation>
179    </UML:Class>
180    <UML:Class stereotype="" package="" xmi.id="47" abstract="0" documentation="Class to dynamically create HTML Select elements from a date
181 @author Bertrand Mansion bmansion@mamasam com 
182 " name="MECON_HTML_QuickForm_caritas" static="0" scope="200" >
183     <UML:Operation stereotype="" package="" xmi.id="52" type="array" abstract="0" documentation="Lista archivos devolviendo un array apropiado para un SELECT 
184 " name="listarArchivos" static="0" scope="200" >
185      <UML:Parameter stereotype="" package="" xmi.id="0" value="''" type="string" abstract="0" documentation="Directorio donde estan las imagenes " name="dir" static="0" scope="0" />
186      <UML:Parameter stereotype="" package="" xmi.id="3" value="''" type="" abstract="0" documentation="" name="prepend" static="0" scope="0" />
187      <UML:Parameter stereotype="" package="" xmi.id="5" value="''" type="" abstract="0" documentation="" name="append" static="0" scope="0" />
188     </UML:Operation>
189     <UML:Operation stereotype="" package="" xmi.id="53" type="void" abstract="0" documentation="Class constructor
190 or an associative array Date format is passed along the attributes 
191 " name="MECON_HTML_QuickForm_caritas" static="0" scope="200" >
192      <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" />
193      <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" />
194      <UML:Parameter stereotype="" package="" xmi.id="4" value="array" type="" abstract="0" documentation="" name="options" static="0" scope="0" />
195      <UML:Parameter stereotype="" package="" xmi.id="6" value="null" type="" abstract="0" documentation="" name="attributes" static="0" scope="0" />
196     </UML:Operation>
197     <UML:Operation stereotype="" package="" xmi.id="54" type="void" abstract="0" documentation="sets the defaults options
198 Current options are 
199 format
200 minYear
201 maxYear
202 language
203 " name="_setDefaults" static="0" scope="201" >
204      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="array" abstract="0" documentation="array of options" name="options" static="0" scope="0" />
205     </UML:Operation>
206     <UML:Operation stereotype="" package="" xmi.id="55" type="void" abstract="0" documentation="Sets the number of cols columns 
207 " name="setCols" static="0" scope="200" >
208      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="string" abstract="0" documentation="Input field name attribute" name="cols" static="0" scope="0" />
209     </UML:Operation>
210     <UML:Operation stereotype="" package="" xmi.id="56" type="void" abstract="0" documentation="Sets the input field name
211 " name="setName" static="0" scope="200" >
212      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="string" abstract="0" documentation="Input field name attribute" name="name" static="0" scope="0" />
213     </UML:Operation>
214     <UML:Operation stereotype="" package="" xmi.id="57" type="string" abstract="0" documentation="Sets the element value
215 " name="setValue" static="0" scope="200" >
216      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="value" static="0" scope="0" />
217     </UML:Operation>
218     <UML:Operation stereotype="" package="" xmi.id="58" type="string" abstract="0" documentation="Sets the element value
219 " name="setSelected" static="0" scope="200" >
220      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="value" static="0" scope="0" />
221     </UML:Operation>
222     <UML:Operation stereotype="" package="" xmi.id="59" type="string" abstract="0" documentation="Returns the element value
223 " name="getValue" static="0" scope="200" />
224     <UML:Operation stereotype="" package="" xmi.id="60" type="string" abstract="0" documentation="Returns the element value
225 " name="getSelected" static="0" scope="200" />
226     <UML:Operation stereotype="" package="" xmi.id="61" type="string" abstract="0" documentation="Returns the element name
227 " name="getName" static="0" scope="200" />
228     <UML:Operation stereotype="" package="" xmi.id="62" type="void" abstract="0" documentation="Creates the select objects
229 " name="_createRadios" static="0" scope="200" />
230     <UML:Operation stereotype="" package="" xmi.id="63" type="string" abstract="0" documentation="Returns the SELECT in HTML
231 @throws
232 " name="toHtml" static="0" scope="200" />
233     <UML:Operation stereotype="" package="" xmi.id="64" type="void" abstract="0" documentation="Called by HTML_QuickForm whenever form event is made on this element
234 @since 1 0
235 @throws
236 " name="onQuickFormEvent" static="0" scope="200" >
237      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="string" abstract="0" documentation="Name of event" name="event" static="0" scope="0" />
238      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="mixed" abstract="0" documentation="event arguments" name="arg" static="0" scope="0" />
239      <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="object" abstract="0" documentation="calling object" name="caller" static="0" scope="0" />
240     </UML:Operation>
241     <UML:Attribute stereotype="" package="" xmi.id="48" value="array" type="array" abstract="0" documentation="Contains the select objects
242 " name="radios" static="0" scope="201" />
243     <UML:Attribute stereotype="" package="" xmi.id="49" value="null" type="array" abstract="0" documentation="Default values of the SELECTs
244 " name="selected" static="0" scope="201" />
245     <UML:Attribute stereotype="" package="" xmi.id="50" value="5" type="" abstract="0" documentation="" name="cols" static="0" scope="201" />
246     <UML:Attribute stereotype="" package="" xmi.id="51" value="false" type="bool" abstract="0" documentation="Frozen flag tells if element is frozen or not
247 " name="flagFrozen" static="0" scope="201" />
248    </UML:Class>
249    <UML:Class stereotype="" package="" xmi.id="65" abstract="0" documentation="QuickForm de uso general del MECON 
250 " name="MECON_HTML_QuickForm" static="0" scope="200" >
251     <UML:Operation stereotype="" package="" xmi.id="67" type="" abstract="0" documentation="" name="MECON_HTML_QuickForm" static="0" scope="200" >
252      <UML:Parameter stereotype="" package="" xmi.id="0" value="''" type="" abstract="0" documentation="" name="formName" static="0" scope="0" />
253      <UML:Parameter stereotype="" package="" xmi.id="2" value="'post'" type="" abstract="0" documentation="" name="method" static="0" scope="0" />
254      <UML:Parameter stereotype="" package="" xmi.id="4" value="''" type="" abstract="0" documentation="" name="action" static="0" scope="0" />
255      <UML:Parameter stereotype="" package="" xmi.id="6" value="'_self'" type="" abstract="0" documentation="" name="target" static="0" scope="0" />
256      <UML:Parameter stereotype="" package="" xmi.id="8" value="null" type="" abstract="0" documentation="" name="attributes" static="0" scope="0" />
257     </UML:Operation>
258     <UML:Operation stereotype="" package="" xmi.id="68" type="" abstract="0" documentation="" name="toHtml" static="0" scope="200" />
259     <UML:Operation stereotype="" package="" xmi.id="69" type="" abstract="0" documentation="TODO aclarar que usar
260 $FORM renderer updateAttributes 
261 @deprecated
262 " name="setRendererOpts" static="0" scope="200" >
263      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="opts" static="0" scope="0" />
264     </UML:Operation>
265     <UML:Operation stereotype="" package="" xmi.id="70" type="" abstract="0" documentation="TODO aclarar que usar
266 $FORM renderer updateAttributes 
267 @deprecated
268 " name="getRendererOpts" static="0" scope="200" />
269     <UML:Operation stereotype="" package="" xmi.id="71" type="" abstract="0" documentation="TODO aclarar que usar
270 $FORM renderer updateAttributes 
271 @deprecated
272 " name="updateRendererOpts" static="0" scope="200" >
273      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="opts" static="0" scope="0" />
274     </UML:Operation>
275     <UML:Attribute stereotype="" package="" xmi.id="66" value="" type="" abstract="0" documentation="" name="renderer" static="0" scope="200" />
276    </UML:Class>
277    <UML:Class stereotype="" package="" xmi.id="72" abstract="0" documentation="" name="MECON_HTML_Arbol" static="0" scope="200" >
278     <UML:Operation stereotype="" package="" xmi.id="76" type="" abstract="0" documentation="Constructor 
279 " name="MECON_HTML_Arbol" static="0" scope="200" >
280      <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" />
281      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Título " name="titulo" static="0" scope="0" />
282      <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" />
283     </UML:Operation>
284     <UML:Operation stereotype="" package="" xmi.id="77" type="" abstract="0" documentation="" name="getCSS" static="0" scope="200" />
285     <UML:Operation stereotype="" package="" xmi.id="78" type="" abstract="0" documentation="" name="expandir" static="0" scope="200" >
286      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="dat" static="0" scope="0" />
287      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="" abstract="0" documentation="" name="n" static="0" scope="0" />
288      <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="" abstract="0" documentation="" name="tabla" static="0" scope="0" />
289     </UML:Operation>
290     <UML:Operation stereotype="" package="" xmi.id="79" type="" abstract="0" documentation="" name="toHTML" static="0" scope="200" />
291     <UML:Operation stereotype="" package="" xmi.id="80" type="" abstract="0" documentation="" name="expandirArray" static="0" scope="200" >
292      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="dat" static="0" scope="0" />
293      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="" abstract="0" documentation="" name="n" static="0" scope="0" />
294      <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="" abstract="0" documentation="" name="filtrarActivos" static="0" scope="0" />
295     </UML:Operation>
296     <UML:Operation stereotype="" package="" xmi.id="81" type="" abstract="0" documentation="" name="toArray" static="0" scope="200" >
297      <UML:Parameter stereotype="" package="" xmi.id="0" value="true" type="" abstract="0" documentation="" name="filtrarActivos" static="0" scope="0" />
298     </UML:Operation>
299     <UML:Operation stereotype="" package="" xmi.id="82" type="" abstract="0" documentation="" name="expandirString" static="0" scope="200" >
300      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="dat" static="0" scope="0" />
301      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="" abstract="0" documentation="" name="n" static="0" scope="0" />
302      <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="" abstract="0" documentation="" name="filtrarActivos" static="0" scope="0" />
303     </UML:Operation>
304     <UML:Operation stereotype="" package="" xmi.id="83" type="" abstract="0" documentation="" name="toString" static="0" scope="200" >
305      <UML:Parameter stereotype="" package="" xmi.id="0" value="true" type="" abstract="0" documentation="" name="filtrarActivos" static="0" scope="0" />
306     </UML:Operation>
307     <UML:Operation stereotype="" package="" xmi.id="84" type="bool" abstract="0" documentation="Activa un nodo del Ã¡rbol 
308 " name="setActivo" static="0" scope="200" >
309      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="int" abstract="0" documentation="Id del nodo a modificar " name="id" static="0" scope="0" />
310      <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" />
311     </UML:Operation>
312     <UML:Operation stereotype="" package="" xmi.id="85" type="bool" abstract="0" documentation="Modifica un nodo del array 
313 " name="modificarNodo" static="0" scope="200" >
314      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="array" abstract="0" documentation="Datos del Ã¡rbol a modificar " name="datos" static="0" scope="0" />
315      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="int" abstract="0" documentation="Id del elemento a modificar " name="id" static="0" scope="0" />
316      <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="string" abstract="0" documentation="Clave del dato a modificar " name="key" static="0" scope="0" />
317      <UML:Parameter stereotype="" package="" xmi.id="3" value="" type="mixed" abstract="0" documentation="Nuevo valor " name="val" static="0" scope="0" />
318     </UML:Operation>
319     <UML:Attribute stereotype="" package="" xmi.id="73" value="" type="" abstract="0" documentation="" name="datos" static="0" scope="200" />
320     <UML:Attribute stereotype="" package="" xmi.id="74" value="" type="" abstract="0" documentation="" name="titulo" static="0" scope="200" />
321     <UML:Attribute stereotype="" package="" xmi.id="75" value="" type="" abstract="0" documentation="" name="link_append" static="0" scope="200" />
322    </UML:Class>
323    <UML:Class stereotype="" package="HTML" xmi.id="86" abstract="0" documentation="HTML Image representation 
324 " name="MECON_HTML_Image" static="0" scope="200" >
325     <UML:Operation stereotype="" package="" xmi.id="87" type="void" abstract="0" documentation="Constructor 
326 " name="MECON_HTML_Image" static="0" scope="200" >
327      <UML:Parameter stereotype="" package="" xmi.id="0" value="''" type="string" abstract="0" documentation="Image location " name="src" static="0" scope="0" />
328      <UML:Parameter stereotype="" package="" xmi.id="2" value="''" type="array" abstract="0" documentation="Other image attributes " name="alt" static="0" scope="0" />
329      <UML:Parameter stereotype="" package="" xmi.id="4" value="array" type="" abstract="0" documentation="" name="attrs" static="0" scope="0" />
330     </UML:Operation>
331     <UML:Operation stereotype="" package="" xmi.id="88" type="string" abstract="0" documentation="Converts to HTML output 
332 " name="toHtml" static="0" scope="200" />
333     <UML:Operation stereotype="" package="" xmi.id="89" type="string" abstract="0" documentation="Gets image location 
334 " name="getSrc" static="0" scope="200" />
335     <UML:Operation stereotype="" package="" xmi.id="90" type="void" abstract="0" documentation="Sets image location 
336 " name="setSrc" static="0" scope="200" >
337      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="string" abstract="0" documentation="Image location " name="src" static="0" scope="0" />
338     </UML:Operation>
339     <UML:Operation stereotype="" package="" xmi.id="91" type="string" abstract="0" documentation="Gets image alternate text 
340 " name="getAlt" static="0" scope="200" />
341     <UML:Operation stereotype="" package="" xmi.id="92" type="void" abstract="0" documentation="Sets image alternate text 
342 " name="setAlt" static="0" scope="200" >
343      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="string" abstract="0" documentation="Alternate text " name="alt" static="0" scope="0" />
344     </UML:Operation>
345    </UML:Class>
346    <UML:Class stereotype="" package="" xmi.id="93" abstract="0" documentation="Manejo de las tablas estandares de MECON
347 " name="MECON_HTML_Tabla" static="0" scope="200" >
348     <UML:Operation stereotype="" package="" xmi.id="96" type="" abstract="0" documentation="Constructor 
349 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" >
350      <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" />
351      <UML:Parameter stereotype="" package="" xmi.id="2" value="'comun'" type="" abstract="0" documentation="" name="estilo" static="0" scope="0" />
352     </UML:Operation>
353     <UML:Operation stereotype="" package="" xmi.id="97" type="int" abstract="0" documentation="Agrega una fila del tipo cabecera tomando colores y demas del
354 archivo de configuracion Recibe como parametro un array con
355 los datos a incluir en la linea Agrega tantas columnas como
356 elementos tenga el array Si no recibe parametro alguno 
357 inserta una fila en blanco Devuelve el identificador de la
358 fila en donde inserto los datos 
359 @deprecated
360 " name="agregarFilaCabecera" static="0" scope="200" >
361      <UML:Parameter stereotype="" package="" xmi.id="0" value="''" type="array" abstract="0" documentation="Contenido de la fila" name="contenido" static="0" scope="0" />
362      <UML:Parameter stereotype="" package="" xmi.id="2" value="''" type="" abstract="0" documentation="" name="atributos" static="0" scope="0" />
363     </UML:Operation>
364     <UML:Operation stereotype="" package="" xmi.id="98" type="int" abstract="0" documentation="Agrega una fila del tipo comun tomando colores y demas del
365 archivo de configuracion Recibe como parametro un array con
366 los datos a incluir en la linea Agrega tantas columnas como
367 elementos tenga el array Si no recibe parametro alguno 
368 inserta una fila en blanco Devuelve el identificador de la
369 fila en donde inserto los datos 
370 @deprecated
371 " name="agregarFila" static="0" scope="200" >
372      <UML:Parameter stereotype="" package="" xmi.id="0" value="''" type="array" abstract="0" documentation="Contenido de la fila" name="contenido" static="0" scope="0" />
373     </UML:Operation>
374     <UML:Operation stereotype="" package="" xmi.id="99" type="" abstract="0" documentation="Modifica el atributo rowSpan a la celda pasada por parametro
375 @deprecated
376 " name="rowSpan" static="0" scope="200" >
377      <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" />
378      <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" />
379      <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="int" abstract="0" documentation="Atributo a modificar" name="valor" static="0" scope="0" />
380     </UML:Operation>
381     <UML:Operation stereotype="" package="" xmi.id="100" type="" abstract="0" documentation="Modifica el atributo colSpan a la celda pasada por parametro
382 @deprecated
383 " name="colSpan" static="0" scope="200" >
384      <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" />
385      <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" />
386      <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="int" abstract="0" documentation="Atributo a modificar" name="valor" static="0" scope="0" />
387     </UML:Operation>
388     <UML:Operation stereotype="" package="" xmi.id="101" type="" abstract="0" documentation="Modifica el atributo aling de la celda pasada por parametro
389 @deprecated
390 " name="align" static="0" scope="200" >
391      <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" />
392      <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" />
393      <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="string" abstract="0" documentation="Atributo a modificar" name="valor" static="0" scope="0" />
394     </UML:Operation>
395     <UML:Operation stereotype="" package="" xmi.id="102" type="" abstract="0" documentation="Setea una columna como del tipo cabecera
396 @deprecated
397 " name="setColCabecera" static="0" scope="200" >
398      <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" />
399     </UML:Operation>
400     <UML:Operation stereotype="" package="" xmi.id="103" type="" abstract="0" documentation="Setea una columna como del tipo titulo
401 @deprecated
402 " name="setColTitulo" static="0" scope="200" >
403      <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" />
404     </UML:Operation>
405     <UML:Operation stereotype="" package="" xmi.id="104" type="" abstract="0" documentation="Alinea una columna entera
406 @deprecated
407 " name="setColAlign" static="0" scope="200" >
408      <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" />
409      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Valor" name="valor" static="0" scope="0" />
410     </UML:Operation>
411     <UML:Operation stereotype="" package="" xmi.id="105" type="" abstract="0" documentation="Cambia el tamanio de una columna entera
412 @deprecated
413 " name="setColWidth" static="0" scope="200" >
414      <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" />
415      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Valor" name="valor" static="0" scope="0" />
416     </UML:Operation>
417     <UML:Operation stereotype="" package="" xmi.id="106" type="" abstract="0" documentation="Cambia el color de fondo de una celda
418 @deprecated
419 " name="setCellBgcolor" static="0" scope="200" >
420      <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" />
421      <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" />
422      <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="string" abstract="0" documentation="Atributo a modificar" name="valor" static="0" scope="0" />
423     </UML:Operation>
424     <UML:Operation stereotype="" package="" xmi.id="107" type="string" abstract="0" documentation="Devuelve el html a imprimir.
425 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. 
426 " name="toHtml" static="0" scope="200" >
427      <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" />
428     </UML:Operation>
429     <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.
430 " name="updateCellAttributes" static="0" scope="200" >
431      <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" />
432      <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" />
433      <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="mixed" abstract="0" documentation="Atributo a modificar" name="attrs" static="0" scope="0" />
434     </UML:Operation>
435     <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 .
436 " name="setCellAttributes" static="0" scope="200" >
437      <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" />
438      <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" />
439      <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="mixed" abstract="0" documentation="Atributo a modificar" name="attrs" static="0" scope="0" />
440     </UML:Operation>
441     <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.
442 " name="addRow" static="0" scope="200" >
443      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="mixed" abstract="0" documentation="Contenido" name="content" static="0" scope="0" />
444      <UML:Parameter stereotype="" package="" xmi.id="1" value="'comun'" type="mixed" abstract="0" documentation="Atributos" name="attrs" static="0" scope="0" />
445     </UML:Operation>
446     <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.
447 Recibe en $attrs los atributos a modificar.
448 Es una redefinicion para que se maneje con los estilos propios de MECON.
449 " name="_translateAttributes" static="0" scope="201" >
450      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="string" abstract="0" documentation="Atributos" name="attrs" static="0" scope="0" />
451     </UML:Operation>
452     <UML:Attribute stereotype="" package="" xmi.id="94" value="" type="array" abstract="0" documentation="Valores de Configuracion particular
453 " name="conf" static="0" scope="202" />
454     <UML:Attribute stereotype="" package="" xmi.id="95" value="" type="array" abstract="0" documentation="Atributos de las tabla
455 " name="attrs" static="0" scope="202" />
456    </UML:Class>
457    <UML:Class stereotype="" package="" xmi.id="112" abstract="0" documentation="" name="MECON_HTML_ArbolDB" static="0" scope="200" >
458     <UML:Operation stereotype="" package="" xmi.id="123" type="" abstract="0" documentation="" name="MECON_HTML_ArbolDB" static="0" scope="200" >
459      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="dbdata" static="0" scope="0" />
460      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="" abstract="0" documentation="" name="titulo" static="0" scope="0" />
461      <UML:Parameter stereotype="" package="" xmi.id="2" value="''" type="" abstract="0" documentation="" name="link_append" static="0" scope="0" />
462     </UML:Operation>
463     <UML:Operation stereotype="" package="" xmi.id="124" type="" abstract="0" documentation="" name="BuscarHijos" static="0" scope="200" >
464      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="id" static="0" scope="0" />
465     </UML:Operation>
466     <UML:Attribute stereotype="" package="" xmi.id="113" value="''" type="" abstract="0" documentation="" name="padre" static="0" scope="200" />
467     <UML:Attribute stereotype="" package="" xmi.id="114" value="" type="" abstract="0" documentation="" name="tabla" static="0" scope="200" />
468     <UML:Attribute stereotype="" package="" xmi.id="115" value="" type="" abstract="0" documentation="" name="nombre" static="0" scope="200" />
469     <UML:Attribute stereotype="" package="" xmi.id="116" value="" type="" abstract="0" documentation="" name="id" static="0" scope="200" />
470     <UML:Attribute stereotype="" package="" xmi.id="117" value="" type="" abstract="0" documentation="" name="id_activo" static="0" scope="200" />
471     <UML:Attribute stereotype="" package="" xmi.id="118" value="''" type="" abstract="0" documentation="" name="link" static="0" scope="200" />
472     <UML:Attribute stereotype="" package="" xmi.id="119" value="''" type="" abstract="0" documentation="" name="link_append" static="0" scope="200" />
473     <UML:Attribute stereotype="" package="" xmi.id="120" value="''" type="" abstract="0" documentation="" name="where" static="0" scope="200" />
474     <UML:Attribute stereotype="" package="" xmi.id="121" value="''" type="" abstract="0" documentation="" name="order" static="0" scope="200" />
475     <UML:Attribute stereotype="" package="" xmi.id="122" value="" type="" abstract="0" documentation="" name="db" static="0" scope="200" />
476    </UML:Class>
477    <UML:Class stereotype="" package="" xmi.id="125" abstract="0" documentation="QuickForm de uso general del MECON 
478 " name="MECON_HTML_QuickFormSimple" static="0" scope="200" >
479     <UML:Operation stereotype="" package="" xmi.id="126" type="" abstract="0" documentation="" name="MECON_HTML_QuickFormSimple" static="0" scope="200" >
480      <UML:Parameter stereotype="" package="" xmi.id="0" value="''" type="" abstract="0" documentation="" name="formName" static="0" scope="0" />
481      <UML:Parameter stereotype="" package="" xmi.id="2" value="'post'" type="" abstract="0" documentation="" name="method" static="0" scope="0" />
482      <UML:Parameter stereotype="" package="" xmi.id="4" value="''" type="" abstract="0" documentation="" name="action" static="0" scope="0" />
483      <UML:Parameter stereotype="" package="" xmi.id="6" value="'_self'" type="" abstract="0" documentation="" name="target" static="0" scope="0" />
484      <UML:Parameter stereotype="" package="" xmi.id="8" value="null" type="" abstract="0" documentation="" name="attributes" static="0" scope="0" />
485     </UML:Operation>
486     <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
487 de en el servidor 
488 " name="addRule" static="0" scope="200" >
489      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="element" static="0" scope="0" />
490      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="" abstract="0" documentation="" name="message" static="0" scope="0" />
491      <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="" abstract="0" documentation="" name="type" static="0" scope="0" />
492      <UML:Parameter stereotype="" package="" xmi.id="3" value="''" type="" abstract="0" documentation="" name="format" static="0" scope="0" />
493      <UML:Parameter stereotype="" package="" xmi.id="5" value="'client'" type="" abstract="0" documentation="" name="validation" static="0" scope="0" />
494      <UML:Parameter stereotype="" package="" xmi.id="7" value="false" type="" abstract="0" documentation="" name="reset" static="0" scope="0" />
495      <UML:Parameter stereotype="" package="" xmi.id="9" value="false" type="" abstract="0" documentation="" name="force" static="0" scope="0" />
496     </UML:Operation>
497     <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
498 de en el servidor 
499 " name="addGroupRule" static="0" scope="200" >
500      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="group" static="0" scope="0" />
501      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="" abstract="0" documentation="" name="arg1" static="0" scope="0" />
502      <UML:Parameter stereotype="" package="" xmi.id="2" value="''" type="" abstract="0" documentation="" name="type" static="0" scope="0" />
503      <UML:Parameter stereotype="" package="" xmi.id="4" value="''" type="" abstract="0" documentation="" name="format" static="0" scope="0" />
504      <UML:Parameter stereotype="" package="" xmi.id="6" value="0" type="" abstract="0" documentation="" name="howmany" static="0" scope="0" />
505      <UML:Parameter stereotype="" package="" xmi.id="8" value="'client'" type="" abstract="0" documentation="" name="validation" static="0" scope="0" />
506     </UML:Operation>
507     <UML:Operation stereotype="" package="" xmi.id="129" type="string" abstract="0" documentation="Obtiene el inicio del formulario 
508 " name="getBegin" static="0" scope="200" />
509     <UML:Operation stereotype="" package="" xmi.id="130" type="string" abstract="0" documentation="Obtiene el fin del formulario 
510 " name="getEnd" static="0" scope="200" />
511     <UML:Operation stereotype="" package="" xmi.id="131" type="" abstract="0" documentation="Agrega un path al include path 
512 " name="prepend_include_path" static="0" scope="200" >
513      <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" />
514     </UML:Operation>
515    </UML:Class>
516    <UML:Class stereotype="" package="HE" xmi.id="132" abstract="1" documentation="Representa un conjunto de entradas y salidas para formar una banda horaria
517 @version $Rev 307 $
518 @author Gonzalo Merayo gmeray@mecon gov ar 
519 " name="MECON_Tiempo_Banda" static="0" scope="200" >
520     <UML:Operation stereotype="" package="" xmi.id="134" type="" abstract="0" documentation="" name="MECON_Tiempo_Banda" static="0" scope="200" />
521     <UML:Operation stereotype="" package="" xmi.id="135" type="" abstract="0" documentation="" name="Cargar" static="0" scope="200" >
522      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="agente" static="0" scope="0" />
523      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="" abstract="0" documentation="" name="fecha" static="0" scope="0" />
524     </UML:Operation>
525     <UML:Operation stereotype="" package="" xmi.id="136" type="" abstract="0" documentation="" name="CompletarSalidas" static="0" scope="200" />
526     <UML:Operation stereotype="" package="" xmi.id="137" type="" abstract="0" documentation="Agrega un intervalo a la banda
527 Chequeando superposiciones y en orden
528 " name="agregarIntervalo" static="0" scope="200" >
529      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="Intervalo" abstract="0" documentation="Intervalo a agregar " name="intervalo" static="0" scope="0" />
530     </UML:Operation>
531     <UML:Operation stereotype="" package="" xmi.id="138" type="" abstract="0" documentation="Saca
532 " name="sacarBanda" static="0" scope="200" >
533      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="banda" static="0" scope="0" />
534     </UML:Operation>
535     <UML:Operation stereotype="" package="" xmi.id="139" type="" abstract="0" documentation="Saca un intervalo de una banda horaria 
536 " name="sacarIntervalo" static="0" scope="200" >
537      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="intervalo" static="0" scope="0" />
538     </UML:Operation>
539     <UML:Operation stereotype="" package="" xmi.id="140" type="" abstract="0" documentation="" name="sacarTiempo" static="0" scope="200" >
540      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="t" static="0" scope="0" />
541     </UML:Operation>
542     <UML:Operation stereotype="" package="" xmi.id="141" type="" abstract="0" documentation="" name="chequearIntervalo" static="0" scope="200" >
543      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="intervalo" static="0" scope="0" />
544     </UML:Operation>
545     <UML:Operation stereotype="" package="" xmi.id="142" type="" abstract="0" documentation="" name="chequearBanda" static="0" scope="200" >
546      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="banda" static="0" scope="0" />
547     </UML:Operation>
548     <UML:Operation stereotype="" package="" xmi.id="143" type="" abstract="0" documentation="" name="toString" static="0" scope="200" />
549     <UML:Operation stereotype="" package="" xmi.id="144" type="" abstract="0" documentation="" name="getIntervalos" static="0" scope="200" />
550     <UML:Operation stereotype="" package="" xmi.id="145" type="object" abstract="0" documentation="Corta una banda devolviendo la banda previa al punto de corte 
551 La banda actual queda con los intervalos posteriores al punto de corte
552 y se devuelve la banda con los intervalos anteriores 
553 El punto de corte puede ser tanto una hora como un intervalo 
554 " name="cortar" static="0" scope="200" >
555      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="mixed" abstract="0" documentation="Donde cortar " name="c" static="0" scope="0" />
556     </UML:Operation>
557     <UML:Operation stereotype="" package="" xmi.id="146" type="object" abstract="0" documentation="Devuelve el timpo total que contiene la banda 
558 " name="total" static="0" scope="200" />
559     <UML:Operation stereotype="" package="" xmi.id="147" type="object" abstract="0" documentation="Alias de Banda total para compatibilidad con Intervalo 
560 " name="getDuracion" static="0" scope="200" />
561     <UML:Operation stereotype="" package="" xmi.id="148" type="" abstract="0" documentation="Resetea la banda 
562 " name="flush" static="0" scope="200" />
563     <UML:Operation stereotype="" package="" xmi.id="149" type="" abstract="0" documentation="" name="copy" static="0" scope="200" >
564      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="b" static="0" scope="0" />
565     </UML:Operation>
566     <UML:Operation stereotype="" package="" xmi.id="150" type="" abstract="0" documentation="" name="__clone" static="0" scope="200" />
567     <UML:Attribute stereotype="" package="" xmi.id="133" value="" type="" abstract="0" documentation="" name="intervalos" static="0" scope="200" />
568    </UML:Class>
569    <UML:Class stereotype="" package="HE" xmi.id="151" abstract="1" documentation="Representa una hora 
570 @version $Rev 307 $
571 @author Gonzalo Merayo gmeray@mecon gov ar 
572 " name="MECON_Tiempo_Hora" static="0" scope="200" >
573     <UML:Operation stereotype="" package="" xmi.id="152" type="" abstract="0" documentation="" name="set" static="0" scope="200" />
574     <UML:Operation stereotype="" package="" xmi.id="153" type="" abstract="0" documentation="" name="get" static="0" scope="200" />
575    </UML:Class>
576    <UML:Class stereotype="" package="HE" xmi.id="154" abstract="0" documentation="Representa un Intervalo entre 2 horas del mismo dia
577 @version $Rev 307 $
578 @author Gonzalo Merayo gmeray@mecon gov ar 
579 " name="MECON_Tiempo_Intervalo" static="0" scope="200" >
580     <UML:Operation stereotype="" package="" xmi.id="157" type="" abstract="0" documentation="Constructor 
581 fin es anterior a la de inicio 
582 " name="MECON_Tiempo_Intervalo" static="0" scope="200" >
583      <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" />
584      <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" />
585      <UML:Parameter stereotype="" package="" xmi.id="4" value="true" type="" abstract="0" documentation="" name="chequear" static="0" scope="0" />
586     </UML:Operation>
587     <UML:Operation stereotype="" package="" xmi.id="158" type="" abstract="0" documentation="" name="_chequear" static="0" scope="200" />
588     <UML:Operation stereotype="" package="" xmi.id="159" type="" abstract="0" documentation="" name="invertido" static="0" scope="200" />
589     <UML:Operation stereotype="" package="" xmi.id="160" type="" abstract="0" documentation="" name="setInicio" static="0" scope="200" >
590      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="inicio" static="0" scope="0" />
591     </UML:Operation>
592     <UML:Operation stereotype="" package="" xmi.id="161" type="" abstract="0" documentation="setFin
593 " name="setFin" static="0" scope="200" >
594      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="var" abstract="0" documentation="" name="fin" static="0" scope="0" />
595     </UML:Operation>
596     <UML:Operation stereotype="" package="" xmi.id="162" type="" abstract="0" documentation="" name="getDuracion" static="0" scope="200" />
597     <UML:Operation stereotype="" package="" xmi.id="163" type="" abstract="0" documentation="" name="seSuperpone" static="0" scope="200" >
598      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="intervalos" static="0" scope="0" />
599     </UML:Operation>
600     <UML:Operation stereotype="" package="" xmi.id="164" type="" abstract="0" documentation="" name="fusionar" static="0" scope="200" >
601      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="f" static="0" scope="0" />
602     </UML:Operation>
603     <UML:Operation stereotype="" package="" xmi.id="165" type="" abstract="0" documentation="" name="superponer" static="0" scope="200" >
604      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="i" static="0" scope="0" />
605     </UML:Operation>
606     <UML:Operation stereotype="" package="" xmi.id="166" type="object" abstract="0" documentation="Corta un intervalo devolviendo el intervalo previo al punto de corte 
607 El intervalo actual queda con el intervalo posterior al punto de corte 
608 El punto de corte puede ser tanto una hora como un intervalo 
609 " name="cortar" static="0" scope="200" >
610      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="mixed" abstract="0" documentation="Donde cortar " name="c" static="0" scope="0" />
611     </UML:Operation>
612     <UML:Operation stereotype="" package="" xmi.id="167" type="object" abstract="0" documentation="Corta un intervalo devolviendo el intervalo previo a la hora de corte 
613 El intervalo actual queda con el intervalo posterior a la hora de corte 
614 " name="cortarHora" static="0" scope="200" >
615      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="mixed" abstract="0" documentation="Donde cortar " name="h" static="0" scope="0" />
616     </UML:Operation>
617     <UML:Operation stereotype="" package="" xmi.id="168" type="object" abstract="0" documentation="Corta un intervalo devolviendo el intervalo previo al intervalo de corte 
618 El intervalo actual queda con el intervalo posterior al intervalo de corte 
619 " name="cortarIntervalo" static="0" scope="200" >
620      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="mixed" abstract="0" documentation="Donde cortar " name="i" static="0" scope="0" />
621     </UML:Operation>
622     <UML:Operation stereotype="" package="" xmi.id="169" type="" abstract="0" documentation="" name="toString" static="0" scope="200" />
623     <UML:Operation stereotype="" package="" xmi.id="170" type="" abstract="0" documentation="" name="copy" static="0" scope="200" >
624      <UML:Parameter stereotype="" package="" xmi.id="0" value="null" type="" abstract="0" documentation="" name="int" static="0" scope="0" />
625     </UML:Operation>
626     <UML:Operation stereotype="" package="" xmi.id="171" type="" abstract="0" documentation="" name="__clone" static="0" scope="200" />
627     <UML:Attribute stereotype="" package="" xmi.id="155" value="" type="object" abstract="0" documentation="Hora de inicio del intervalo
628 " name="inicio" static="0" scope="200" />
629     <UML:Attribute stereotype="" package="" xmi.id="156" value="" type="object" abstract="0" documentation="Hora de fin del intervalo
630 " name="fin" static="0" scope="200" />
631    </UML:Class>
632    <UML:Class stereotype="" package="" xmi.id="172" abstract="0" documentation="" name="MECON_Dependencia" static="0" scope="202" >
633     <UML:Operation stereotype="" package="" xmi.id="176" type="void" abstract="0" documentation="" name="MECON_Dependencia" static="0" scope="200" >
634      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="int" abstract="0" documentation="" name="codep" static="0" scope="0" />
635     </UML:Operation>
636     <UML:Operation stereotype="" package="" xmi.id="177" type="void" abstract="0" documentation="" name="getAgentes" static="0" scope="200" />
637     <UML:Operation stereotype="" package="" xmi.id="178" type="dependencia" abstract="0" documentation="" name="getDependencias" static="1" scope="200" />
638     <UML:Operation stereotype="" package="" xmi.id="179" type="void" abstract="0" documentation="" name="getNombre" static="0" scope="200" />
639     <UML:Operation stereotype="" package="" xmi.id="180" type="void" abstract="0" documentation="" name="getNombreBreve" static="0" scope="200" />
640     <UML:Attribute stereotype="" package="" xmi.id="173" value="" type="int" abstract="0" documentation="" name="codep" static="0" scope="200" />
641     <UML:Attribute stereotype="" package="" xmi.id="174" value="" type="int" abstract="0" documentation="" name="nombre" static="0" scope="200" />
642     <UML:Attribute stereotype="" package="" xmi.id="175" value="" type="int" abstract="0" documentation="" name="nombre_breve" static="0" scope="200" />
643    </UML:Class>
644    <UML:Class stereotype="" package="HE" xmi.id="181" abstract="1" documentation="Representa un Intervalo entre 2 horas del mismo dia
645 @version $Rev 339 $
646 @author Gonzalo Merayo gmeray@mecon gov ar 
647 " name="MECON_Novedad" static="0" scope="200" >
648     <UML:Attribute stereotype="" package="" xmi.id="182" value="null" type="" abstract="0" documentation="" name="codigo" static="0" scope="200" />
649     <UML:Attribute stereotype="" package="" xmi.id="183" value="null" type="" abstract="0" documentation="" name="intervalo" static="0" scope="200" />
650    </UML:Class>
651    <UML:Class stereotype="" package="" xmi.id="184" abstract="0" documentation="" name="MECON_Agente" static="0" scope="200" >
652     <UML:Operation stereotype="" package="" xmi.id="187" type="string" abstract="0" documentation="" name="getDependencia" static="0" scope="200" />
653     <UML:Operation stereotype="" package="" xmi.id="188" type="void" abstract="0" documentation="" name="getTipo" static="0" scope="200" />
654     <UML:Operation stereotype="" package="" xmi.id="189" type="void" abstract="0" documentation="" name="MECON_Agente" static="0" scope="200" >
655      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="int" abstract="0" documentation="" name="agente" static="0" scope="0" />
656     </UML:Operation>
657     <UML:Operation stereotype="" package="" xmi.id="190" type="void" abstract="0" documentation="" name="getNombre" static="0" scope="200" />
658     <UML:Operation stereotype="" package="" xmi.id="191" type="void" abstract="0" documentation="" name="getHoraDesde" static="0" scope="200" />
659     <UML:Operation stereotype="" package="" xmi.id="192" type="void" abstract="0" documentation="" name="getHoraHasta" static="0" scope="200" />
660     <UML:Operation stereotype="" package="" xmi.id="193" type="void" abstract="0" documentation="" name="getCuil" static="0" scope="200" />
661     <UML:Operation stereotype="" package="" xmi.id="194" type="void" abstract="0" documentation="" name="getOtrosDatos" static="0" scope="200" />
662     <UML:Operation stereotype="" package="" xmi.id="195" type="void" abstract="0" documentation="" name="buscarAgente" static="0" scope="200" >
663      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="int" abstract="0" documentation="" name="agente" static="0" scope="0" />
664     </UML:Operation>
665     <UML:Attribute stereotype="" package="" xmi.id="185" value="" type="int" abstract="0" documentation="" name="agente" static="0" scope="200" />
666     <UML:Attribute stereotype="" package="" xmi.id="186" value="" type="int" abstract="0" documentation="" name="datos" static="0" scope="200" />
667    </UML:Class>
668    <UML:Class stereotype="" package="HE" xmi.id="196" abstract="1" documentation="Representa un Intervalo entre 2 horas del mismo dia
669 @version $Rev 380 $
670 @author Gonzalo Merayo gmeray@mecon gov ar 
671 " name="MECON_NovedadesDia" static="0" scope="200" >
672     <UML:Operation stereotype="" package="" xmi.id="201" type="" abstract="0" documentation="" name="MECON_NovedadesDia" static="0" scope="200" >
673      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="" abstract="0" documentation="" name="agente" static="0" scope="0" />
674      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="" abstract="0" documentation="" name="fecha" static="0" scope="0" />
675     </UML:Operation>
676     <UML:Operation stereotype="" package="" xmi.id="202" type="" abstract="0" documentation="" name="deLicencia" static="0" scope="200" />
677     <UML:Operation stereotype="" package="" xmi.id="203" type="" abstract="0" documentation="" name="enComicion" static="0" scope="200" />
678     <UML:Operation stereotype="" package="" xmi.id="204" type="" abstract="0" documentation="" name="esFranco" static="0" scope="200" />
679     <UML:Operation stereotype="" package="" xmi.id="205" type="" abstract="0" documentation="" name="debioVenir" static="0" scope="200" />
680     <UML:Operation stereotype="" package="" xmi.id="206" type="" abstract="0" documentation="" name="getAtos" static="0" scope="200" />
681     <UML:Operation stereotype="" package="" xmi.id="207" type="" abstract="0" documentation="" name="BuscarLicencia" static="0" scope="200" />
682     <UML:Operation stereotype="" package="" xmi.id="208" type="" abstract="0" documentation="" name="BuscarNovedadesTemporales" static="0" scope="200" />
683     <UML:Operation stereotype="" package="" xmi.id="209" type="" abstract="0" documentation="" name="BuscarNovedadDiaria" static="0" scope="200" />
684     <UML:Attribute stereotype="" package="" xmi.id="197" value="array" type="" abstract="0" documentation="" name="novedades" static="0" scope="200" />
685     <UML:Attribute stereotype="" package="" xmi.id="198" value="null" type="" abstract="0" documentation="" name="agente" static="0" scope="200" />
686     <UML:Attribute stereotype="" package="" xmi.id="199" value="null" type="" abstract="0" documentation="" name="fecha" static="0" scope="200" />
687     <UML:Attribute stereotype="" package="" xmi.id="200" value="null" type="" abstract="0" documentation="" name="db" static="0" scope="201" />
688    </UML:Class>
689    <UML:Class stereotype="" package="" xmi.id="210" abstract="0" documentation="" name="MECON_Usuario" static="0" scope="200" >
690     <UML:Operation stereotype="" package="" xmi.id="215" type="void" abstract="0" documentation="" name="ArmarconDNI" static="0" scope="200" >
691      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="string" abstract="0" documentation="" name="dni" static="0" scope="0" />
692     </UML:Operation>
693     <UML:Operation stereotype="" package="" xmi.id="216" type="void" abstract="0" documentation="" name="ArmarconLOGIN" static="0" scope="200" >
694      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="string" abstract="0" documentation="" name="login" static="0" scope="0" />
695     </UML:Operation>
696     <UML:Operation stereotype="" package="" xmi.id="217" type="void" abstract="0" documentation="" name="MECON_Usuario" static="0" scope="200" >
697      <UML:Parameter stereotype="" package="" xmi.id="0" value="NULL" type="int" abstract="0" documentation="" name="dni" static="0" scope="0" />
698      <UML:Parameter stereotype="" package="" xmi.id="2" value="NULL" type="" abstract="0" documentation="" name="login" static="0" scope="0" />
699     </UML:Operation>
700     <UML:Operation stereotype="" package="" xmi.id="218" type="void" abstract="0" documentation="" name="Insertar_Usuario" static="0" scope="200" >
701      <UML:Parameter stereotype="" package="" xmi.id="0" value="NULL" type="int" abstract="0" documentation="" name="dni" static="0" scope="0" />
702      <UML:Parameter stereotype="" package="" xmi.id="2" value="NULL" type="" abstract="0" documentation="" name="login" static="0" scope="0" />
703      <UML:Parameter stereotype="" package="" xmi.id="4" value="NULL" type="" abstract="0" documentation="" name="nombre" static="0" scope="0" />
704     </UML:Operation>
705     <UML:Operation stereotype="" package="" xmi.id="219" type="int" abstract="0" documentation="" name="getDni" static="0" scope="200" />
706     <UML:Operation stereotype="" package="" xmi.id="220" type="string" abstract="0" documentation="" name="getLogin" static="0" scope="200" />
707     <UML:Operation stereotype="" package="" xmi.id="221" type="string" abstract="0" documentation="" name="getNombre" static="0" scope="200" />
708     <UML:Operation stereotype="" package="" xmi.id="222" type="void" abstract="0" documentation="" name="buscarUsuarioDNI" static="0" scope="200" >
709      <UML:Parameter stereotype="" package="" xmi.id="0" value="" type="int" abstract="0" documentation="" name="dni" static="0" scope="0" />
710     </UML:Operation>
711     <UML:Operation stereotype="" package="" xmi.id="223" type="mixed" abstract="0" documentation="Verifica si el login pasado por parametro es valido
712 " name="verificarLogin" static="0" scope="200" >
713      <UML:Parameter stereotype="" package="" xmi.id="0" value="null" type="string" abstract="0" documentation="Login a verificar" name="login" static="0" scope="0" />
714     </UML:Operation>
715     <UML:Attribute stereotype="" package="" xmi.id="211" value="" type="int" abstract="0" documentation="" name="dni" static="0" scope="200" />
716     <UML:Attribute stereotype="" package="" xmi.id="212" value="" type="string" abstract="0" documentation="" name="login" static="0" scope="200" />
717     <UML:Attribute stereotype="" package="" xmi.id="213" value="" type="string" abstract="0" documentation="" name="nombre" static="0" scope="200" />
718     <UML:Attribute stereotype="" package="" xmi.id="214" value="'mysql" type="string" abstract="0" documentation="" name="dsn" static="0" scope="200" />
719    </UML:Class>
720    <UML:Class stereotype="class" package="" xmi.id="7" abstract="0" documentation="x2c:external" name="HTML_Common" static="0" scope="200" />
721    <UML:Class stereotype="class" package="" xmi.id="8" abstract="0" documentation="x2c:external" name="HTML_QuickForm_Renderer" static="0" scope="200" />
722    <UML:Class stereotype="class" package="" xmi.id="9" abstract="0" documentation="x2c:external" name="HTML_QuickForm_date" static="0" scope="200" />
723    <UML:Class stereotype="class" package="" xmi.id="10" abstract="0" documentation="x2c:external" name="HTML_QuickForm_element" static="0" scope="200" />
724    <UML:Class stereotype="class" package="" xmi.id="11" abstract="0" documentation="x2c:external" name="HTML_Table" static="0" scope="200" />
725    <UML:Class stereotype="class" package="" xmi.id="12" abstract="0" documentation="x2c:external" name="HTML_QuickForm" static="0" scope="200" />
726    <UML:Class stereotype="class" package="" xmi.id="13" abstract="0" documentation="" name="Date_Span" static="0" scope="200" />
727    <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="" />
728    <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="" />
729    <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="" />
730    <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="" />
731    <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="" />
732    <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="" />
733    <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="" />
734    <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="" />
735    <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="" />
736    <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="" />
737    <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="" />
738   </umlobjects>
739   <diagrams>
740    <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" >
741     <widgets>
742      <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" />
743      <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" />
744      <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" />
745      <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" />
746      <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" />
747     </widgets>
748     <messages/>
749     <associations/>
750    </diagram>
751    <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" >
752     <widgets>
753      <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" />
754      <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" />
755      <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" />
756      <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" />
757      <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" />
758      <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" />
759      <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" />
760      <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" />
761      <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" />
762      <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" />
763      <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" />
764      <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" />
765      <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" />
766      <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" />
767      <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" />
768      <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" />
769      <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" />
770     </widgets>
771     <messages/>
772     <associations>
773      <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" >
774       <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" />
775       <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" />
776       <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" />
777       <linepath>
778        <startpoint startx="70" starty="70" />
779        <endpoint endx="120" endy="40" />
780       </linepath>
781      </UML:AssocWidget>
782      <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" >
783       <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" />
784       <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" />
785       <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" />
786       <linepath>
787        <startpoint startx="205" starty="70" />
788        <endpoint endx="150" endy="40" />
789       </linepath>
790      </UML:AssocWidget>
791      <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" >
792       <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" />
793       <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" />
794       <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" />
795       <linepath>
796        <startpoint startx="405" starty="70" />
797        <endpoint endx="405" endy="40" />
798       </linepath>
799      </UML:AssocWidget>
800      <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" >
801       <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" />
802       <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" />
803       <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" />
804       <linepath>
805        <startpoint startx="125" starty="230" />
806        <endpoint endx="125" endy="190" />
807       </linepath>
808      </UML:AssocWidget>
809      <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" >
810       <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" />
811       <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" />
812       <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" />
813       <linepath>
814        <startpoint startx="375" starty="470" />
815        <endpoint endx="375" endy="430" />
816       </linepath>
817      </UML:AssocWidget>
818      <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" >
819       <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" />
820       <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" />
821       <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" />
822       <linepath>
823        <startpoint startx="350" starty="300" />
824        <endpoint endx="350" endy="260" />
825       </linepath>
826      </UML:AssocWidget>
827      <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" >
828       <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" />
829       <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" />
830       <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" />
831       <linepath>
832        <startpoint startx="350" starty="230" />
833        <endpoint endx="416" endy="190" />
834       </linepath>
835      </UML:AssocWidget>
836      <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" >
837       <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" />
838       <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" />
839       <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" />
840       <linepath>
841        <startpoint startx="500" starty="230" />
842        <endpoint endx="443" endy="190" />
843       </linepath>
844      </UML:AssocWidget>
845      <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" >
846       <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" />
847       <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" />
848       <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" />
849       <linepath>
850        <startpoint startx="120" starty="470" />
851        <endpoint endx="120" endy="430" />
852       </linepath>
853      </UML:AssocWidget>
854      <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" >
855       <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" />
856       <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" />
857       <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" />
858       <linepath>
859        <startpoint startx="115" starty="540" />
860        <endpoint endx="120" endy="500" />
861       </linepath>
862      </UML:AssocWidget>
863     </associations>
864    </diagram>
865    <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" >
866     <widgets>
867      <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" />
868      <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" />
869      <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" />
870      <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" />
871     </widgets>
872     <messages/>
873     <associations>
874      <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" >
875       <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" />
876       <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" />
877       <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" />
878       <linepath>
879        <startpoint startx="280" starty="170" />
880        <endpoint endx="275" endy="130" />
881       </linepath>
882      </UML:AssocWidget>
883     </associations>
884    </diagram>
885   </diagrams>
886   <listview>
887    <listitem open="1" type="800" id="-1" label="Views" >
888     <listitem open="1" type="801" id="-1" label="Logical View" >
889      <listitem open="0" type="803" id="-1" label="EXTERNAL" >
890       <listitem open="1" type="813" id="13" label="Date_Span" />
891       <listitem open="1" type="813" id="7" label="HTML_Common" />
892       <listitem open="1" type="813" id="12" label="HTML_QuickForm" />
893       <listitem open="1" type="813" id="8" label="HTML_QuickForm_Renderer" />
894       <listitem open="1" type="813" id="9" label="HTML_QuickForm_date" />
895       <listitem open="1" type="813" id="10" label="HTML_QuickForm_element" />
896       <listitem open="1" type="813" id="11" label="HTML_Table" />
897      </listitem>
898      <listitem open="1" type="803" id="-1" label="MECON" >
899       <listitem open="1" type="803" id="-1" label="HTML" >
900        <listitem open="0" type="803" id="-1" label="QuickForm" >
901         <listitem open="0" type="803" id="-1" label="Renderer" >
902          <listitem open="0" type="813" id="20" label="MECON_HTML_QuickForm_Renderer_Tabla" >
903           <listitem open="0" type="814" id="24" label="append" />
904           <listitem open="0" type="814" id="27" label="groupElements" />
905           <listitem open="0" type="814" id="26" label="groupError" />
906           <listitem open="0" type="814" id="25" label="inGroup" />
907           <listitem open="0" type="814" id="23" label="prepend" />
908           <listitem open="0" type="814" id="22" label="script" />
909           <listitem open="0" type="814" id="21" label="tabla" />
910           <listitem open="0" type="815" id="28" label="MECON_HTML_QuickForm_Renderer_Tabla" />
911           <listitem open="0" type="815" id="31" label="finishForm" />
912           <listitem open="0" type="815" id="37" label="finishGroup" />
913           <listitem open="0" type="815" id="40" label="getAttributes" />
914           <listitem open="0" type="815" id="33" label="renderElement" />
915           <listitem open="0" type="815" id="32" label="renderHeader" />
916           <listitem open="0" type="815" id="34" label="renderHidden" />
917           <listitem open="0" type="815" id="35" label="renderHtml" />
918           <listitem open="0" type="815" id="39" label="setAttributes" />
919           <listitem open="0" type="815" id="41" label="setTable" />
920           <listitem open="0" type="815" id="30" label="startForm" />
921           <listitem open="0" type="815" id="36" label="startGroup" />
922           <listitem open="0" type="815" id="29" label="toHtml" />
923           <listitem open="0" type="815" id="38" label="updateAttributes" />
924          </listitem>
925         </listitem>
926         <listitem open="0" type="813" id="47" label="MECON_HTML_QuickForm_caritas" >
927          <listitem open="0" type="814" id="50" label="cols" />
928          <listitem open="0" type="814" id="51" label="flagFrozen" />
929          <listitem open="0" type="814" id="48" label="radios" />
930          <listitem open="0" type="814" id="49" label="selected" />
931          <listitem open="0" type="815" id="53" label="MECON_HTML_QuickForm_caritas" />
932          <listitem open="0" type="815" id="62" label="_createRadios" />
933          <listitem open="0" type="815" id="54" label="_setDefaults" />
934          <listitem open="0" type="815" id="61" label="getName" />
935          <listitem open="0" type="815" id="60" label="getSelected" />
936          <listitem open="0" type="815" id="59" label="getValue" />
937          <listitem open="0" type="815" id="52" label="listarArchivos" />
938          <listitem open="0" type="815" id="64" label="onQuickFormEvent" />
939          <listitem open="0" type="815" id="55" label="setCols" />
940          <listitem open="0" type="815" id="56" label="setName" />
941          <listitem open="0" type="815" id="58" label="setSelected" />
942          <listitem open="0" type="815" id="57" label="setValue" />
943          <listitem open="0" type="815" id="63" label="toHtml" />
944         </listitem>
945         <listitem open="0" type="813" id="42" label="MECON_HTML_QuickForm_mdate" >
946          <listitem open="0" type="815" id="43" label="MECON_HTML_QuickForm_mdate" />
947          <listitem open="0" type="815" id="44" label="_createNumericOptionList" />
948          <listitem open="0" type="815" id="45" label="getValue" />
949          <listitem open="0" type="815" id="46" label="validate" />
950         </listitem>
951        </listitem>
952        <listitem open="0" type="807" id="4" label="Diagrama HTML" />
953        <listitem open="0" type="813" id="72" label="MECON_HTML_Arbol" >
954         <listitem open="0" type="814" id="73" label="datos" />
955         <listitem open="0" type="814" id="75" label="link_append" />
956         <listitem open="0" type="814" id="74" label="titulo" />
957         <listitem open="0" type="815" id="76" label="MECON_HTML_Arbol" />
958         <listitem open="0" type="815" id="78" label="expandir" />
959         <listitem open="0" type="815" id="80" label="expandirArray" />
960         <listitem open="0" type="815" id="82" label="expandirString" />
961         <listitem open="0" type="815" id="77" label="getCSS" />
962         <listitem open="0" type="815" id="85" label="modificarNodo" />
963         <listitem open="0" type="815" id="84" label="setActivo" />
964         <listitem open="0" type="815" id="81" label="toArray" />
965         <listitem open="0" type="815" id="79" label="toHTML" />
966         <listitem open="0" type="815" id="83" label="toString" />
967        </listitem>
968        <listitem open="0" type="813" id="112" label="MECON_HTML_ArbolDB" >
969         <listitem open="0" type="814" id="122" label="db" />
970         <listitem open="0" type="814" id="116" label="id" />
971         <listitem open="0" type="814" id="117" label="id_activo" />
972         <listitem open="0" type="814" id="118" label="link" />
973         <listitem open="0" type="814" id="119" label="link_append" />
974         <listitem open="0" type="814" id="115" label="nombre" />
975         <listitem open="0" type="814" id="121" label="order" />
976         <listitem open="0" type="814" id="113" label="padre" />
977         <listitem open="0" type="814" id="114" label="tabla" />
978         <listitem open="0" type="814" id="120" label="where" />
979         <listitem open="0" type="815" id="124" label="BuscarHijos" />
980         <listitem open="0" type="815" id="123" label="MECON_HTML_ArbolDB" />
981        </listitem>
982        <listitem open="0" type="813" id="16" label="MECON_HTML_Error" >
983         <listitem open="0" type="814" id="17" label="msg" />
984         <listitem open="0" type="815" id="18" label="MECON_HTML_Error" />
985         <listitem open="0" type="815" id="19" label="toHtml" />
986        </listitem>
987        <listitem open="0" type="813" id="86" label="MECON_HTML_Image" >
988         <listitem open="0" type="815" id="87" label="MECON_HTML_Image" />
989         <listitem open="0" type="815" id="91" label="getAlt" />
990         <listitem open="0" type="815" id="89" label="getSrc" />
991         <listitem open="0" type="815" id="92" label="setAlt" />
992         <listitem open="0" type="815" id="90" label="setSrc" />
993         <listitem open="0" type="815" id="88" label="toHtml" />
994        </listitem>
995        <listitem open="0" type="813" id="1" label="MECON_HTML_Link" >
996         <listitem open="0" type="814" id="3" label="contents" />
997         <listitem open="0" type="814" id="2" label="getVars" />
998         <listitem open="0" type="815" id="6" label="MECON_HTML_Link" />
999         <listitem open="0" type="815" id="13" label="addContents" />
1000         <listitem open="0" type="815" id="14" label="getContents" />
1001         <listitem open="0" type="815" id="4" label="getGetVars" />
1002         <listitem open="0" type="815" id="8" label="getHref" />
1003         <listitem open="0" type="815" id="15" label="setContents" />
1004         <listitem open="0" type="815" id="10" label="setGetVar" />
1005         <listitem open="0" type="815" id="5" label="setGetVars" />
1006         <listitem open="0" type="815" id="9" label="setHref" />
1007         <listitem open="0" type="815" id="7" label="toHtml" />
1008         <listitem open="0" type="815" id="12" label="unsetGetVars" />
1009         <listitem open="0" type="815" id="11" label="updateGetVars" />
1010        </listitem>
1011        <listitem open="0" type="813" id="65" label="MECON_HTML_QuickForm" >
1012         <listitem open="0" type="814" id="66" label="renderer" />
1013         <listitem open="0" type="815" id="67" label="MECON_HTML_QuickForm" />
1014         <listitem open="0" type="815" id="70" label="getRendererOpts" />
1015         <listitem open="0" type="815" id="69" label="setRendererOpts" />
1016         <listitem open="0" type="815" id="68" label="toHtml" />
1017         <listitem open="0" type="815" id="71" label="updateRendererOpts" />
1018        </listitem>
1019        <listitem open="0" type="813" id="125" label="MECON_HTML_QuickFormSimple" >
1020         <listitem open="0" type="815" id="126" label="MECON_HTML_QuickFormSimple" />
1021         <listitem open="0" type="815" id="128" label="addGroupRule" />
1022         <listitem open="0" type="815" id="127" label="addRule" />
1023         <listitem open="0" type="815" id="129" label="getBegin" />
1024         <listitem open="0" type="815" id="130" label="getEnd" />
1025         <listitem open="0" type="815" id="131" label="prepend_include_path" />
1026        </listitem>
1027        <listitem open="0" type="813" id="93" label="MECON_HTML_Tabla" >
1028         <listitem open="0" type="814" id="95" label="attrs" />
1029         <listitem open="0" type="814" id="94" label="conf" />
1030         <listitem open="0" type="815" id="96" label="MECON_HTML_Tabla" />
1031         <listitem open="0" type="815" id="111" label="_translateAttributes" />
1032         <listitem open="0" type="815" id="110" label="addRow" />
1033         <listitem open="0" type="815" id="98" label="agregarFila" />
1034         <listitem open="0" type="815" id="97" label="agregarFilaCabecera" />
1035         <listitem open="0" type="815" id="101" label="align" />
1036         <listitem open="0" type="815" id="100" label="colSpan" />
1037         <listitem open="0" type="815" id="99" label="rowSpan" />
1038         <listitem open="0" type="815" id="109" label="setCellAttributes" />
1039         <listitem open="0" type="815" id="106" label="setCellBgcolor" />
1040         <listitem open="0" type="815" id="104" label="setColAlign" />
1041         <listitem open="0" type="815" id="102" label="setColCabecera" />
1042         <listitem open="0" type="815" id="103" label="setColTitulo" />
1043         <listitem open="0" type="815" id="105" label="setColWidth" />
1044         <listitem open="0" type="815" id="107" label="toHtml" />
1045         <listitem open="0" type="815" id="108" label="updateCellAttributes" />
1046        </listitem>
1047       </listitem>
1048       <listitem open="1" type="803" id="-1" label="Tiempo" >
1049        <listitem open="0" type="807" id="5" label="Diagrama Tiempo" />
1050        <listitem open="0" type="813" id="132" label="MECON_Tiempo_Banda" >
1051         <listitem open="0" type="814" id="133" label="intervalos" />
1052         <listitem open="0" type="815" id="135" label="Cargar" />
1053         <listitem open="0" type="815" id="136" label="CompletarSalidas" />
1054         <listitem open="0" type="815" id="134" label="MECON_Tiempo_Banda" />
1055         <listitem open="0" type="815" id="150" label="__clone" />
1056         <listitem open="0" type="815" id="137" label="agregarIntervalo" />
1057         <listitem open="0" type="815" id="142" label="chequearBanda" />
1058         <listitem open="0" type="815" id="141" label="chequearIntervalo" />
1059         <listitem open="0" type="815" id="149" label="copy" />
1060         <listitem open="0" type="815" id="145" label="cortar" />
1061         <listitem open="0" type="815" id="148" label="flush" />
1062         <listitem open="0" type="815" id="147" label="getDuracion" />
1063         <listitem open="0" type="815" id="144" label="getIntervalos" />
1064         <listitem open="0" type="815" id="138" label="sacarBanda" />
1065         <listitem open="0" type="815" id="139" label="sacarIntervalo" />
1066         <listitem open="0" type="815" id="140" label="sacarTiempo" />
1067         <listitem open="0" type="815" id="143" label="toString" />
1068         <listitem open="0" type="815" id="146" label="total" />
1069        </listitem>
1070        <listitem open="0" type="813" id="151" label="MECON_Tiempo_Hora" >
1071         <listitem open="0" type="815" id="153" label="get" />
1072         <listitem open="0" type="815" id="152" label="set" />
1073        </listitem>
1074        <listitem open="0" type="813" id="154" label="MECON_Tiempo_Intervalo" >
1075         <listitem open="0" type="814" id="156" label="fin" />
1076         <listitem open="0" type="814" id="155" label="inicio" />
1077         <listitem open="0" type="815" id="157" label="MECON_Tiempo_Intervalo" />
1078         <listitem open="0" type="815" id="171" label="__clone" />
1079         <listitem open="0" type="815" id="158" label="_chequear" />
1080         <listitem open="0" type="815" id="170" label="copy" />
1081         <listitem open="0" type="815" id="166" label="cortar" />
1082         <listitem open="0" type="815" id="167" label="cortarHora" />
1083         <listitem open="0" type="815" id="168" label="cortarIntervalo" />
1084         <listitem open="0" type="815" id="164" label="fusionar" />
1085         <listitem open="0" type="815" id="162" label="getDuracion" />
1086         <listitem open="0" type="815" id="159" label="invertido" />
1087         <listitem open="0" type="815" id="163" label="seSuperpone" />
1088         <listitem open="0" type="815" id="161" label="setFin" />
1089         <listitem open="0" type="815" id="160" label="setInicio" />
1090         <listitem open="0" type="815" id="165" label="superponer" />
1091         <listitem open="0" type="815" id="169" label="toString" />
1092        </listitem>
1093       </listitem>
1094       <listitem open="0" type="807" id="3" label="Diagrama" />
1095       <listitem open="0" type="813" id="184" label="MECON_Agente" >
1096        <listitem open="0" type="814" id="185" label="agente" />
1097        <listitem open="0" type="814" id="186" label="datos" />
1098        <listitem open="0" type="815" id="189" label="MECON_Agente" />
1099        <listitem open="0" type="815" id="195" label="buscarAgente" />
1100        <listitem open="0" type="815" id="193" label="getCuil" />
1101        <listitem open="0" type="815" id="187" label="getDependencia" />
1102        <listitem open="0" type="815" id="191" label="getHoraDesde" />
1103        <listitem open="0" type="815" id="192" label="getHoraHasta" />
1104        <listitem open="0" type="815" id="190" label="getNombre" />
1105        <listitem open="0" type="815" id="194" label="getOtrosDatos" />
1106        <listitem open="0" type="815" id="188" label="getTipo" />
1107       </listitem>
1108       <listitem open="0" type="813" id="172" label="MECON_Dependencia" >
1109        <listitem open="0" type="814" id="173" label="codep" />
1110        <listitem open="0" type="814" id="174" label="nombre" />
1111        <listitem open="0" type="814" id="175" label="nombre_breve" />
1112        <listitem open="0" type="815" id="176" label="MECON_Dependencia" />
1113        <listitem open="0" type="815" id="177" label="getAgentes" />
1114        <listitem open="0" type="815" id="178" label="getDependencias" />
1115        <listitem open="0" type="815" id="179" label="getNombre" />
1116        <listitem open="0" type="815" id="180" label="getNombreBreve" />
1117       </listitem>
1118       <listitem open="0" type="813" id="181" label="MECON_Novedad" >
1119        <listitem open="0" type="814" id="182" label="codigo" />
1120        <listitem open="0" type="814" id="183" label="intervalo" />
1121       </listitem>
1122       <listitem open="0" type="813" id="196" label="MECON_NovedadesDia" >
1123        <listitem open="0" type="814" id="198" label="agente" />
1124        <listitem open="0" type="814" id="200" label="db" />
1125        <listitem open="0" type="814" id="199" label="fecha" />
1126        <listitem open="0" type="814" id="197" label="novedades" />
1127        <listitem open="0" type="815" id="207" label="BuscarLicencia" />
1128        <listitem open="0" type="815" id="209" label="BuscarNovedadDiaria" />
1129        <listitem open="0" type="815" id="208" label="BuscarNovedadesTemporales" />
1130        <listitem open="0" type="815" id="201" label="MECON_NovedadesDia" />
1131        <listitem open="0" type="815" id="202" label="deLicencia" />
1132        <listitem open="0" type="815" id="205" label="debioVenir" />
1133        <listitem open="0" type="815" id="203" label="enComicion" />
1134        <listitem open="0" type="815" id="204" label="esFranco" />
1135        <listitem open="0" type="815" id="206" label="getAtos" />
1136       </listitem>
1137       <listitem open="0" type="813" id="210" label="MECON_Usuario" >
1138        <listitem open="0" type="814" id="211" label="dni" />
1139        <listitem open="0" type="814" id="214" label="dsn" />
1140        <listitem open="0" type="814" id="212" label="login" />
1141        <listitem open="0" type="814" id="213" label="nombre" />
1142        <listitem open="0" type="815" id="215" label="ArmarconDNI" />
1143        <listitem open="0" type="815" id="216" label="ArmarconLOGIN" />
1144        <listitem open="0" type="815" id="218" label="Insertar_Usuario" />
1145        <listitem open="0" type="815" id="217" label="MECON_Usuario" />
1146        <listitem open="0" type="815" id="222" label="buscarUsuarioDNI" />
1147        <listitem open="0" type="815" id="219" label="getDni" />
1148        <listitem open="0" type="815" id="220" label="getLogin" />
1149        <listitem open="0" type="815" id="221" label="getNombre" />
1150        <listitem open="0" type="815" id="223" label="verificarLogin" />
1151       </listitem>
1152      </listitem>
1153     </listitem>
1154     <listitem open="1" type="802" id="-1" label="Use Case View" />
1155     <listitem open="1" type="821" id="-1" label="Component View" />
1156     <listitem open="0" type="823" id="-1" label="Diagrams" />
1157     <listitem open="1" type="827" id="-1" label="Deployment View" />
1158    </listitem>
1159   </listview>
1160  </XMI.content>
1161 </XMI>