]> git.llucax.com Git - mecon/meconlib.git/blob - marco/doc/uml/Marco.xmi
a50d7e27ae82ba40a0251665f7dda5c71779d390
[mecon/meconlib.git] / marco / doc / uml / Marco.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="Marco" href="/home/mmarrese/public_html/marco/doc/uml/Marco.xmi" />
9   <XMI.metamodel xmi.name="UML" href="UML.xml" xmi.version="1.3" />
10  </XMI.header>
11  <XMI.content>
12   <docsettings viewid="4" documentation="" uniqueid="86" />
13   <umlobjects>
14    <UML:Class stereotype="" package="" xmi.id="3" abstract="0" documentation="Clase que se encarga del manejo del marco en general en los sistemas de intranet.
15 Trabaja de forma general, llamando a los demas objetos para la realizacion del marco." name="Marco" static="0" scope="200" >
16     <UML:Operation stereotype="" package="" xmi.id="26" type="void" abstract="0" documentation="Constructor. Recibe como parametro el nombre del directorio en donde se encuentra el sistema." name="Marco" static="0" scope="200" >
17      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del directorio en donde se encuentra el sistema." name="directorio" static="0" scope="200" />
18     </UML:Operation>
19     <UML:Operation stereotype="" package="" xmi.id="27" type="string" abstract="0" documentation="Funcion que devuelve un string en html para ser agregado en el prepend.php del sistema." name="toHtmlPrepend" static="0" scope="200" />
20     <UML:Operation stereotype="" package="" xmi.id="29" type="string" abstract="0" documentation="Funcion que devuelve un string html para ser agregado al append.php del sistema." name="toHtmlAppend" static="0" scope="200" />
21     <UML:Operation stereotype="" package="" xmi.id="30" type="void" abstract="0" documentation="Funcion que permite agregar archivos de script al sistema, ademas del generico." name="agregarScript" static="0" scope="200" >
22      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del archivo a incluir." name="archivo" static="0" scope="200" />
23     </UML:Operation>
24     <UML:Operation stereotype="" package="" xmi.id="31" type="void" abstract="0" documentation="Funcion que permite agregar archivos de estilo al sistema, ademas del generico." name="agregarEstilo" static="0" scope="200" >
25      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del archivo a incluir." name="archivo" static="0" scope="200" />
26     </UML:Operation>
27     <UML:Operation stereotype="" package="" xmi.id="32" type="array" abstract="0" documentation="Funcion que se encarga de la obtencion y generacion del array de configuracion. Recibe como parametro el directorio en donde se encuentra el sistema." name="obtenerConfiguracion" static="0" scope="201" />
28     <UML:Attribute stereotype="" package="" xmi.id="7" value="" type="string" abstract="0" documentation="Nombre del directorio en donde se encuentra el sistema." name="directorio" static="0" scope="201" />
29     <UML:Attribute stereotype="" package="" xmi.id="8" value="" type="array" abstract="0" documentation="Array con los datos de configuracion del sistema." name="configuracion" static="0" scope="201" />
30     <UML:Attribute stereotype="" package="" xmi.id="20" value="" type="Titulo" abstract="0" documentation="Referencia al objeto Titulo." name="titulo" static="0" scope="201" />
31     <UML:Attribute stereotype="" package="" xmi.id="21" value="" type="Copete" abstract="0" documentation="Referencia al objeto Copete." name="copete" static="0" scope="201" />
32     <UML:Attribute stereotype="" package="" xmi.id="22" value="" type="Script" abstract="0" documentation="Referencia al objeto Script" name="script" static="0" scope="201" />
33     <UML:Attribute stereotype="" package="" xmi.id="23" value="" type="Estilo" abstract="0" documentation="Referencia al objeto Estilo." name="estilo" static="0" scope="201" />
34     <UML:Attribute stereotype="" package="" xmi.id="24" value="" type="Menu" abstract="0" documentation="Referencia al objeto Menu." name="menu" static="0" scope="201" />
35     <UML:Attribute stereotype="" package="" xmi.id="25" value="" type="Pie" abstract="0" documentation="Referencia al objeto Pie." name="pie" static="0" scope="201" />
36    </UML:Class>
37    <UML:Class stereotype="" package="" xmi.id="9" abstract="0" documentation="Clase para el manejo de los copetes de los sistemas integrantes de intranet. Recibe el directorio porque debe obtener la imagen del directorio especificado." name="Copete" static="0" scope="200" >
38     <UML:Operation stereotype="" package="" xmi.id="34" type="void" abstract="0" documentation="Constructor. Recibe el nombre del directorio en donde se encuentra instalado el sistema. El directorio es case sensitive." name="Copete" static="0" scope="200" >
39      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del directorio en donde se encuentra el sistema." name="directorio" static="0" scope="200" />
40     </UML:Operation>
41     <UML:Operation stereotype="" package="" xmi.id="35" type="string" abstract="0" documentation="Funcion que devuelve el string html a imprimir en pantalla." name="toHtml" static="0" scope="200" />
42     <UML:Attribute stereotype="" package="" xmi.id="33" value="" type="string" abstract="0" documentation="Nombre del directorio en donde se encuentra el sistema. Es case sensitive." name="directorio" static="0" scope="201" />
43    </UML:Class>
44    <UML:Class stereotype="" package="" xmi.id="10" abstract="0" documentation="Clase para el manejo de los pie de pagina de los sistemas de la intranet" name="Pie" static="0" scope="200" >
45     <UML:Operation stereotype="" package="" xmi.id="38" type="void" abstract="0" documentation="Constructor. Recibe como parametro el array con los datos de configuracion del sistema." name="Pie" static="0" scope="200" >
46      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="array" abstract="0" documentation="Array con los datos de configuracion del sistema." name="configuracion" static="0" scope="200" />
47     </UML:Operation>
48     <UML:Operation stereotype="" package="" xmi.id="39" type="string" abstract="0" documentation="Funcion que devuelve el string html para imprimir en pantalla." name="toHtml" static="0" scope="200" />
49     <UML:Attribute stereotype="" package="" xmi.id="36" value="" type="array" abstract="0" documentation="Array con los datos de configuracion del sistema." name="configuracion" static="0" scope="201" />
50    </UML:Class>
51    <UML:Class stereotype="" package="" xmi.id="11" abstract="0" documentation="Clase para el manejo de los scripts del sistema. En primera instancia agrega el archivo de script generico que permite el manejo de secciones, etc. Ademas se pueden agregar archivos de script propios del sistema." name="Script" static="0" scope="200" >
52     <UML:Operation stereotype="" package="" xmi.id="42" type="void" abstract="0" documentation="Constructor. Recibe como parametro el directorio en donde se encuentra el sistema. Es case sensitive." name="Script" static="0" scope="200" >
53      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del directorio en donde se ecuentra el sistema." name="directorio" static="0" scope="200" />
54     </UML:Operation>
55     <UML:Operation stereotype="" package="" xmi.id="43" type="string" abstract="0" documentation="Funcion que devuelve un string html con la informacion a imprimir en pantalla." name="toHtml" static="0" scope="200" />
56     <UML:Operation stereotype="" package="" xmi.id="45" type="void" abstract="0" documentation="Funcion que permite agregar un archivo de script nuevo." name="agregarArchivo" static="0" scope="200" >
57      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del archivo a agregar." name="archivo" static="0" scope="200" />
58     </UML:Operation>
59     <UML:Attribute stereotype="" package="" xmi.id="40" value="" type="string" abstract="0" documentation="Nombre del directorio en donde se encuentra el sistema. Es case sensitive." name="directorio" static="0" scope="201" />
60     <UML:Attribute stereotype="" package="" xmi.id="41" value="" type="array(string)" abstract="0" documentation="Array con los nombre de los archivos de script que se fueron agregando." name="archivos" static="0" scope="201" />
61    </UML:Class>
62    <UML:Class stereotype="" package="" xmi.id="12" abstract="0" documentation="Clase para el manejo de los archivos de estilo correspondientes al sistema.                      " name="Estilo" static="0" scope="200" >
63     <UML:Operation stereotype="" package="" xmi.id="48" type="void" abstract="0" documentation="Constructor. Recibe como parametro el nombre del directorio en donde se encuentra el sistema. Es case sensitive." name="Estilo" static="0" scope="200" >
64      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del directorio en donde se encuentra el sistema" name="directorio" static="0" scope="200" />
65     </UML:Operation>
66     <UML:Operation stereotype="" package="" xmi.id="49" type="string" abstract="0" documentation="Funcion que devuelve un string con el html a imprimir en pantalla." name="toHtml" static="0" scope="200" />
67     <UML:Operation stereotype="" package="" xmi.id="50" type="void" abstract="0" documentation="Funcion que permite agregar archivos de estilos propios del sistema, ademas del archivo de estilo generico." name="agregarArchivo" static="0" scope="200" >
68      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del archivo de estilo a agregar" name="archivo" static="0" scope="200" />
69     </UML:Operation>
70     <UML:Attribute stereotype="" package="" xmi.id="46" value="" type="string" abstract="0" documentation="Nombre del directorio en donde se encuentra el sistema" name="directorio" static="0" scope="201" />
71     <UML:Attribute stereotype="" package="" xmi.id="47" value="" type="array(string)" abstract="0" documentation="Array con los nombre de los archivos de estilo que se fueron agregando" name="archivos" static="0" scope="201" />
72    </UML:Class>
73    <UML:Class stereotype="" package="" xmi.id="13" abstract="0" documentation="Clase para el manejo del titulo de los sistemas." name="Titulo" static="0" scope="200" >
74     <UML:Operation stereotype="" package="" xmi.id="52" type="void" abstract="0" documentation="Constructor. Recibe como parametro el array de configuracion del sistema." name="Titulo" static="0" scope="200" >
75      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="array" abstract="0" documentation="      " name="configuracion" static="0" scope="200" />
76     </UML:Operation>
77     <UML:Operation stereotype="" package="" xmi.id="53" type="string" abstract="0" documentation="Funcion que devuelve un string con el html a imprimir en pantalla." name="toHtml" static="0" scope="200" />
78     <UML:Attribute stereotype="" package="" xmi.id="51" value="" type="array" abstract="0" documentation="Array con los datos de configuracion del sistema." name="configuracion" static="0" scope="201" />
79    </UML:Class>
80    <UML:Class stereotype="" package="" xmi.id="14" abstract="0" documentation="Clase para el manejo de los menues y secciones de los sistemas." name="Menu" static="0" scope="200" >
81     <UML:Operation stereotype="" package="" xmi.id="56" type="void" abstract="0" documentation="Constructor. Recibe como parametro el directorio en donde se encuentra el sistema." name="Menu" static="0" scope="200" >
82      <UML:Parameter stereotype="" package="" xmi.id="1" value="null" type="string" abstract="0" documentation="Nombre del directorio en donde se encuentra el sistema.                                                  " name="directorio" static="0" scope="200" />
83      <UML:Parameter stereotype="" package="" xmi.id="2" value="null" type="string" abstract="0" documentation="Nombre del menu" name="nombre" static="0" scope="200" />
84      <UML:Parameter stereotype="" package="" xmi.id="3" value="null" type="string" abstract="0" documentation="Link del menu." name="link" static="0" scope="200" />
85     </UML:Operation>
86     <UML:Operation stereotype="" package="" xmi.id="57" type="void" abstract="0" documentation="Funcion que se encarga de generar el archivo que despues sera utilizado con la funcion EVAL." name="generarArchivo" static="0" scope="201" />
87     <UML:Operation stereotype="" package="" xmi.id="58" type="string" abstract="0" documentation="Funcion que se encarga de obtener el archivo con los datos del objeto para ser utilizado con la funcion EVAL." name="obtenerArchivo" static="0" scope="201" />
88     <UML:Operation stereotype="" package="" xmi.id="59" type="string" abstract="0" documentation="Funcion que devuelve un string en html con lo que hay que imprimir en pantalla." name="toHtml" static="0" scope="200" />
89     <UML:Operation stereotype="" package="" xmi.id="76" type="void" abstract="0" documentation="Funcion que se encarga de obtener y generar el array de configuracion de secciones." name="obtenerConfSecciones" static="0" scope="201" />
90     <UML:Operation stereotype="" package="" xmi.id="82" type="void" abstract="0" documentation="Funcion que arma a partir de la configuracion de las secciones el array con los objetos seccion." name="armarArraySecciones" static="0" scope="201" />
91     <UML:Attribute stereotype="" package="" xmi.id="54" value="" type="array(seccion)" abstract="0" documentation="Array de secciones. Contiene la informacion de las secciones del sistema." name="secciones" static="0" scope="201" />
92     <UML:Attribute stereotype="" package="" xmi.id="55" value="" type="string" abstract="0" documentation="Nombre del directorio en donde se encuentra el sistema;." name="directorio" static="0" scope="201" />
93     <UML:Attribute stereotype="" package="" xmi.id="79" value="" type="array" abstract="0" documentation="Array con la configuracion de las secciones" name="confSecciones" static="0" scope="201" />
94     <UML:Attribute stereotype="" package="" xmi.id="85" value="" type="string" abstract="0" documentation="Nombre del menu" name="nombre" static="0" scope="201" />
95     <UML:Attribute stereotype="" package="" xmi.id="86" value="" type="string" abstract="0" documentation="Link del menu." name="link" static="0" scope="201" />
96    </UML:Class>
97    <UML:Class stereotype="" package="" xmi.id="15" abstract="0" documentation="Clase para el manejo de las paginas. " name="Pagina" static="0" scope="200" >
98     <UML:Operation stereotype="" package="" xmi.id="66" type="void" abstract="0" documentation="Constructor. Recibe como parametro el nombre del archivo pagina." name="Pagina" static="0" scope="200" >
99      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del archivo pagina." name="pagina" static="0" scope="200" />
100     </UML:Operation>
101     <UML:Operation stereotype="" package="" xmi.id="67" type="string" abstract="0" documentation="Funcion que devuelve un string con el link de a la pagina." name="link" static="0" scope="200" />
102     <UML:Attribute stereotype="" package="" xmi.id="65" value="" type="string" abstract="0" documentation="Nombre del archivo pagina." name="link" static="0" scope="201" />
103     <UML:Attribute stereotype="" package="" xmi.id="80" value="" type="string" abstract="0" documentation="Titulo de la pagina" name="titulo" static="0" scope="201" />
104     <UML:Attribute stereotype="" package="" xmi.id="81" value="" type="array" abstract="0" documentation="Permisos de la pagina" name="permisos" static="0" scope="201" />
105    </UML:Class>
106    <UML:Class stereotype="" package="" xmi.id="16" abstract="0" documentation="Clase seccion para el manejo de las secciones" name="Seccion" static="0" scope="200" >
107     <UML:Operation stereotype="" package="" xmi.id="63" type="void" abstract="0" documentation="Constructor. Recibe como parametro el nombre de la seccion" name="Seccion" static="1" scope="200" >
108      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="array" abstract="0" documentation="Array con la informacion de la seccion" name="seccion" static="0" scope="200" />
109     </UML:Operation>
110     <UML:Operation stereotype="" package="" xmi.id="64" type="string" abstract="0" documentation="Funcion que devuelve un string con el html a imprimir por pantalla." name="toHtml" static="0" scope="200" />
111     <UML:Operation stereotype="" package="" xmi.id="84" type="void" abstract="0" documentation="Carga el array con los objetos hijos de la seccion" name="cargarHijos" static="0" scope="201" >
112      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="array" abstract="0" documentation="Array con los datos de los hijos de la seccion" name="hijos" static="0" scope="200" />
113     </UML:Operation>
114     <UML:Attribute stereotype="" package="" xmi.id="60" value="" type="string" abstract="0" documentation="Nombre de la seccion." name="nombre" static="0" scope="201" />
115     <UML:Attribute stereotype="" package="" xmi.id="61" value="" type="Imagen" abstract="0" documentation="Este es el nombre de la imagen" name="imagen" static="0" scope="201" />
116     <UML:Attribute stereotype="" package="" xmi.id="62" value="" type="Menu" abstract="0" documentation="Hijos (menu) de la seccion." name="hijos" static="0" scope="201" />
117    </UML:Class>
118    <UML:Class stereotype="" package="" xmi.id="17" abstract="0" documentation="Clase para el manejo de la animacion de las imagenes. Utilizada principalmente en la barra de secciones" name="ImagenAnimada" static="0" scope="200" >
119     <UML:Operation stereotype="" package="" xmi.id="70" type="void" abstract="0" documentation="Constructor. Recibe como parametro el nombre del archivo que contiene la imagen." name="ImagenAnimada" static="0" scope="200" >
120      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del archivo imagen.   " name="imagenComun" static="0" scope="200" />
121      <UML:Parameter stereotype="" package="" xmi.id="2" value="null" type="string" abstract="0" documentation="Imagen alterna con el mouse por arriba" name="imagenMouseOn" static="0" scope="200" />
122      <UML:Parameter stereotype="" package="" xmi.id="3" value="null" type="string" abstract="0" documentation="Imagen alterna cuando esta seleccionada la seccion" name="imagenSelect" static="0" scope="200" />
123     </UML:Operation>
124     <UML:Operation stereotype="" package="" xmi.id="71" type="string" abstract="0" documentation="Funcion que devuelve un string con el html a imprimir en pantalla." name="toHtml" static="0" scope="200" />
125     <UML:Attribute stereotype="" package="" xmi.id="68" value="" type="string" abstract="0" documentation="Nombre del archivo imagen." name="imgMouseOn" static="0" scope="201" />
126     <UML:Attribute stereotype="" package="" xmi.id="69" value="" type="string" abstract="0" documentation="Nombre del archivo imagen." name="imgSelect" static="0" scope="201" />
127    </UML:Class>
128    <UML:Class stereotype="" package="" xmi.id="18" abstract="0" documentation="Clase para el manejo de las imagenes" name="Imagen" static="0" scope="200" >
129     <UML:Operation stereotype="" package="" xmi.id="73" type="void" abstract="0" documentation="Constructor. Recibe como parametro el nombre del archivo imagen." name="Imagen" static="0" scope="200" >
130      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del archivo imagen" name="imagen" static="0" scope="200" />
131     </UML:Operation>
132     <UML:Operation stereotype="" package="" xmi.id="74" type="string" abstract="0" documentation="Funcion que devuelve un string con el html a imprimir en pantalla." name="toHtml" static="0" scope="200" />
133     <UML:Operation stereotype="" package="" xmi.id="83" type="void" abstract="0" documentation="" name="cargarAlt" static="0" scope="200" >
134      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Alt de la imagen." name="alt" static="0" scope="200" />
135     </UML:Operation>
136     <UML:Attribute stereotype="" package="" xmi.id="72" value="" type="string" abstract="0" documentation="Nombre del archivo imagen" name="imgComun" static="0" scope="201" />
137     <UML:Attribute stereotype="" package="" xmi.id="78" value="" type="string" abstract="0" documentation="Alt de la imagen" name="alt" static="0" scope="201" />
138    </UML:Class>
139   </umlobjects>
140   <diagrams>
141    <diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" showgrid="0" showopsig="1" usefillcolor="1" snapx="6" snapy="6" showatts="1" xmi.id="4" documentation="" type="402" showops="1" showpackage="0" name="Marco" localid="30000" showstereotype="0" showscope="1" font="helvetica,9,-1,0,50,0,0,0,0,0" linecolor="#ff0000" >
142     <widgets>
143      <UML:ConceptWidget usesdiagramfillcolour="0" width="238" showattsigs="601" usesdiagramusefillcolour="0" x="84" linecolour="#ff0000" y="160" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="240" usefillcolor="1" showattributes="1" xmi.id="3" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,9,-1,0,50,0,0,0,0,0" />
144      <UML:ConceptWidget usesdiagramfillcolour="0" width="215" showattsigs="601" usesdiagramusefillcolour="0" x="3" linecolour="#ff0000" y="19" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="64" usefillcolor="1" showattributes="1" xmi.id="9" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,9,-1,0,50,0,0,0,0,0" />
145      <UML:ConceptWidget usesdiagramfillcolour="0" width="209" showattsigs="601" usesdiagramusefillcolour="0" x="239" linecolour="#ff0000" y="17" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="64" usefillcolor="1" showattributes="1" xmi.id="10" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,9,-1,0,50,0,0,0,0,0" />
146      <UML:ConceptWidget usesdiagramfillcolour="0" width="247" showattsigs="601" usesdiagramusefillcolour="0" x="501" linecolour="#ff0000" y="44" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="96" usefillcolor="1" showattributes="1" xmi.id="11" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,9,-1,0,50,0,0,0,0,0" />
147      <UML:ConceptWidget usesdiagramfillcolour="0" width="247" showattsigs="601" usesdiagramusefillcolour="0" x="521" linecolour="#ff0000" y="195" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="96" usefillcolor="1" showattributes="1" xmi.id="12" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,9,-1,0,50,0,0,0,0,0" />
148      <UML:ConceptWidget usesdiagramfillcolour="0" width="202" showattsigs="601" usesdiagramusefillcolour="0" x="342" linecolour="#ff0000" y="896" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="96" usefillcolor="1" showattributes="1" xmi.id="18" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,9,-1,0,50,0,0,0,0,0" />
149      <UML:ConceptWidget usesdiagramfillcolour="0" width="641" showattsigs="601" usesdiagramusefillcolour="0" x="351" linecolour="#ff0000" y="716" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="80" usefillcolor="1" showattributes="1" xmi.id="17" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,9,-1,0,50,0,0,0,0,0" />
150      <UML:ConceptWidget usesdiagramfillcolour="0" width="482" showattsigs="601" usesdiagramusefillcolour="0" x="17" linecolour="#ff0000" y="484" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="192" usefillcolor="1" showattributes="1" xmi.id="14" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,9,-1,0,50,0,0,0,0,0" />
151      <UML:ConceptWidget usesdiagramfillcolour="0" width="191" showattsigs="601" usesdiagramusefillcolour="0" x="26" linecolour="#ff0000" y="854" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="96" usefillcolor="1" showattributes="1" xmi.id="15" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,9,-1,0,50,0,0,0,0,0" />
152      <UML:ConceptWidget usesdiagramfillcolour="0" width="204" showattsigs="601" usesdiagramusefillcolour="0" x="17" linecolour="#ff0000" y="708" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="112" usefillcolor="1" showattributes="1" xmi.id="16" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,9,-1,0,50,0,0,0,0,0" />
153      <UML:ConceptWidget usesdiagramfillcolour="0" width="223" showattsigs="601" usesdiagramusefillcolour="0" x="494" linecolour="#ff0000" y="416" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="64" usefillcolor="1" showattributes="1" xmi.id="13" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,9,-1,0,50,0,0,0,0,0" />
154     </widgets>
155     <messages/>
156     <associations>
157      <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="3" indexb="1" widgetbid="3" widgetaid="9" documentation="" type="501" >
158       <linepath>
159        <startpoint startx="110" starty="83" />
160        <endpoint endx="163" endy="160" />
161       </linepath>
162      </UML:AssocWidget>
163      <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="3" indexb="2" widgetbid="3" widgetaid="10" documentation="" type="501" >
164       <linepath>
165        <startpoint startx="343" starty="81" />
166        <endpoint endx="242" endy="160" />
167       </linepath>
168      </UML:AssocWidget>
169      <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="4" indexb="1" widgetbid="3" widgetaid="11" documentation="" type="501" >
170       <linepath>
171        <startpoint startx="501" starty="92" />
172        <endpoint endx="322" endy="220" />
173       </linepath>
174      </UML:AssocWidget>
175      <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="4" indexb="2" widgetbid="3" widgetaid="12" documentation="" type="501" >
176       <linepath>
177        <startpoint startx="521" starty="243" />
178        <endpoint endx="322" endy="280" />
179       </linepath>
180      </UML:AssocWidget>
181      <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="4" indexb="3" widgetbid="3" widgetaid="13" documentation="" type="501" >
182       <linepath>
183        <startpoint startx="605" starty="416" />
184        <endpoint endx="322" endy="340" />
185       </linepath>
186      </UML:AssocWidget>
187      <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="3" widgetaid="14" documentation="" type="501" >
188       <linepath>
189        <startpoint startx="258" starty="484" />
190        <endpoint endx="203" endy="400" />
191       </linepath>
192      </UML:AssocWidget>
193      <UML:AssocWidget totalcounta="3" indexa="1" totalcountb="3" indexb="1" widgetbid="16" widgetaid="14" documentation="" type="501" >
194       <linepath>
195        <startpoint startx="177" starty="676" />
196        <endpoint endx="85" endy="708" />
197       </linepath>
198      </UML:AssocWidget>
199      <UML:AssocWidget totalcounta="3" indexa="2" totalcountb="3" indexb="2" widgetbid="14" widgetaid="16" documentation="" type="501" >
200       <linepath>
201        <startpoint startx="153" starty="708" />
202        <endpoint endx="338" endy="676" />
203       </linepath>
204      </UML:AssocWidget>
205      <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="15" widgetaid="16" documentation="" type="500" >
206       <linepath>
207        <startpoint startx="119" starty="820" />
208        <endpoint endx="121" endy="854" />
209       </linepath>
210      </UML:AssocWidget>
211      <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="16" widgetaid="17" documentation="" type="501" >
212       <linepath>
213        <startpoint startx="351" starty="756" />
214        <endpoint endx="221" endy="764" />
215       </linepath>
216      </UML:AssocWidget>
217      <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="18" widgetaid="17" documentation="" type="500" >
218       <linepath>
219        <startpoint startx="671" starty="796" />
220        <endpoint endx="443" endy="896" />
221       </linepath>
222      </UML:AssocWidget>
223     </associations>
224    </diagram>
225   </diagrams>
226   <listview>
227    <listitem open="1" type="800" id="-1" label="Views" >
228     <listitem open="1" type="801" id="-1" label="Logical View" >
229      <listitem open="1" type="803" id="-1" label="Marco" >
230       <listitem open="0" type="813" id="9" label="Copete" >
231        <listitem open="0" type="815" id="34" label="Copete" />
232        <listitem open="0" type="814" id="33" label="directorio" />
233        <listitem open="0" type="815" id="35" label="toHtml" />
234       </listitem>
235       <listitem open="0" type="813" id="12" label="Estilo" >
236        <listitem open="0" type="815" id="50" label="agregarArchivo" />
237        <listitem open="0" type="814" id="47" label="archivos" />
238        <listitem open="0" type="814" id="46" label="directorio" />
239        <listitem open="0" type="815" id="48" label="Estilo" />
240        <listitem open="0" type="815" id="49" label="toHtml" />
241       </listitem>
242       <listitem open="0" type="813" id="18" label="Imagen" >
243        <listitem open="0" type="814" id="78" label="alt" />
244        <listitem open="0" type="815" id="83" label="cargarAlt" />
245        <listitem open="0" type="815" id="73" label="Imagen" />
246        <listitem open="0" type="814" id="72" label="imgComun" />
247        <listitem open="0" type="815" id="74" label="toHtml" />
248       </listitem>
249       <listitem open="0" type="813" id="17" label="ImagenAnimada" >
250        <listitem open="0" type="815" id="70" label="ImagenAnimada" />
251        <listitem open="0" type="814" id="68" label="imgMouseOn" />
252        <listitem open="0" type="814" id="69" label="imgSelect" />
253        <listitem open="0" type="815" id="71" label="toHtml" />
254       </listitem>
255       <listitem open="1" type="807" id="4" label="Marco" />
256       <listitem open="0" type="813" id="3" label="Marco" >
257        <listitem open="0" type="815" id="31" label="agregarEstilo" />
258        <listitem open="0" type="815" id="30" label="agregarScript" />
259        <listitem open="0" type="814" id="8" label="configuracion" />
260        <listitem open="0" type="814" id="21" label="copete" />
261        <listitem open="0" type="814" id="7" label="directorio" />
262        <listitem open="0" type="814" id="23" label="estilo" />
263        <listitem open="0" type="815" id="26" label="Marco" />
264        <listitem open="0" type="814" id="24" label="menu" />
265        <listitem open="0" type="815" id="32" label="obtenerConfiguracion" />
266        <listitem open="0" type="814" id="25" label="pie" />
267        <listitem open="0" type="814" id="22" label="script" />
268        <listitem open="0" type="814" id="20" label="titulo" />
269        <listitem open="0" type="815" id="29" label="toHtmlAppend" />
270        <listitem open="0" type="815" id="27" label="toHtmlPrepend" />
271       </listitem>
272       <listitem open="0" type="813" id="14" label="Menu" >
273        <listitem open="0" type="815" id="82" label="armarArraySecciones" />
274        <listitem open="0" type="814" id="79" label="confSecciones" />
275        <listitem open="0" type="814" id="55" label="directorio" />
276        <listitem open="0" type="815" id="57" label="generarArchivo" />
277        <listitem open="0" type="814" id="86" label="link" />
278        <listitem open="0" type="815" id="56" label="Menu" />
279        <listitem open="0" type="814" id="85" label="nombre" />
280        <listitem open="0" type="815" id="58" label="obtenerArchivo" />
281        <listitem open="0" type="815" id="76" label="obtenerConfSecciones" />
282        <listitem open="0" type="814" id="54" label="secciones" />
283        <listitem open="0" type="815" id="59" label="toHtml" />
284       </listitem>
285       <listitem open="0" type="813" id="15" label="Pagina" >
286        <listitem open="0" type="814" id="65" label="link" />
287        <listitem open="0" type="815" id="67" label="link" />
288        <listitem open="0" type="815" id="66" label="Pagina" />
289        <listitem open="0" type="814" id="81" label="permisos" />
290        <listitem open="0" type="814" id="80" label="titulo" />
291       </listitem>
292       <listitem open="0" type="813" id="10" label="Pie" >
293        <listitem open="0" type="814" id="36" label="configuracion" />
294        <listitem open="0" type="815" id="38" label="Pie" />
295        <listitem open="0" type="815" id="39" label="toHtml" />
296       </listitem>
297       <listitem open="0" type="813" id="11" label="Script" >
298        <listitem open="0" type="815" id="45" label="agregarArchivo" />
299        <listitem open="0" type="814" id="41" label="archivos" />
300        <listitem open="0" type="814" id="40" label="directorio" />
301        <listitem open="0" type="815" id="42" label="Script" />
302        <listitem open="0" type="815" id="43" label="toHtml" />
303       </listitem>
304       <listitem open="0" type="813" id="16" label="Seccion" >
305        <listitem open="0" type="815" id="84" label="cargarHijos" />
306        <listitem open="0" type="814" id="62" label="hijos" />
307        <listitem open="0" type="814" id="61" label="imagen" />
308        <listitem open="0" type="814" id="60" label="nombre" />
309        <listitem open="0" type="815" id="63" label="Seccion" />
310        <listitem open="0" type="815" id="64" label="toHtml" />
311       </listitem>
312       <listitem open="0" type="813" id="13" label="Titulo" >
313        <listitem open="0" type="814" id="51" label="configuracion" />
314        <listitem open="0" type="815" id="52" label="Titulo" />
315        <listitem open="0" type="815" id="53" label="toHtml" />
316       </listitem>
317      </listitem>
318     </listitem>
319     <listitem open="1" type="802" id="-1" label="Use Case View" />
320    </listitem>
321   </listview>
322  </XMI.content>
323 </XMI>