]> git.llucax.com Git - mecon/ai.git/blob - doc/uml.xmi
- Se actualiza doc.
[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="467" />
13   <umlobjects>
14    <UML:Class stereotype="" package="" xmi.id="413" abstract="0" documentation="" name="Servicio" static="0" scope="200" >
15     <UML:Operation stereotype="" package="" xmi.id="465" type="void" abstract="0" documentation="" name="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="457" type="bool" abstract="0" documentation="" name="cargar" static="0" scope="200" >
19      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="&amp;mixed" abstract="0" documentation="Base de datos o Resultado a utilizar." name="db" static="0" scope="200" />
20     </UML:Operation>
21     <UML:Operation stereotype="" package="" xmi.id="458" type="bool" abstract="0" documentation="" name="guardar" static="0" scope="200" >
22      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="&amp;DB" abstract="0" documentation="DB donde guardar." name="db" static="0" scope="200" />
23     </UML:Operation>
24     <UML:Operation stereotype="" package="" xmi.id="456" type="bool" abstract="0" documentation="" name="borrar" static="0" scope="200" >
25      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="int" abstract="0" documentation="DB de donde borrar." name="db" static="0" scope="200" />
26     </UML:Operation>
27     <UML:Operation stereotype="" package="" xmi.id="463" type="bool" abstract="0" documentation="" name="cargarHijos" static="0" scope="200" >
28      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="&amp;DB" abstract="0" documentation="DB de donde cargar los hijos." name="db" static="0" scope="200" />
29     </UML:Operation>
30     <UML:Attribute stereotype="" package="" xmi.id="428" value="0" type="int" abstract="0" documentation="ID del servicio." name="servicio" static="0" scope="200" />
31     <UML:Attribute stereotype="" package="" xmi.id="452" value="0" type="int" abstract="0" documentation="" name="padre" static="0" scope="200" />
32     <UML:Attribute stereotype="" package="" xmi.id="467" value="array()" type="array" abstract="0" documentation="Servicios hijos." name="hijos" static="0" scope="202" />
33     <UML:Attribute stereotype="" package="" xmi.id="429" value="''" type="string" abstract="0" documentation="Nombre del servicio." name="nombre" static="0" scope="200" />
34     <UML:Attribute stereotype="" package="" xmi.id="433" value="''" type="string" abstract="0" documentation="Descripción del servicio." name="descripcion" static="0" scope="200" />
35     <UML:Attribute stereotype="" package="" xmi.id="430" value="null" type="HTML_Imagen" abstract="0" documentation="Ícono del servicio." name="icono" static="0" scope="200" />
36     <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" />
37     <UML:Attribute stereotype="" package="" xmi.id="432" value="''" type="string" abstract="0" documentation="Enlace a donde se encuentra la ayuda del servicio." name="linkAyuda" static="0" scope="200" />
38     <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="necesitaLogueo" static="0" scope="200" />
39     <UML:Attribute stereotype="" package="" xmi.id="444" value="true" type="bool" abstract="0" documentation="Indica si esta habilitado." name="habilitado" static="0" scope="200" />
40    </UML:Class>
41    <UML:Class stereotype="" package="" xmi.id="414" abstract="0" documentation="Grupo de secciones." name="GrupoSecciones" static="0" scope="200" >
42     <UML:Operation stereotype="" package="" xmi.id="464" type="void" abstract="0" documentation="" name="GrupoSecciones" static="0" scope="200" >
43      <UML:Parameter stereotype="" package="" xmi.id="1" value="0" type="int" abstract="0" documentation="ID del grupo." name="grupo" static="0" scope="200" />
44     </UML:Operation>
45     <UML:Operation stereotype="" package="" xmi.id="453" type="bool" abstract="0" documentation="" name="cargar" static="0" scope="200" >
46      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="&amp;mixed" abstract="0" documentation="Base de datos o Resultado a utilizar." name="db" static="0" scope="200" />
47     </UML:Operation>
48     <UML:Operation stereotype="" package="" xmi.id="454" type="bool" abstract="0" documentation="" name="guardar" static="0" scope="200" >
49      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="&amp;DB" abstract="0" documentation="DB donde guardar." name="db" static="0" scope="200" />
50     </UML:Operation>
51     <UML:Operation stereotype="" package="" xmi.id="455" type="bool" abstract="0" documentation="" name="borrar" static="0" scope="200" >
52      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="int" abstract="0" documentation="DB de donde borrar." name="db" static="0" scope="200" />
53     </UML:Operation>
54     <UML:Operation stereotype="" package="" xmi.id="462" type="bool" abstract="0" documentation="" name="cargarHijos" static="0" scope="200" >
55      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="&amp;DB" abstract="0" documentation="DB de donde cargar los hijos." name="db" static="0" scope="200" />
56     </UML:Operation>
57     <UML:Attribute stereotype="" package="" xmi.id="420" value="0" type="int" abstract="0" documentation="ID del grupo de secciones." name="grupo" static="0" scope="200" />
58     <UML:Attribute stereotype="" package="" xmi.id="425" value="''" type="string" abstract="0" documentation="Nombre." name="nombre" static="0" scope="200" />
59     <UML:Attribute stereotype="" package="" xmi.id="450" value="0" type="int" abstract="0" documentation="" name="padre" static="0" scope="200" />
60     <UML:Attribute stereotype="" package="" xmi.id="422" value="array()" type="array" abstract="0" documentation="Grupos de secciones que tiene este grupo.
61 x2c:get" name="hijos" static="0" scope="202" />
62     <UML:Attribute stereotype="" package="" xmi.id="424" value="array()" type="array" abstract="0" documentation="Secciones que pertenecen a este grupo." name="secciones" static="0" scope="200" />
63     <UML:Attribute stereotype="" package="" xmi.id="426" value="0" type="int" abstract="0" documentation="Antigüedad (en días) de las noticias a mostrar." name="antiguedad" static="0" scope="200" />
64     <UML:Attribute stereotype="" package="" xmi.id="427" value="false" type="bool" abstract="0" documentation="True si hay que mostrar los grupos hijos (?? FIXME)." name="mostrarHijos" static="0" scope="200" />
65     <UML:Attribute stereotype="" package="" xmi.id="443" value="true" type="bool" abstract="0" documentation="Indica si esta habilitado." name="habilitado" static="0" scope="200" />
66    </UML:Class>
67    <UML:Class stereotype="" package="" xmi.id="416" abstract="0" documentation="" name="Sistema" static="0" scope="200" >
68     <UML:Operation stereotype="" package="" xmi.id="466" type="void" abstract="0" documentation="" name="Sistema" static="0" scope="200" >
69      <UML:Parameter stereotype="" package="" xmi.id="1" value="0" type="int" abstract="0" documentation="ID del sistema." name="sistema" static="0" scope="200" />
70     </UML:Operation>
71     <UML:Operation stereotype="" package="" xmi.id="460" type="bool" abstract="0" documentation="" name="cargar" static="0" scope="200" >
72      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="&amp;mixed" abstract="0" documentation="Base de datos o Resultado a utilizar." name="db" static="0" scope="200" />
73     </UML:Operation>
74     <UML:Operation stereotype="" package="" xmi.id="459" type="bool" abstract="0" documentation="" name="guardar" static="0" scope="200" >
75      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="&amp;DB" abstract="0" documentation="DB donde guardar." name="db" static="0" scope="200" />
76     </UML:Operation>
77     <UML:Operation stereotype="" package="" xmi.id="461" type="bool" abstract="0" documentation="" name="borrar" static="0" scope="200" >
78      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="int" abstract="0" documentation="DB de donde borrar." name="db" static="0" scope="200" />
79     </UML:Operation>
80     <UML:Attribute stereotype="" package="" xmi.id="437" value="0" type="int" abstract="0" documentation="ID del sistema (ID en SAMURAI)." name="sistema" static="0" scope="200" />
81     <UML:Attribute stereotype="" package="" xmi.id="438" value="null" type="HTML_Imagen" abstract="0" documentation="Ícono del sistema." name="icono" static="0" scope="200" />
82     <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" />
83     <UML:Attribute stereotype="" package="" xmi.id="440" value="''" type="string" abstract="0" documentation="Enlace a la ayuda del sistema." name="linkAyuda" static="0" scope="200" />
84     <UML:Attribute stereotype="" package="" xmi.id="445" value="true" type="bool" abstract="0" documentation="Indica si esta habilitado." name="habilitado" static="0" scope="200" />
85    </UML:Class>
86   </umlobjects>
87   <diagrams>
88    <diagram snapgrid="1" 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" >
89     <widgets>
90      <UML:ConceptWidget usesdiagramfillcolour="0" width="182" showattsigs="601" usesdiagramusefillcolour="0" x="320" linecolour="#ff0000" y="30" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="224" 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" />
91      <UML:ConceptWidget usesdiagramfillcolour="0" width="211" showattsigs="601" usesdiagramusefillcolour="0" x="20" linecolour="#ff0000" y="30" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="196" usefillcolor="1" showattributes="1" xmi.id="414" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Helvetica,8,-1,5,50,0,0,0,0,0" />
92      <UML:ConceptWidget usesdiagramfillcolour="0" width="184" showattsigs="601" usesdiagramusefillcolour="0" x="20" linecolour="#ff0000" y="250" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="140" 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" />
93     </widgets>
94     <messages/>
95     <associations/>
96    </diagram>
97   </diagrams>
98   <listview>
99    <listitem open="1" type="800" id="-1" label="Views" >
100     <listitem open="1" type="801" id="-1" label="Logical View" >
101      <listitem open="0" type="807" id="412" label="Clases" />
102      <listitem open="0" type="813" id="414" label="GrupoSecciones" >
103       <listitem open="0" type="814" id="426" label="antiguedad" />
104       <listitem open="0" type="815" id="455" label="borrar" />
105       <listitem open="0" type="815" id="453" label="cargar" />
106       <listitem open="0" type="815" id="462" label="cargarHijos" />
107       <listitem open="0" type="814" id="420" label="grupo" />
108       <listitem open="0" type="815" id="464" label="GrupoSecciones" />
109       <listitem open="0" type="815" id="454" label="guardar" />
110       <listitem open="0" type="814" id="443" label="habilitado" />
111       <listitem open="0" type="814" id="422" label="hijos" />
112       <listitem open="0" type="814" id="427" label="mostrarHijos" />
113       <listitem open="0" type="814" id="425" label="nombre" />
114       <listitem open="0" type="814" id="450" label="padre" />
115       <listitem open="0" type="814" id="424" label="secciones" />
116      </listitem>
117      <listitem open="0" type="813" id="413" label="Servicio" >
118       <listitem open="0" type="815" id="456" label="borrar" />
119       <listitem open="0" type="815" id="457" label="cargar" />
120       <listitem open="0" type="815" id="463" label="cargarHijos" />
121       <listitem open="0" type="814" id="433" label="descripcion" />
122       <listitem open="0" type="815" id="458" label="guardar" />
123       <listitem open="0" type="814" id="444" label="habilitado" />
124       <listitem open="0" type="814" id="467" label="hijos" />
125       <listitem open="0" type="814" id="430" label="icono" />
126       <listitem open="0" type="814" id="431" label="link" />
127       <listitem open="0" type="814" id="432" label="linkAyuda" />
128       <listitem open="0" type="814" id="434" label="necesitaLogueo" />
129       <listitem open="0" type="814" id="429" label="nombre" />
130       <listitem open="0" type="814" id="452" label="padre" />
131       <listitem open="0" type="814" id="428" label="servicio" />
132       <listitem open="0" type="815" id="465" label="Servicio" />
133      </listitem>
134      <listitem open="0" type="813" id="416" label="Sistema" >
135       <listitem open="0" type="815" id="461" label="borrar" />
136       <listitem open="0" type="815" id="460" label="cargar" />
137       <listitem open="0" type="815" id="459" label="guardar" />
138       <listitem open="0" type="814" id="445" label="habilitado" />
139       <listitem open="0" type="814" id="438" label="icono" />
140       <listitem open="0" type="814" id="439" label="link" />
141       <listitem open="0" type="814" id="440" label="linkAyuda" />
142       <listitem open="0" type="814" id="437" label="sistema" />
143       <listitem open="0" type="815" id="466" label="Sistema" />
144      </listitem>
145     </listitem>
146     <listitem open="1" type="802" id="-1" label="Use Case View" />
147    </listitem>
148   </listview>
149  </XMI.content>
150 </XMI>