1 <?xml version="1.0" encoding="UTF-8"?>
2 <XMI xmlns:UML="org.omg/standards/UML" verified="false" timestamp="" xmi.version="1.2" >
5 <XMI.exporter>umbrello uml modeller http://uml.sf.net</XMI.exporter>
6 <XMI.exporterVersion>1.2.0</XMI.exporterVersion>
7 <XMI.exporterEncoding>UnicodeUTF8</XMI.exporterEncoding>
9 <XMI.model xmi.name="uml" href="/home/luca/public_html/ai/doc/uml.xmi" />
10 <XMI.metamodel xmi.name="UML" href="UML.xml" xmi.version="1.3" />
13 <docsettings viewid="412" documentation="" uniqueid="577" />
15 <UML:Package stereotype="" xmi.id="540" abstract="0" documentation="" name="AI" static="0" scope="200" />
16 <UML:Class stereotype="" xmi.id="413" abstract="0" documentation="Servicio." name="AI_Servicio" static="0" scope="200" packageid="540" >
17 <UML:Operation stereotype="" xmi.id="465" type="void" abstract="0" documentation="" name="AI_Servicio" static="0" scope="200" >
18 <UML:Parameter stereotype="" xmi.id="1" value="0" type="int" abstract="0" documentation="ID del servicio." name="servicio" static="0" scope="200" />
20 <UML:Operation stereotype="" xmi.id="458" type="PEAR_Error" abstract="0" documentation="" name="guardar" static="0" scope="200" >
21 <UML:Parameter stereotype="" xmi.id="1" value="" type="DB" abstract="0" documentation="DB donde guardar." name="db" static="0" scope="200" />
22 <UML:Parameter stereotype="" 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" />
24 <UML:Operation stereotype="" xmi.id="539" type="mixed" abstract="0" documentation="Carga hijos de un servicio. Si hubo error devuelve un PEAR_Error, si no hubo error, devuleve un array de objetos (los hijos)." name="cargarHijos" static="0" scope="200" >
25 <UML:Parameter stereotype="" xmi.id="1" value="" type="mixed" abstract="0" documentation="Base de datos o resultado a usar." name="db" static="0" scope="201" />
26 <UML:Parameter stereotype="" xmi.id="2" value="true" type="bool" abstract="0" documentation="Si es true, sólo trae los servicios habilitados." name="soloHabilitados" static="0" scope="201" />
27 <UML:Parameter stereotype="" xmi.id="3" value="false" type="mixed" abstract="0" documentation="Indica el orden en que se deben traer los hijos. Puede ser AI_SERVICIO_ORDEN_CANT_HIJOS, AI_SERVICIO_ORDEN_LONG_NOMBRE o un campo arbitrario." name="orden" static="0" scope="201" />
29 <UML:Attribute stereotype="" xmi.id="428" value="0" type="int" abstract="0" documentation="ID del servicio." name="servicio" static="0" scope="200" />
30 <UML:Attribute stereotype="" xmi.id="452" value="0" type="int" abstract="0" documentation="" name="servicio_padre" static="0" scope="200" />
31 <UML:Attribute stereotype="" xmi.id="429" value="''" type="string" abstract="0" documentation="Nombre del servicio." name="nombre" static="0" scope="200" />
32 <UML:Attribute stereotype="" xmi.id="433" value="''" type="string" abstract="0" documentation="Descripción del servicio." name="descripcion" static="0" scope="200" />
33 <UML:Attribute stereotype="" xmi.id="430" value="''" type="string" abstract="0" documentation="Ícono del servicio." name="icono" static="0" scope="200" />
34 <UML:Attribute stereotype="" xmi.id="431" value="''" type="string" abstract="0" documentation="Enlace a donde el este servicio." name="link" static="0" scope="200" />
35 <UML:Attribute stereotype="" 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" />
36 <UML:Attribute stereotype="" 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" />
37 <UML:Attribute stereotype="" xmi.id="534" value="true" type="bool" abstract="0" documentation="Indica si esta habilitado." name="habilitado" static="0" scope="200" />
38 <UML:Attribute stereotype="" xmi.id="576" value="0" type="bool" abstract="0" documentation="Indica si debe abrirse en una ventana nueva." name="ventana_nueva" static="0" scope="200" />
40 <UML:Class stereotype="" xmi.id="416" abstract="0" documentation="Sistema." name="AI_Sistema" static="0" scope="200" packageid="540" >
41 <UML:Operation stereotype="" xmi.id="466" type="void" abstract="0" documentation="" name="AI_Sistema" static="0" scope="200" >
42 <UML:Parameter stereotype="" xmi.id="1" value="0" type="int" abstract="0" documentation="ID del sistema." name="sistema" static="0" scope="200" />
44 <UML:Operation stereotype="" xmi.id="536" type="PEAR_Error" abstract="0" documentation="" name="cargar" static="0" scope="200" >
45 <UML:Parameter stereotype="" xmi.id="1" value="" type="mixed" abstract="0" documentation="Base de datos o resultado de donde cargar el sistema." name="db" static="0" scope="200" />
47 <UML:Operation stereotype="" xmi.id="459" type="PEAR_Error" abstract="0" documentation="" name="guardar" static="0" scope="200" >
48 <UML:Parameter stereotype="" xmi.id="1" value="" type="DB" abstract="0" documentation="DB donde guardar." name="db" static="0" scope="200" />
49 <UML:Parameter stereotype="" 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" />
51 <UML:Operation stereotype="" xmi.id="531" type="array" abstract="0" documentation="" name="getSistemas" static="1" scope="200" >
52 <UML:Parameter stereotype="" xmi.id="1" value="" type="DB" abstract="0" documentation="Base de datos de donde obtener los sistemas." name="db" static="0" scope="200" />
53 <UML:Parameter stereotype="" xmi.id="2" value="true" type="bool" abstract="0" documentation="Clausula WHERE para filtrar la búsqueda." name="soloHabilitados" static="0" scope="200" />
54 <UML:Parameter stereotype="" xmi.id="3" value="''" type="string" abstract="0" documentation="Clausula WHERE para filtrar la búsqueda." name="where" static="0" scope="200" />
56 <UML:Operation stereotype="" xmi.id="528" type="array" abstract="0" documentation="Obtiene un array con los identificadores de los sistemas cargados." name="getSistemasArray" static="1" scope="200" >
57 <UML:Parameter stereotype="" xmi.id="1" value="" type="DB" abstract="0" documentation="Base de datos de la cual obtener los sistemas." name="db" static="0" scope="200" />
58 <UML:Parameter stereotype="" xmi.id="3" value="''" type="string" abstract="0" documentation="Clausula WHERE para filtrar la búsqueda." name="where" static="0" scope="200" />
60 <UML:Attribute stereotype="" xmi.id="437" value="0" type="int" abstract="0" documentation="ID del sistema (ID en SAMURAI)." name="sistema" static="0" scope="200" />
61 <UML:Attribute stereotype="" xmi.id="513" value="''" type="string" abstract="0" documentation="Nombre del sistema (sólo de lectura, extraído de SAMURAI)." name="nombre" static="0" scope="200" />
62 <UML:Attribute stereotype="" 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" />
63 <UML:Attribute stereotype="" xmi.id="438" value="''" type="string" abstract="0" documentation="Ícono del sistema." name="icono" static="0" scope="200" />
64 <UML:Attribute stereotype="" xmi.id="439" value="''" type="string" abstract="0" documentation="Enlace a donde se encuentra el sistema." name="link" static="0" scope="200" />
65 <UML:Attribute stereotype="" xmi.id="440" value="''" type="string" abstract="0" documentation="Enlace a la ayuda del sistema." name="link_ayuda" static="0" scope="200" />
66 <UML:Attribute stereotype="" xmi.id="533" value="true" type="bool" abstract="0" documentation="Indica si esta habilitado." name="habilitado" static="0" scope="200" />
67 <UML:Attribute stereotype="" xmi.id="538" value="'php'" type="string" abstract="0" documentation="" name="tipo" static="0" scope="200" />
69 <UML:Class stereotype="" xmi.id="469" abstract="0" documentation="" name="AI_Error" static="0" scope="200" packageid="540" >
70 <UML:Operation stereotype="" xmi.id="470" type="void" abstract="0" documentation="" name="AI_Error" static="0" scope="200" >
71 <UML:Parameter stereotype="" xmi.id="1" value="" type="int" abstract="0" documentation="Código de error." name="codigo" static="0" scope="200" />
72 <UML:Parameter stereotype="" xmi.id="2" value="''" type="string" abstract="0" documentation="Mensaje para mostrar" name="mensaje" static="0" scope="200" />
74 <UML:Operation stereotype="" xmi.id="530" type="bool" abstract="0" documentation="" name="isError" static="1" scope="200" >
75 <UML:Parameter stereotype="" xmi.id="1" value="" type="mixed" abstract="0" documentation="Variable a evaluar si es un error." name="error" static="0" scope="200" />
78 <UML:Class stereotype="" xmi.id="471" abstract="0" documentation="x2c:extern
79 x2c:include: PEAR.php" name="PEAR_Error" static="0" scope="200" />
80 <UML:Class stereotype="" xmi.id="486" abstract="0" documentation="Grupo de secciones." name="AI_GrupoSecciones" static="0" scope="200" packageid="540" >
81 <UML:Operation stereotype="" xmi.id="495" type="void" abstract="0" documentation="" name="AI_GrupoSecciones" static="0" scope="200" >
82 <UML:Parameter stereotype="" xmi.id="1" value="0" type="int" abstract="0" documentation="ID del grupo." name="grupo" static="0" scope="200" />
84 <UML:Operation stereotype="" xmi.id="496" type="PEAR_Error" abstract="0" documentation="" name="cargar" static="0" scope="200" >
85 <UML:Parameter stereotype="" xmi.id="1" value="" type="mixed" abstract="0" documentation="Base de datos o Resultado a utilizar." name="db" static="0" scope="200" />
87 <UML:Operation stereotype="" xmi.id="497" type="PEAR_Error" abstract="0" documentation="" name="guardar" static="0" scope="200" >
88 <UML:Parameter stereotype="" xmi.id="1" value="" type="DB" abstract="0" documentation="DB donde guardar." name="db" static="0" scope="200" />
89 <UML:Parameter stereotype="" 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" />
91 <UML:Operation stereotype="" xmi.id="498" type="PEAR_Error" abstract="0" documentation="" name="borrar" static="0" scope="200" >
92 <UML:Parameter stereotype="" xmi.id="1" value="" type="DB" abstract="0" documentation="DB de donde borrar." name="db" static="0" scope="200" />
94 <UML:Operation stereotype="" xmi.id="512" type="array" abstract="0" documentation="Obtiene un array con una lista de secciones.
95 Sólo se obtienen las secciones que todavía no pertenecen a ningún grupo. Si se especifica un grupo, se agregan las secciones de ese grupo al <em>array</em> resultante." name="getSeccionesArray" static="1" scope="200" >
96 <UML:Parameter stereotype="" 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" />
97 <UML:Parameter stereotype="" xmi.id="2" value="0" type="int" abstract="0" documentation="Grupo del cual obtener las secciones." name="grupo" static="0" scope="201" />
99 <UML:Operation stereotype="" xmi.id="537" type="AI_GrupoSecciones" abstract="0" documentation="Obtiene el grupo al que pertenece una sección." name="getGrupo" static="1" scope="200" >
100 <UML:Parameter stereotype="" xmi.id="1" value="" type="int" abstract="0" documentation="Sección a buscar." name="seccion" static="0" scope="201" />
101 <UML:Parameter stereotype="" xmi.id="2" value="null" type="DB" abstract="0" documentation="DB a usar." name="db" static="0" scope="201" />
103 <UML:Attribute stereotype="" xmi.id="487" value="0" type="int" abstract="0" documentation="ID del grupo de secciones." name="grupo" static="0" scope="200" />
104 <UML:Attribute stereotype="" xmi.id="488" value="''" type="string" abstract="0" documentation="Nombre." name="nombre" static="0" scope="200" />
105 <UML:Attribute stereotype="" xmi.id="489" value="0" type="int" abstract="0" documentation="" name="grupo_padre" static="0" scope="200" />
106 <UML:Attribute stereotype="" xmi.id="491" value="array()" type="array" abstract="0" documentation="Secciones que pertenecen a este grupo." name="secciones" static="0" scope="200" />
107 <UML:Attribute stereotype="" 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" />
108 <UML:Attribute stereotype="" 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" />
109 <UML:Attribute stereotype="" xmi.id="535" value="true" type="bool" abstract="0" documentation="Indica si esta habilitado." name="habilitado" static="0" scope="200" />
111 <UML:Class stereotype="" 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" packageid="540" >
112 <UML:Operation stereotype="" xmi.id="519" type="void" abstract="0" documentation="" name="AI_DBObject" static="0" scope="200" >
113 <UML:Parameter stereotype="" xmi.id="1" value="0" type="int" abstract="0" documentation="Identificador del objeto a cargar." name="id" static="0" scope="200" />
114 <UML:Parameter stereotype="" xmi.id="2" value="''" type="string" abstract="0" documentation="Archivo de configuración del objeto." name="confFile" static="0" scope="200" />
116 <UML:Operation stereotype="" xmi.id="520" type="PEAR_Error" abstract="0" documentation="" name="cargar" static="0" scope="200" >
117 <UML:Parameter stereotype="" 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" />
119 <UML:Operation stereotype="" xmi.id="521" type="PEAR_Error" abstract="0" documentation="" name="guardar" static="0" scope="200" >
120 <UML:Parameter stereotype="" xmi.id="1" value="" type="DB" abstract="0" documentation="Base de datos a usar para guardar el objeto." name="db" static="0" scope="200" />
121 <UML:Parameter stereotype="" 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" />
122 <UML:Parameter stereotype="" 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" />
124 <UML:Operation stereotype="" xmi.id="522" type="PEAR_Error" abstract="0" documentation="" name="borrar" static="0" scope="200" >
125 <UML:Parameter stereotype="" xmi.id="1" value="" type="DB" abstract="0" documentation="Base de datos a usar para borrar el objeto." name="db" static="0" scope="200" />
127 <UML:Operation stereotype="" xmi.id="523" type="AI_DBObject" abstract="0" documentation="" name="__clone" static="0" scope="200" />
128 <UML:Attribute stereotype="" xmi.id="517" value="array()" type="array" abstract="0" documentation="" name="conf" static="0" scope="200" />
130 <UML:Class stereotype="" xmi.id="524" abstract="1" documentation="" name="AI_DBTreeObject" static="0" scope="200" packageid="540" >
131 <UML:Operation stereotype="" xmi.id="526" type="void" abstract="0" documentation="" name="AI_DBTreeObject" static="0" scope="200" >
132 <UML:Parameter stereotype="" xmi.id="1" value="0" type="int" abstract="0" documentation="Identificador del objecto." name="id" static="0" scope="200" />
133 <UML:Parameter stereotype="" xmi.id="2" value="''" type="string" abstract="0" documentation="Configuración del objeto." name="confFile" static="0" scope="200" />
135 <UML:Operation stereotype="" xmi.id="527" type="mixed" abstract="0" documentation="Carga hijos de un objeto. Si hubo error devuelve un PEAR_Error, si no hubo error, devuleve un array de objetos (los hijos)." name="cargarHijos" static="0" scope="200" >
136 <UML:Parameter stereotype="" 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" />
137 <UML:Parameter stereotype="" xmi.id="2" value="true" type="bool" abstract="0" documentation="Si es true, se cargan solo los hijos con el flag habilitado." name="soloHabilitados" static="0" scope="200" />
138 <UML:Parameter stereotype="" xmi.id="3" value="'nombre'" type="string" abstract="0" documentation="Indica cómo ordenar los hijos cargados." name="orden" static="0" scope="201" />
140 <UML:Operation stereotype="" 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="" xmi.id="1" value="" type="DB" abstract="0" documentation="Base de datos de la cual borrar el objeto." name="db" static="0" scope="200" />
143 <UML:Attribute stereotype="" 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" />
146 <UML:Datatype stereotype="datatype" xmi.id="577" abstract="0" documentation="" name="bool" static="0" scope="200" />
147 <UML:Association nameb="" stereotype="" visibilitya="200" visibilityb="200" assoctype="500" rolea="469" roleb="471" multia="" doca="" multib="" docb="" xmi.id="541" abstract="0" documentation="" name="" static="0" scope="200" changeabilitya="900" changeabilityb="900" namea="" />
148 <UML:Association nameb="" stereotype="" visibilitya="200" visibilityb="200" assoctype="500" rolea="416" roleb="516" multia="" doca="" multib="" docb="" xmi.id="545" abstract="0" documentation="" name="" static="0" scope="200" changeabilitya="900" changeabilityb="900" namea="" />
149 <UML:Association nameb="" stereotype="" visibilitya="200" visibilityb="200" assoctype="500" rolea="524" roleb="516" multia="" doca="" multib="" docb="" xmi.id="549" abstract="0" documentation="" name="" static="0" scope="200" changeabilitya="900" changeabilityb="900" namea="" />
150 <UML:Association nameb="" stereotype="" visibilitya="200" visibilityb="200" assoctype="500" rolea="486" roleb="524" multia="" doca="" multib="" docb="" xmi.id="553" abstract="0" documentation="" name="" static="0" scope="200" changeabilitya="900" changeabilityb="900" namea="" />
151 <UML:Association nameb="" stereotype="" visibilitya="200" visibilityb="200" assoctype="500" rolea="413" roleb="524" multia="" doca="" multib="" docb="" xmi.id="557" abstract="0" documentation="" name="" static="0" scope="200" changeabilitya="900" changeabilityb="900" namea="" />
154 <diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" zoom="100" showgrid="1" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="826" snapy="10" showatts="1" xmi.id="412" documentation="" type="402" showops="1" showpackage="0" name="Clases" localid="30000" showstereotype="0" showscope="1" snapcsgrid="0" font="Helvetica,12,-1,5,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="648" >
156 <UML:ClassWidget usesdiagramfillcolour="0" width="397" showattsigs="601" usesdiagramusefillcolour="0" x="110" linecolour="#ff0000" y="410" showopsigs="601" instancename="" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="182" usefillcolor="1" showattributes="1" isinstance="0" xmi.id="413" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Helvetica,8,-1,5,50,0,1,0,0,0" />
157 <UML:ClassWidget usesdiagramfillcolour="0" width="369" showattsigs="601" usesdiagramusefillcolour="0" x="7" linecolour="#ff0000" y="162" showopsigs="601" instancename="" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="182" usefillcolor="1" showattributes="1" isinstance="0" xmi.id="416" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Helvetica,8,-1,5,50,0,1,0,0,0" />
158 <UML:ClassWidget usesdiagramfillcolour="0" width="241" showattsigs="601" usesdiagramusefillcolour="0" x="564" linecolour="#ff0000" y="89" showopsigs="601" instancename="" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="45" usefillcolor="1" showattributes="1" isinstance="0" xmi.id="469" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Helvetica,8,-1,5,50,0,1,0,0,0" />
159 <UML:ClassWidget usesdiagramfillcolour="0" width="68" showattsigs="601" usesdiagramusefillcolour="0" x="650" linecolour="#ff0000" y="20" showopsigs="601" instancename="" usesdiagramlinecolour="0" fillcolour="#dcdcdc" height="25" usefillcolor="1" showattributes="1" isinstance="0" xmi.id="471" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Helvetica,8,-1,5,75,0,0,0,0,0" />
160 <UML:ClassWidget usesdiagramfillcolour="0" width="293" showattsigs="601" usesdiagramusefillcolour="0" x="523" linecolour="#ff0000" y="410" showopsigs="601" instancename="" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="182" usefillcolor="1" showattributes="1" isinstance="0" xmi.id="486" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Helvetica,8,-1,5,50,0,1,0,0,0" />
161 <UML:ClassWidget usesdiagramfillcolour="0" width="324" showattsigs="601" usesdiagramusefillcolour="0" x="169" linecolour="#ff0000" y="20" showopsigs="601" instancename="" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="91" usefillcolor="1" showattributes="1" isinstance="0" xmi.id="516" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Helvetica,8,-1,5,75,1,0,0,0,0" />
162 <UML:ClassWidget usesdiagramfillcolour="0" width="415" showattsigs="601" usesdiagramusefillcolour="0" x="393" linecolour="#ff0000" y="162" showopsigs="601" instancename="" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="65" usefillcolor="1" showattributes="1" isinstance="0" xmi.id="524" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Helvetica,8,-1,5,75,1,0,0,0,0" />
166 <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="471" widgetaid="469" xmi.id="541" >
168 <startpoint startx="684" starty="89" />
169 <endpoint endx="684" endy="45" />
171 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="178" linecolour="none" y="453" instancename="" posttext="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="541" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
172 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="-119" linecolour="none" y="-7" instancename="" posttext="" usesdiagramlinecolour="1" role="701" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="562" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
173 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="-84" linecolour="none" y="30" instancename="" posttext="" usesdiagramlinecolour="1" role="702" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="563" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
174 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="-144" linecolour="none" y="19" instancename="" posttext="" usesdiagramlinecolour="1" role="711" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="541" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
175 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="-106" linecolour="none" y="2" instancename="" posttext="" usesdiagramlinecolour="1" role="712" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="541" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
177 <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="3" indexb="1" widgetbid="516" widgetaid="416" xmi.id="545" >
179 <startpoint startx="191" starty="162" />
180 <endpoint endx="277" endy="111" />
182 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="331" linecolour="none" y="185" instancename="" posttext="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="545" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
183 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="-1" linecolour="none" y="-17" instancename="" posttext="" usesdiagramlinecolour="1" role="701" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="565" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
184 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="-20" linecolour="none" y="11" instancename="" posttext="" usesdiagramlinecolour="1" role="702" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="566" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
185 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="-2" linecolour="none" y="-18" instancename="" posttext="" usesdiagramlinecolour="1" role="711" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="545" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
186 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="-21" linecolour="none" y="10" instancename="" posttext="" usesdiagramlinecolour="1" role="712" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="545" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
188 <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="3" indexb="2" widgetbid="516" widgetaid="524" xmi.id="549" >
190 <startpoint startx="600" starty="162" />
191 <endpoint endx="385" endy="111" />
193 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="648" linecolour="none" y="180" instancename="" posttext="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="549" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
194 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="-33" linecolour="none" y="10" instancename="" posttext="" usesdiagramlinecolour="1" role="701" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="568" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
195 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="-212" linecolour="none" y="-22" instancename="" posttext="" usesdiagramlinecolour="1" role="702" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="569" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
196 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="4" linecolour="none" y="-18" instancename="" posttext="" usesdiagramlinecolour="1" role="711" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="549" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
197 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="-221" linecolour="none" y="4" instancename="" posttext="" usesdiagramlinecolour="1" role="712" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="549" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
199 <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="3" indexb="2" widgetbid="524" widgetaid="486" xmi.id="553" >
201 <startpoint startx="669" starty="410" />
202 <endpoint endx="669" endy="227" />
204 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="715" linecolour="none" y="381" instancename="" posttext="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="553" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
205 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="98" linecolour="none" y="-61" instancename="" posttext="" usesdiagramlinecolour="1" role="701" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="571" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
206 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="-58" linecolour="none" y="-20" instancename="" posttext="" usesdiagramlinecolour="1" role="702" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="572" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
207 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="85" linecolour="none" y="-28" instancename="" posttext="" usesdiagramlinecolour="1" role="711" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="553" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
208 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="12" linecolour="none" y="-48" instancename="" posttext="" usesdiagramlinecolour="1" role="712" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="553" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
210 <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="3" indexb="1" widgetbid="524" widgetaid="413" xmi.id="557" >
212 <startpoint startx="308" starty="410" />
213 <endpoint endx="531" endy="227" />
215 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="652" linecolour="none" y="351" instancename="" posttext="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="557" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
216 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="-172" linecolour="none" y="85" instancename="" posttext="" usesdiagramlinecolour="1" role="701" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="574" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
217 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="107" linecolour="none" y="0" instancename="" posttext="" usesdiagramlinecolour="1" role="702" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="575" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
218 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="-185" linecolour="none" y="57" instancename="" posttext="" usesdiagramlinecolour="1" role="711" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="557" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
219 <UML:FloatingTextWidget usesdiagramfillcolour="1" width="8" usesdiagramusefillcolour="1" x="150" linecolour="none" y="26" instancename="" posttext="" usesdiagramlinecolour="1" role="712" fillcolour="none" height="23" usefillcolor="1" pretext="" isinstance="0" xmi.id="557" text="" font="helvetica,12,-1,5,50,0,0,0,0,0" />
225 <listitem open="1" type="800" id="-1" label="Vistas" >
226 <listitem open="1" type="801" id="-1" label="Vista lógica" >
227 <listitem open="0" type="807" id="412" label="Clases" />
228 <listitem open="1" type="818" id="540" label="AI" />
229 <listitem open="1" type="830" id="-1" label="Datatypes" >
230 <listitem open="1" type="829" id="577" label="bool" />
233 <listitem open="1" type="802" id="-1" label="Vista de caso de uso" />
234 <listitem open="1" type="821" id="-1" label="Component View" />
235 <listitem open="1" type="827" id="-1" label="Deployment View" />