]> git.llucax.com Git - mecon/ai.git/blob - doc/uml.xmi
c881dfdc74d275b0fad8fa339a8d10294faea961
[mecon/ai.git] / doc / uml.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</XMI.exporterVersion>
7   </XMI.documentation>
8   <XMI.model xmi.name="uml" href="/home/luca/public_html/ai/doc/uml.xmi" />
9   <XMI.metamodel xmi.name="UML" href="UML.xml" xmi.version="1.3" />
10  </XMI.header>
11  <XMI.content>
12   <docsettings viewid="412" documentation="" uniqueid="531" />
13   <umlobjects>
14    <UML:Class stereotype="" package="AI" xmi.id="413" abstract="0" documentation="Servicio." name="AI_Servicio" static="0" scope="200" >
15     <UML:Operation stereotype="" package="" xmi.id="465" type="void" abstract="0" documentation="" name="AI_Servicio" static="0" scope="200" >
16      <UML:Parameter stereotype="" package="" xmi.id="1" value="0" type="int" abstract="0" documentation="ID del servicio." name="servicio" static="0" scope="200" />
17     </UML:Operation>
18     <UML:Operation stereotype="" package="" xmi.id="458" type="PEAR_Error" abstract="0" documentation="" name="guardar" static="0" scope="200" >
19      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="DB" abstract="0" documentation="DB donde guardar." name="db" static="0" scope="200" />
20      <UML:Parameter stereotype="" package="" xmi.id="2" value="false" type="bool" abstract="0" documentation="Si es true, se fuerza a guardar el Servicio como nuevo." name="nuevo" static="0" scope="200" />
21     </UML:Operation>
22     <UML:Attribute stereotype="" package="" xmi.id="428" value="0" type="int" abstract="0" documentation="ID del servicio." name="servicio" static="0" scope="200" />
23     <UML:Attribute stereotype="" package="" xmi.id="452" value="0" type="int" abstract="0" documentation="" name="servicio_padre" static="0" scope="200" />
24     <UML:Attribute stereotype="" package="" xmi.id="429" value="''" type="string" abstract="0" documentation="Nombre del servicio." name="nombre" static="0" scope="200" />
25     <UML:Attribute stereotype="" package="" xmi.id="433" value="''" type="string" abstract="0" documentation="Descripción del servicio." name="descripcion" static="0" scope="200" />
26     <UML:Attribute stereotype="" package="" xmi.id="430" value="''" type="string" abstract="0" documentation="Ícono del servicio." name="icono" static="0" scope="200" />
27     <UML:Attribute stereotype="" package="" xmi.id="431" value="''" type="string" abstract="0" documentation="Enlace a donde el este servicio." name="link" static="0" scope="200" />
28     <UML:Attribute stereotype="" package="" xmi.id="432" value="''" type="string" abstract="0" documentation="Enlace a donde se encuentra la ayuda del servicio." name="link_ayuda" static="0" scope="200" />
29     <UML:Attribute stereotype="" package="" xmi.id="434" value="false" type="bool" abstract="0" documentation="True si es necesario que el usuario se loguee para usar el servicio." name="necesita_logueo" static="0" scope="200" />
30     <UML:Attribute stereotype="" package="" xmi.id="444" value="true" type="bool" abstract="0" documentation="Indica si esta habilitado." name="habilitado" static="0" scope="200" />
31    </UML:Class>
32    <UML:Class stereotype="" package="AI" xmi.id="416" abstract="0" documentation="Sistema." name="AI_Sistema" static="0" scope="200" >
33     <UML:Operation stereotype="" package="" xmi.id="466" type="void" abstract="0" documentation="" name="AI_Sistema" static="0" scope="200" >
34      <UML:Parameter stereotype="" package="" xmi.id="1" value="0" type="int" abstract="0" documentation="ID del sistema." name="sistema" static="0" scope="200" />
35     </UML:Operation>
36     <UML:Operation stereotype="" package="" xmi.id="459" type="PEAR_Error" abstract="0" documentation="" name="guardar" static="0" scope="200" >
37      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="DB" abstract="0" documentation="DB donde guardar." name="db" static="0" scope="200" />
38      <UML:Parameter stereotype="" package="" xmi.id="2" value="false" type="bool" abstract="0" documentation="Si es true, se fuerza a guardar el servicio como nuevo." name="nuevo" static="0" scope="200" />
39     </UML:Operation>
40     <UML:Operation stereotype="" package="" xmi.id="531" type="array" abstract="0" documentation="" name="getSistemas" static="1" scope="200" >
41      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="DB" abstract="0" documentation="Base de datos de donde obtener los sistemas." name="db" static="0" scope="200" />
42      <UML:Parameter stereotype="" package="" xmi.id="2" value="''" type="string" abstract="0" documentation="Clausula WHERE para filtrar la búsqueda." name="where" static="0" scope="200" />
43     </UML:Operation>
44     <UML:Operation stereotype="" package="" xmi.id="528" type="array" abstract="0" documentation="Obtiene un array con los identificadores de los sistemas cargados." name="getSistemasArray" static="1" scope="200" >
45      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="DB" abstract="0" documentation="Base de datos de la cual obtener los sistemas." name="db" static="0" scope="200" />
46      <UML:Parameter stereotype="" package="" xmi.id="2" value="''" type="string" abstract="0" documentation="Clausula WHERE para filtrar resultados." name="where" static="0" scope="200" />
47     </UML:Operation>
48     <UML:Attribute stereotype="" package="" xmi.id="437" value="0" type="int" abstract="0" documentation="ID del sistema (ID en SAMURAI).
49 FIXME - preguntar a gonzalo si le sirve." name="sistema" static="0" scope="200" />
50     <UML:Attribute stereotype="" package="" xmi.id="513" value="''" type="string" abstract="0" documentation="Nombre del sistema (sólo de lectura, extraído de SAMURAI).
51 FIXME - preguntar a gonzalo si le sirve." name="nombre" static="0" scope="200" />
52     <UML:Attribute stereotype="" package="" xmi.id="514" value="''" type="string" abstract="0" documentation="Descripción del sistema (sólo de lectura, extraído de SAMURAI)." name="descripcion" static="0" scope="200" />
53     <UML:Attribute stereotype="" package="" xmi.id="438" value="''" type="string" abstract="0" documentation="Ícono del sistema." name="icono" static="0" scope="200" />
54     <UML:Attribute stereotype="" package="" xmi.id="439" value="''" type="string" abstract="0" documentation="Enlace a donde se encuentra el sistema." name="link" static="0" scope="200" />
55     <UML:Attribute stereotype="" package="" xmi.id="440" value="''" type="string" abstract="0" documentation="Enlace a la ayuda del sistema." name="link_ayuda" static="0" scope="200" />
56     <UML:Attribute stereotype="" package="" xmi.id="445" value="true" type="bool" abstract="0" documentation="Indica si esta habilitado." name="habilitado" static="0" scope="200" />
57    </UML:Class>
58    <UML:Class stereotype="" package="" xmi.id="469" abstract="0" documentation="" name="AI_Error" static="0" scope="200" >
59     <UML:Operation stereotype="" package="" xmi.id="470" type="void" abstract="0" documentation="" name="AI_Error" static="0" scope="200" >
60      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="int" abstract="0" documentation="Código de error." name="codigo" static="0" scope="200" />
61      <UML:Parameter stereotype="" package="" xmi.id="2" value="''" type="string" abstract="0" documentation="Mensaje para mostrar" name="mensaje" static="0" scope="200" />
62     </UML:Operation>
63     <UML:Operation stereotype="" package="" xmi.id="530" type="bool" abstract="0" documentation="" name="isError" static="1" scope="200" >
64      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="mixed" abstract="0" documentation="Variable a evaluar si es un error." name="error" static="0" scope="200" />
65     </UML:Operation>
66    </UML:Class>
67    <UML:Class stereotype="" package="" xmi.id="471" abstract="0" documentation="x2c:extern
68 x2c:include: PEAR.php" name="PEAR_Error" static="0" scope="200" />
69    <UML:Class stereotype="" package="AI" xmi.id="486" abstract="0" documentation="Grupo de secciones." name="AI_GrupoSecciones" static="0" scope="200" >
70     <UML:Operation stereotype="" package="" xmi.id="495" type="void" abstract="0" documentation="" name="AI_GrupoSecciones" static="0" scope="200" >
71      <UML:Parameter stereotype="" package="" xmi.id="1" value="0" type="int" abstract="0" documentation="ID del grupo." name="grupo" static="0" scope="200" />
72     </UML:Operation>
73     <UML:Operation stereotype="" package="" xmi.id="496" type="PEAR_Error" abstract="0" documentation="" name="cargar" static="0" scope="200" >
74      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="mixed" abstract="0" documentation="Base de datos o Resultado a utilizar." name="db" static="0" scope="200" />
75     </UML:Operation>
76     <UML:Operation stereotype="" package="" xmi.id="497" type="PEAR_Error" abstract="0" documentation="" name="guardar" static="0" scope="200" >
77      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="DB" abstract="0" documentation="DB donde guardar." name="db" static="0" scope="200" />
78      <UML:Parameter stereotype="" package="" xmi.id="2" value="false" type="bool" abstract="0" documentation="Si es true, se fuerza a guardar el Grupo de Secciones como nuevo." name="nuevo" static="0" scope="200" />
79     </UML:Operation>
80     <UML:Operation stereotype="" package="" xmi.id="498" type="PEAR_Error" abstract="0" documentation="" name="borrar" static="0" scope="200" >
81      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="DB" abstract="0" documentation="DB de donde borrar." name="db" static="0" scope="200" />
82     </UML:Operation>
83     <UML:Operation stereotype="" package="" xmi.id="512" type="array" abstract="0" documentation="Obtiene un array con una lista de secciones." name="getSeccionesArray" static="1" scope="200" >
84      <UML:Parameter stereotype="" package="" xmi.id="1" value="null" type="DB" abstract="0" documentation="Base de datos a usar para obtener los datos." name="db" static="0" scope="200" />
85     </UML:Operation>
86     <UML:Attribute stereotype="" package="" xmi.id="487" value="0" type="int" abstract="0" documentation="ID del grupo de secciones." name="grupo" static="0" scope="200" />
87     <UML:Attribute stereotype="" package="" xmi.id="488" value="''" type="string" abstract="0" documentation="Nombre." name="nombre" static="0" scope="200" />
88     <UML:Attribute stereotype="" package="" xmi.id="489" value="0" type="int" abstract="0" documentation="" name="grupo_padre" static="0" scope="200" />
89     <UML:Attribute stereotype="" package="" xmi.id="491" value="array()" type="array" abstract="0" documentation="Secciones que pertenecen a este grupo." name="secciones" static="0" scope="200" />
90     <UML:Attribute stereotype="" package="" xmi.id="492" value="0" type="int" abstract="0" documentation="Antigüedad (en días) de las noticias a mostrar." name="antiguedad" static="0" scope="200" />
91     <UML:Attribute stereotype="" package="" xmi.id="493" value="false" type="bool" abstract="0" documentation="True si hay que mostrar los grupos hijos (?? FIXME)." name="mostrar_hijos" static="0" scope="200" />
92     <UML:Attribute stereotype="" package="" xmi.id="494" value="true" type="bool" abstract="0" documentation="Indica si esta habilitado." name="habilitado" static="0" scope="200" />
93    </UML:Class>
94    <UML:Class stereotype="" package="" xmi.id="503" abstract="0" documentation="Base de datos del Administrador de Intranet." name="AI_DB" static="0" scope="200" >
95     <UML:Operation stereotype="" package="" xmi.id="506" type="&amp;mixed" abstract="0" documentation="" name="connect" static="0" scope="200" >
96      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Archivo de configuración de la base de datos." name="confFile" static="0" scope="200" />
97     </UML:Operation>
98     <UML:Operation stereotype="" package="" xmi.id="511" type="bool" abstract="0" documentation="Verifica si un objeto es un error." name="isError" static="0" scope="200" >
99      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="&amp;mixed" abstract="0" documentation="Variable a chequear si es un error." name="var" static="0" scope="200" />
100     </UML:Operation>
101    </UML:Class>
102    <UML:Class stereotype="" package="" xmi.id="504" abstract="0" documentation="x2c:extern" name="DB" static="0" scope="200" />
103    <UML:Class stereotype="" package="" xmi.id="507" abstract="0" documentation="Formularios para el Administrador de Intranet." name="AI_Form" static="0" scope="200" >
104     <UML:Operation stereotype="" package="" xmi.id="509" type="void" abstract="0" documentation="Construye un formulario para el objecto especificado." name="iniciar" static="0" scope="200" >
105      <UML:Parameter stereotype="" package="" xmi.id="4" value="" type="&amp;object" abstract="0" documentation="Objeto con el cual rellenar el formulario. Puede ser GrupoSecciones, Servicio o Sistema." name="obj" static="0" scope="200" />
106      <UML:Parameter stereotype="" package="" xmi.id="5" value="AI_ALTA" type="int" abstract="0" documentation="Accion que realizará el formulario a crear. Puede ser AI_ALTA, AI_BAJA o AI_MODIFICACION." name="accion" static="0" scope="200" />
107     </UML:Operation>
108     <UML:Operation stereotype="" package="" xmi.id="510" type="void" abstract="0" documentation="Llena un objeto con los datos del formulario." name="llenarObjeto" static="0" scope="200" >
109      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="&amp;mixed" abstract="0" documentation="Objeto a llenar con los datos del formulario. Puede ser GrupoSecciones, Servicio o Sistema." name="obj" static="0" scope="200" />
110     </UML:Operation>
111    </UML:Class>
112    <UML:Class stereotype="" package="" xmi.id="508" abstract="0" documentation="x2c:extern" name="MECON_HTML_QuickForm" static="0" scope="200" />
113    <UML:Class stereotype="" package="AI" xmi.id="516" abstract="1" documentation="Objecto con capacidad de guardarse, cargarse y borrarse de una base de datos." name="AI_DBObject" static="0" scope="200" >
114     <UML:Operation stereotype="" package="" xmi.id="519" type="void" abstract="0" documentation="" name="AI_DBObject" static="0" scope="200" >
115      <UML:Parameter stereotype="" package="" xmi.id="1" value="0" type="int" abstract="0" documentation="Identificador del objeto a cargar." name="id" static="0" scope="200" />
116      <UML:Parameter stereotype="" package="" xmi.id="2" value="''" type="string" abstract="0" documentation="Archivo de configuración del objeto." name="confFile" static="0" scope="200" />
117     </UML:Operation>
118     <UML:Operation stereotype="" package="" xmi.id="520" type="PEAR_Error" abstract="0" documentation="" name="cargar" static="0" scope="200" >
119      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="mixed" abstract="0" documentation="Base de datos o resultado a usar para cargar el objeto." name="db" static="0" scope="200" />
120     </UML:Operation>
121     <UML:Operation stereotype="" package="" xmi.id="521" type="PEAR_Error" abstract="0" documentation="" name="guardar" static="1" scope="200" >
122      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="DB" abstract="0" documentation="Base de datos a usar para guardar el objeto." name="db" static="0" scope="200" />
123      <UML:Parameter stereotype="" package="" xmi.id="3" value="" type="array" abstract="0" documentation="Array con los datos a guardar en la DB (donde la clave es el campo y el valor el contenido a guardar)." name="datos" static="0" scope="200" />
124      <UML:Parameter stereotype="" package="" xmi.id="4" value="false" type="bool" abstract="0" documentation="Si es true, se fuerza a cargar el objeto en la base como si fuera nuevo." name="nuevo" static="0" scope="200" />
125     </UML:Operation>
126     <UML:Operation stereotype="" package="" xmi.id="522" type="PEAR_Error" abstract="0" documentation="" name="borrar" static="0" scope="200" >
127      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="DB" abstract="0" documentation="Base de datos a usar para borrar el objeto." name="db" static="0" scope="200" />
128     </UML:Operation>
129     <UML:Operation stereotype="" package="" xmi.id="523" type="AI_DBObject" abstract="0" documentation="" name="__clone" static="0" scope="200" />
130     <UML:Attribute stereotype="" package="" xmi.id="517" value="array()" type="array" abstract="0" documentation="" name="conf" static="0" scope="200" />
131    </UML:Class>
132    <UML:Class stereotype="" package="AI" xmi.id="524" abstract="1" documentation="" name="AI_DBTreeObject" static="0" scope="200" >
133     <UML:Operation stereotype="" package="" xmi.id="526" type="void" abstract="0" documentation="" name="AI_DBTreeObject" static="0" scope="200" >
134      <UML:Parameter stereotype="" package="" xmi.id="1" value="0" type="int" abstract="0" documentation="Identificador del objecto." name="id" static="0" scope="200" />
135      <UML:Parameter stereotype="" package="" xmi.id="2" value="''" type="string" abstract="0" documentation="Configuración del objeto." name="confFile" static="0" scope="200" />
136     </UML:Operation>
137     <UML:Operation stereotype="" package="" xmi.id="527" type="PEAR_Error" abstract="0" documentation="" name="cargarHijos" static="0" scope="200" >
138      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="mixed" abstract="0" documentation="Base de datos o resultado de donde cargar los hijos." name="db" static="0" scope="200" />
139     </UML:Operation>
140     <UML:Operation stereotype="" package="" xmi.id="529" type="PEAR_Error" abstract="0" documentation="Borra el objeto de la base de datos verificando que no tenga hijos." name="borrar" static="0" scope="200" >
141      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="DB" abstract="0" documentation="Base de datos de la cual borrar el objeto." name="db" static="0" scope="200" />
142     </UML:Operation>
143     <UML:Attribute stereotype="" package="" xmi.id="525" value="array()" type="array" abstract="0" documentation="Grupos de secciones que tiene este grupo.
144 x2c:get" name="hijos" static="0" scope="202" />
145    </UML:Class>
146   </umlobjects>
147   <diagrams>
148    <diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" showgrid="1" showopsig="1" usefillcolor="1" snapx="10" snapy="10" showatts="1" xmi.id="412" documentation="" type="402" showops="1" showpackage="0" name="Clases" localid="30000" showstereotype="0" showscope="1" font="Helvetica,8,-1,5,50,0,0,0,0,0" linecolor="#ff0000" >
149     <widgets>
150      <UML:ConceptWidget usesdiagramfillcolour="0" width="170" showattsigs="601" usesdiagramusefillcolour="0" x="267" linecolour="#ff0000" y="310" showopsigs="600" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="168" usefillcolor="1" showattributes="1" xmi.id="413" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Helvetica,8,-1,5,50,0,0,0,0,0" />
151      <UML:ConceptWidget usesdiagramfillcolour="0" width="287" showattsigs="601" usesdiagramusefillcolour="0" x="30" linecolour="#ff0000" y="139" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="168" usefillcolor="1" showattributes="1" xmi.id="416" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Helvetica,8,-1,5,50,0,0,0,0,0" />
152      <UML:ConceptWidget usesdiagramfillcolour="0" width="262" showattsigs="601" usesdiagramusefillcolour="0" x="410" linecolour="#ff0000" y="543" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="49" usefillcolor="1" showattributes="1" xmi.id="469" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Helvetica,8,-1,5,50,0,0,0,0,0" />
153      <UML:ConceptWidget usesdiagramfillcolour="0" width="73" showattsigs="601" usesdiagramusefillcolour="0" x="505" linecolour="#ff0000" y="487" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#dcdcdc" height="24" usefillcolor="1" showattributes="0" xmi.id="471" showoperations="0" showpackage="0" showscope="1" showstereotype="0" font="Helvetica,8,-1,5,50,0,0,0,0,0" />
154      <UML:ConceptWidget usesdiagramfillcolour="0" width="277" showattsigs="601" usesdiagramusefillcolour="0" x="450" linecolour="#ff0000" y="296" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="182" usefillcolor="1" showattributes="1" xmi.id="486" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Helvetica,8,-1,5,50,0,0,0,0,0" />
155      <UML:ConceptWidget usesdiagramfillcolour="0" width="192" showattsigs="601" usesdiagramusefillcolour="0" x="53" linecolour="#ff0000" y="379" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="49" usefillcolor="1" showattributes="1" xmi.id="503" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Helvetica,8,-1,5,50,0,0,0,0,0" />
156      <UML:ConceptWidget usesdiagramfillcolour="0" width="46" showattsigs="601" usesdiagramusefillcolour="0" x="126" linecolour="#ff0000" y="316" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#dcdcdc" height="24" usefillcolor="1" showattributes="0" xmi.id="504" showoperations="0" showpackage="0" showscope="1" showstereotype="0" font="Helvetica,8,-1,5,50,0,0,0,0,0" />
157      <UML:ConceptWidget usesdiagramfillcolour="0" width="271" showattsigs="601" usesdiagramusefillcolour="0" x="16" linecolour="#ff0000" y="529" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="49" usefillcolor="1" showattributes="1" xmi.id="507" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Helvetica,8,-1,5,50,0,0,0,0,0" />
158      <UML:ConceptWidget usesdiagramfillcolour="0" width="146" showattsigs="601" usesdiagramusefillcolour="0" x="78" linecolour="#ff0000" y="454" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#dcdcdc" height="24" usefillcolor="1" showattributes="0" xmi.id="508" showoperations="0" showpackage="0" showscope="1" showstereotype="0" font="Helvetica,8,-1,5,50,0,0,0,0,0" />
159      <UML:ConceptWidget usesdiagramfillcolour="0" width="346" showattsigs="601" usesdiagramusefillcolour="0" x="145" linecolour="#ff0000" y="6" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="98" usefillcolor="1" showattributes="1" xmi.id="516" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Helvetica,8,-1,5,50,0,0,0,0,0" />
160      <UML:ConceptWidget usesdiagramfillcolour="0" width="297" showattsigs="601" usesdiagramusefillcolour="0" x="324" linecolour="#ff0000" y="139" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="70" usefillcolor="1" showattributes="1" xmi.id="524" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Helvetica,8,-1,5,50,0,0,0,0,0" />
161     </widgets>
162     <messages/>
163     <associations>
164      <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="471" widgetaid="469" documentation="" type="500" >
165       <linepath>
166        <startpoint startx="541" starty="543" />
167        <endpoint endx="541" endy="511" />
168       </linepath>
169      </UML:AssocWidget>
170      <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="508" widgetaid="507" documentation="" type="500" >
171       <linepath>
172        <startpoint startx="151" starty="529" />
173        <endpoint endx="151" endy="478" />
174       </linepath>
175      </UML:AssocWidget>
176      <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="3" indexb="1" widgetbid="516" widgetaid="416" documentation="" type="500" >
177       <linepath>
178        <startpoint startx="173" starty="139" />
179        <endpoint endx="260" endy="104" />
180       </linepath>
181      </UML:AssocWidget>
182      <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="3" indexb="2" widgetbid="516" widgetaid="524" documentation="" type="500" >
183       <linepath>
184        <startpoint startx="472" starty="139" />
185        <endpoint endx="375" endy="104" />
186       </linepath>
187      </UML:AssocWidget>
188      <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="504" widgetaid="503" documentation="" type="500" >
189       <linepath>
190        <startpoint startx="149" starty="379" />
191        <endpoint endx="149" endy="340" />
192       </linepath>
193      </UML:AssocWidget>
194      <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="3" indexb="2" widgetbid="524" widgetaid="486" documentation="" type="500" >
195       <linepath>
196        <startpoint startx="588" starty="296" />
197        <endpoint endx="522" endy="209" />
198       </linepath>
199      </UML:AssocWidget>
200      <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="3" indexb="1" widgetbid="524" widgetaid="413" documentation="" type="500" >
201       <linepath>
202        <startpoint startx="352" starty="310" />
203        <endpoint endx="423" endy="209" />
204       </linepath>
205      </UML:AssocWidget>
206     </associations>
207    </diagram>
208   </diagrams>
209   <listview>
210    <listitem open="1" type="800" id="-1" label="Views" >
211     <listitem open="1" type="801" id="-1" label="Logical View" >
212      <listitem open="1" type="803" id="-1" label="AI" >
213       <listitem open="0" type="813" id="503" label="AI_DB" >
214        <listitem open="0" type="815" id="506" label="connect" />
215        <listitem open="0" type="815" id="511" label="isError" />
216       </listitem>
217       <listitem open="0" type="813" id="516" label="AI_DBObject" >
218        <listitem open="0" type="815" id="519" label="AI_DBObject" />
219        <listitem open="0" type="815" id="522" label="borrar" />
220        <listitem open="0" type="815" id="520" label="cargar" />
221        <listitem open="0" type="815" id="523" label="__clone" />
222        <listitem open="0" type="814" id="517" label="conf" />
223        <listitem open="0" type="815" id="521" label="guardar" />
224       </listitem>
225       <listitem open="0" type="813" id="524" label="AI_DBTreeObject" >
226        <listitem open="0" type="815" id="526" label="AI_DBTreeObject" />
227        <listitem open="0" type="815" id="529" label="borrar" />
228        <listitem open="0" type="815" id="527" label="cargarHijos" />
229        <listitem open="0" type="814" id="525" label="hijos" />
230       </listitem>
231       <listitem open="1" type="813" id="469" label="AI_Error" >
232        <listitem open="0" type="815" id="470" label="AI_Error" />
233        <listitem open="0" type="815" id="530" label="isError" />
234       </listitem>
235       <listitem open="0" type="813" id="507" label="AI_Form" >
236        <listitem open="0" type="815" id="509" label="iniciar" />
237        <listitem open="0" type="815" id="510" label="llenarObjeto" />
238       </listitem>
239       <listitem open="0" type="813" id="486" label="AI_GrupoSecciones" >
240        <listitem open="0" type="815" id="495" label="AI_GrupoSecciones" />
241        <listitem open="0" type="814" id="492" label="antiguedad" />
242        <listitem open="0" type="815" id="498" label="borrar" />
243        <listitem open="0" type="815" id="496" label="cargar" />
244        <listitem open="0" type="815" id="512" label="getSeccionesArray" />
245        <listitem open="0" type="814" id="487" label="grupo" />
246        <listitem open="0" type="814" id="489" label="grupo_padre" />
247        <listitem open="0" type="815" id="497" label="guardar" />
248        <listitem open="0" type="814" id="494" label="habilitado" />
249        <listitem open="0" type="814" id="493" label="mostrar_hijos" />
250        <listitem open="0" type="814" id="488" label="nombre" />
251        <listitem open="0" type="814" id="491" label="secciones" />
252       </listitem>
253       <listitem open="0" type="813" id="413" label="AI_Servicio" >
254        <listitem open="0" type="815" id="465" label="AI_Servicio" />
255        <listitem open="0" type="814" id="433" label="descripcion" />
256        <listitem open="0" type="815" id="458" label="guardar" />
257        <listitem open="0" type="814" id="444" label="habilitado" />
258        <listitem open="0" type="814" id="430" label="icono" />
259        <listitem open="0" type="814" id="431" label="link" />
260        <listitem open="0" type="814" id="432" label="link_ayuda" />
261        <listitem open="0" type="814" id="434" label="necesita_logueo" />
262        <listitem open="0" type="814" id="429" label="nombre" />
263        <listitem open="0" type="814" id="428" label="servicio" />
264        <listitem open="0" type="814" id="452" label="servicio_padre" />
265       </listitem>
266       <listitem open="0" type="813" id="416" label="AI_Sistema" >
267        <listitem open="0" type="815" id="466" label="AI_Sistema" />
268        <listitem open="0" type="814" id="514" label="descripcion" />
269        <listitem open="0" type="815" id="531" label="getSistemas" />
270        <listitem open="0" type="815" id="528" label="getSistemasArray" />
271        <listitem open="0" type="815" id="459" label="guardar" />
272        <listitem open="0" type="814" id="445" label="habilitado" />
273        <listitem open="0" type="814" id="438" label="icono" />
274        <listitem open="0" type="814" id="439" label="link" />
275        <listitem open="0" type="814" id="440" label="link_ayuda" />
276        <listitem open="0" type="814" id="513" label="nombre" />
277        <listitem open="0" type="814" id="437" label="sistema" />
278       </listitem>
279      </listitem>
280      <listitem open="0" type="807" id="412" label="Clases" />
281      <listitem open="0" type="803" id="-1" label="Externo" >
282       <listitem open="1" type="813" id="504" label="DB" />
283       <listitem open="1" type="813" id="508" label="MECON_HTML_QuickForm" />
284       <listitem open="0" type="813" id="471" label="PEAR_Error" />
285      </listitem>
286     </listitem>
287     <listitem open="1" type="802" id="-1" label="Use Case View" />
288    </listitem>
289   </listview>
290  </XMI.content>
291 </XMI>