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.1</XMI.exporterVersion>
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" />
12 <docsettings viewid="4" documentation="" uniqueid="123" />
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="31" type="void" abstract="0" documentation="Funcion que permite agregar archivos de estilo al sistema, ademas del generico." name="agregarEstilo" static="0" scope="200" >
17 <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del archivo a incluir." name="archivo" static="0" scope="200" />
19 <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" >
20 <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" />
22 <UML:Operation stereotype="" package="" xmi.id="91" type="string" abstract="0" documentation="Funcion que se encarga mostrar en pantalla el contenido completo de la pagina. Este metodo utiliza la clase HTML_Page, lo que nos permite utilizar solamente clases y nada de hooks." name="display" static="0" scope="200" />
23 <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" />
24 <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" />
25 <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" >
26 <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del archivo a incluir." name="archivo" static="0" scope="200" />
28 <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" />
29 <UML:Operation stereotype="" package="" xmi.id="97" type="void" abstract="0" documentation="" name="addBody" static="0" scope="200" >
30 <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="Mixed" abstract="0" documentation="Mixed. Recibe el contenido a agregar como body de la pagina" name="body" static="0" scope="200" />
32 <UML:Operation stereotype="" package="" xmi.id="112" type="void" abstract="0" documentation="Funcion que se encarga de agregar a la pagina el contenido del header" name="header_display" static="0" scope="201" />
33 <UML:Operation stereotype="" package="" xmi.id="113" type="void" abstract="0" documentation="Funcion que se encarga de agregar a la pagina el contenido del body" name="body_display" static="0" scope="201" />
34 <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" />
35 <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" />
36 <UML:Attribute stereotype="" package="" xmi.id="20" value="" type="Titulo" abstract="0" documentation="Referencia al objeto Titulo." name="titulo" static="0" scope="201" />
37 <UML:Attribute stereotype="" package="" xmi.id="21" value="" type="Copete" abstract="0" documentation="Referencia al objeto Copete." name="copete" static="0" scope="201" />
38 <UML:Attribute stereotype="" package="" xmi.id="24" value="" type="Menu" abstract="0" documentation="Referencia al objeto Menu." name="menu" static="0" scope="201" />
39 <UML:Attribute stereotype="" package="" xmi.id="25" value="" type="Pie" abstract="0" documentation="Referencia al objeto Pie." name="pie" static="0" scope="201" />
40 <UML:Attribute stereotype="" package="" xmi.id="123" value="" type="string" abstract="0" documentation="Html de lo que se quiere incluir" name="contenido" static="0" scope="201" />
42 <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" >
43 <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" >
44 <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" />
46 <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" />
47 <UML:Operation stereotype="" package="" xmi.id="94" type="string" abstract="0" documentation="Funcion que devuelve el html de la imagen a incluir." name="darCopete" static="0" scope="200" />
48 <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" />
50 <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" >
51 <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" >
52 <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" />
54 <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" />
55 <UML:Operation stereotype="" package="" xmi.id="95" type="string" abstract="0" documentation="Funcion que devuelve el pie a incluir en el marco." name="darPie" static="0" scope="200" />
56 <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" />
58 <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" >
59 <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" >
60 <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" />
62 <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" />
63 <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" >
64 <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del archivo a agregar." name="archivo" static="0" scope="200" />
66 <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" />
67 <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" />
69 <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" >
70 <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" >
71 <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" />
73 <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" />
74 <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" >
75 <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" />
77 <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" />
78 <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" />
80 <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" >
81 <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" >
82 <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="array" abstract="0" documentation=" " name="configuracion" static="0" scope="200" />
84 <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" />
85 <UML:Operation stereotype="" package="" xmi.id="96" type="string" abstract="0" documentation="Funcion que devuelve el titulo del sistema." name="darTitulo" static="0" scope="200" />
86 <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" />
88 <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" >
89 <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" >
90 <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" />
92 <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" />
93 <UML:Operation stereotype="" package="" xmi.id="87" type="string" abstract="0" documentation="Funcion que devuelve un string en html de las secciones con lo que hay que imprimir en pantalla." name="toHtmlSecciones" static="0" scope="200" />
94 <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" />
95 <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" >
96 <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del directorio en donde se encuentra el sistema instalado" name="directorio" static="0" scope="200" />
98 <UML:Operation stereotype="" package="" xmi.id="76" type="array" abstract="0" documentation="Funcion que obtiene el archivo de configuracion de secciones." name="obtenerConfSecciones" static="0" scope="201" />
99 <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" >
100 <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="array" abstract="0" documentation="Array con la informacion de las secciones" name="confSec" static="0" scope="200" />
102 <UML:Operation stereotype="" package="" xmi.id="114" type="Seccion" abstract="0" documentation="Funcion que devuelve la seccion que se selecciono" name="darSecSel" static="0" scope="200" />
103 <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" />
104 <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" />
105 <UML:Attribute stereotype="" package="" xmi.id="85" value="" type="string" abstract="0" documentation="Nombre del menu" name="nombre" static="0" scope="201" />
106 <UML:Attribute stereotype="" package="" xmi.id="86" value="" type="string" abstract="0" documentation="Link del menu." name="link" static="0" scope="201" />
107 <UML:Attribute stereotype="" package="" xmi.id="104" value="" type="int" abstract="0" documentation="Valor del colspan necesario para poder armar la pagina" name="colspan" static="0" scope="201" />
108 <UML:Attribute stereotype="" package="" xmi.id="109" value="" type="string" abstract="0" documentation="Nombre de la imagen del menu" name="imagen" static="0" scope="201" />
109 <UML:Attribute stereotype="" package="" xmi.id="116" value="" type="Seccion" abstract="0" documentation="Contiene el objeto seccion seleccionada" name="seccionSelect" static="0" scope="201" />
111 <UML:Class stereotype="" package="" xmi.id="15" abstract="0" documentation="Clase para el manejo de las paginas. " name="Pagina" static="0" scope="200" >
112 <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" >
113 <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del archivo pagina." name="pagina" static="0" scope="200" />
115 <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" />
116 <UML:Attribute stereotype="" package="" xmi.id="65" value="" type="string" abstract="0" documentation="Nombre del archivo pagina." name="link" static="0" scope="201" />
117 <UML:Attribute stereotype="" package="" xmi.id="80" value="" type="string" abstract="0" documentation="Titulo de la pagina" name="titulo" static="0" scope="201" />
118 <UML:Attribute stereotype="" package="" xmi.id="81" value="" type="array" abstract="0" documentation="Permisos de la pagina" name="permisos" static="0" scope="201" />
120 <UML:Class stereotype="" package="" xmi.id="16" abstract="0" documentation="Clase seccion para el manejo de las secciones" name="Seccion" static="0" scope="200" >
121 <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" >
122 <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" />
123 <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="string" abstract="0" documentation="Nombre de la seccion que esta seleccionada" name="seccionSel" static="0" scope="200" />
125 <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" />
126 <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" >
127 <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" />
129 <UML:Operation stereotype="" package="" xmi.id="117" type="string" abstract="0" documentation="Devuelve un string con el tipo de menu de la seccion" name="darTipoMenu" static="0" scope="200" />
130 <UML:Operation stereotype="" package="" xmi.id="119" type="string" abstract="0" documentation="Funcion que devuelve un string con el html a imprimir por pantalla del menu de la seccion." name="menuToHtml" static="0" scope="200" />
131 <UML:Operation stereotype="" package="" xmi.id="121" type="string" abstract="0" documentation="Funcion que devuelve el string del titulo de la seccion" name="tituloToHtml" static="0" scope="200" />
132 <UML:Operation stereotype="" package="" xmi.id="122" type="string" abstract="0" documentation="Funcion que devuelve el string del titulo a mostrar en pantalla" name="darTitulo" static="0" scope="201" />
133 <UML:Attribute stereotype="" package="" xmi.id="60" value="" type="string" abstract="0" documentation="Nombre de la seccion." name="nombre" static="0" scope="201" />
134 <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" />
135 <UML:Attribute stereotype="" package="" xmi.id="62" value="" type="Menu" abstract="0" documentation="Hijos (menu) de la seccion." name="hijos" static="0" scope="201" />
136 <UML:Attribute stereotype="" package="" xmi.id="118" value="" type="string" abstract="0" documentation="Valor string del tipo de menu de la seccion" name="tipoMenu" static="0" scope="201" />
137 <UML:Attribute stereotype="" package="" xmi.id="120" value="" type="int" abstract="0" documentation="1 si la seccion esta seleccionada, 0 en caso contrario" name="select" static="0" scope="201" />
139 <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" >
140 <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" >
141 <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del archivo imagen. " name="imagenComun" static="0" scope="200" />
142 <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" />
143 <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" />
145 <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" />
146 <UML:Attribute stereotype="" package="" xmi.id="68" value="" type="string" abstract="0" documentation="Nombre del archivo imagen." name="imgMouseOn" static="0" scope="201" />
147 <UML:Attribute stereotype="" package="" xmi.id="69" value="" type="string" abstract="0" documentation="Nombre del archivo imagen." name="imgSelect" static="0" scope="201" />
149 <UML:Class stereotype="" package="" xmi.id="18" abstract="0" documentation="Clase para el manejo de las imagenes" name="Imagen" static="0" scope="200" >
150 <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" >
151 <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del archivo imagen" name="imagen" static="0" scope="200" />
153 <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" />
154 <UML:Operation stereotype="" package="" xmi.id="83" type="void" abstract="0" documentation="" name="cargarAlt" static="0" scope="200" >
155 <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Alt de la imagen." name="alt" static="0" scope="200" />
157 <UML:Attribute stereotype="" package="" xmi.id="72" value="" type="string" abstract="0" documentation="Nombre del archivo imagen" name="imgComun" static="0" scope="201" />
158 <UML:Attribute stereotype="" package="" xmi.id="78" value="" type="string" abstract="0" documentation="Alt de la imagen" name="alt" static="0" scope="201" />
160 <UML:Class stereotype="" package="" xmi.id="92" abstract="0" documentation="x2c:extern
161 x2c:include: HTML/Page.php" name="HTML_Page" static="0" scope="200" />
162 <UML:Class stereotype="" package="" xmi.id="100" abstract="0" documentation="Clase que se encarga del manejo de los menues horizontales" name="MenuHorizontal" static="0" scope="200" >
163 <UML:Operation stereotype="" package="" xmi.id="106" type="string" abstract="0" documentation="Funcion que se encarga de devolver el html de lo que hay que mostrar por pantalla" name="toHtml" static="0" scope="200" />
164 <UML:Operation stereotype="" package="" xmi.id="111" type="void" abstract="0" documentation="Constructor. Recibe el nombre del menu, el link y el nombre de la imagen." name="MenuHorizontal" static="0" scope="200" >
165 <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del menu" name="nombre" static="0" scope="200" />
166 <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="string" abstract="0" documentation="Link del menu" name="link" static="0" scope="200" />
167 <UML:Parameter stereotype="" package="" xmi.id="3" value="" type="string" abstract="0" documentation="Nombre de la imagen del menu" name="imagen" static="0" scope="200" />
170 <UML:Class stereotype="" package="" xmi.id="103" abstract="0" documentation="" name="MenuVertical" static="0" scope="200" >
171 <UML:Operation stereotype="" package="" xmi.id="107" type="string" abstract="0" documentation="Funcion que se encarga de devolver el html que hay que mostrar en pantalla." name="toHtml" static="0" scope="200" />
172 <UML:Operation stereotype="" package="" xmi.id="110" type="void" abstract="0" documentation="Constructor. Recibe el nombre del menu, el link y el nombre de la imagen." name="MenuVertical" static="0" scope="200" >
173 <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del menu" name="nombre" static="0" scope="200" />
174 <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="string" abstract="0" documentation="Link del menu" name="link" static="0" scope="200" />
175 <UML:Parameter stereotype="" package="" xmi.id="3" value="" type="string" abstract="0" documentation="Imagen del menu" name="imagen" static="0" scope="200" />
180 <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,6,-1,0,50,0,0,0,0,0" linecolor="#ff0000" >
182 <UML:ConceptWidget usesdiagramfillcolour="0" width="164" showattsigs="601" usesdiagramusefillcolour="0" x="416" linecolour="#ff0000" y="157" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="198" usefillcolor="1" showattributes="1" xmi.id="3" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,6,-1,0,50,0,0,0,0,0" />
183 <UML:ConceptWidget usesdiagramfillcolour="0" width="147" showattsigs="601" usesdiagramusefillcolour="0" x="3" linecolour="#ff0000" y="19" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="55" usefillcolor="1" showattributes="1" xmi.id="9" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,6,-1,0,50,0,0,0,0,0" />
184 <UML:ConceptWidget usesdiagramfillcolour="0" width="144" showattsigs="601" usesdiagramusefillcolour="0" x="239" linecolour="#ff0000" y="17" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="55" usefillcolor="1" showattributes="1" xmi.id="10" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,6,-1,0,50,0,0,0,0,0" />
185 <UML:ConceptWidget usesdiagramfillcolour="0" width="139" showattsigs="601" usesdiagramusefillcolour="0" x="351" linecolour="#ff0000" y="995" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="66" usefillcolor="1" showattributes="1" xmi.id="18" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,6,-1,0,50,0,0,0,0,0" />
186 <UML:ConceptWidget usesdiagramfillcolour="0" width="436" showattsigs="601" usesdiagramusefillcolour="0" x="233" linecolour="#ff0000" y="877" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="55" usefillcolor="1" showattributes="1" xmi.id="17" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,6,-1,0,50,0,0,0,0,0" />
187 <UML:ConceptWidget usesdiagramfillcolour="0" width="195" showattsigs="601" usesdiagramusefillcolour="0" x="454" linecolour="#ff0000" y="385" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="176" usefillcolor="1" showattributes="1" xmi.id="14" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,6,-1,0,50,0,0,0,0,0" />
188 <UML:ConceptWidget usesdiagramfillcolour="0" width="136" showattsigs="601" usesdiagramusefillcolour="0" x="44" linecolour="#ff0000" y="320" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="66" usefillcolor="1" showattributes="1" xmi.id="15" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,6,-1,0,50,0,0,0,0,0" />
189 <UML:ConceptWidget usesdiagramfillcolour="0" width="216" showattsigs="601" usesdiagramusefillcolour="0" x="65" linecolour="#ff0000" y="505" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="143" usefillcolor="1" showattributes="1" xmi.id="16" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,6,-1,0,50,0,0,0,0,0" />
190 <UML:ConceptWidget usesdiagramfillcolour="0" width="153" showattsigs="601" usesdiagramusefillcolour="0" x="489" linecolour="#ff0000" y="42" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="55" usefillcolor="1" showattributes="1" xmi.id="13" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,6,-1,0,50,0,0,0,0,0" />
191 <UML:ConceptWidget usesdiagramfillcolour="0" width="64" showattsigs="601" usesdiagramusefillcolour="0" x="676" linecolour="#ff0000" y="180" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="21" usefillcolor="1" showattributes="1" xmi.id="92" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,6,-1,0,50,0,0,0,0,0" />
192 <UML:ConceptWidget usesdiagramfillcolour="0" width="283" showattsigs="601" usesdiagramusefillcolour="0" x="437" linecolour="#ff0000" y="772" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="38" usefillcolor="1" showattributes="1" xmi.id="100" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,6,-1,0,50,0,0,0,0,0" />
193 <UML:ConceptWidget usesdiagramfillcolour="0" width="273" showattsigs="601" usesdiagramusefillcolour="0" x="283" linecolour="#ff0000" y="680" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="38" usefillcolor="1" showattributes="1" xmi.id="103" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,6,-1,0,50,0,0,0,0,0" />
197 <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="3" indexb="2" widgetbid="3" widgetaid="9" documentation="" type="501" >
199 <startpoint startx="150" starty="46" />
200 <endpoint endx="416" endy="289" />
203 <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="3" indexb="1" widgetbid="3" widgetaid="10" documentation="" type="501" >
205 <startpoint startx="311" starty="72" />
206 <endpoint endx="416" endy="223" />
209 <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="3" widgetaid="13" documentation="" type="501" >
211 <startpoint startx="565" starty="97" />
212 <endpoint endx="498" endy="157" />
215 <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="3" widgetaid="14" documentation="" type="501" >
217 <startpoint startx="551" starty="385" />
218 <endpoint endx="498" endy="355" />
221 <UML:AssocWidget totalcounta="4" indexa="1" totalcountb="2" indexb="1" widgetbid="15" widgetaid="16" documentation="" type="500" >
223 <startpoint startx="119" starty="505" />
224 <endpoint endx="112" endy="386" />
227 <UML:AssocWidget totalcounta="3" indexa="1" totalcountb="2" indexb="1" widgetbid="16" widgetaid="17" documentation="" type="501" >
229 <startpoint startx="378" starty="877" />
230 <endpoint endx="173" endy="648" />
233 <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="18" widgetaid="17" documentation="" type="500" >
235 <startpoint startx="451" starty="932" />
236 <endpoint endx="420" endy="995" />
239 <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="92" widgetaid="3" documentation="" type="500" >
241 <startpoint startx="580" starty="256" />
242 <endpoint endx="676" endy="190" />
245 <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="14" widgetaid="100" documentation="" type="500" >
247 <startpoint startx="578" starty="772" />
248 <endpoint endx="551" endy="561" />
251 <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="4" indexb="3" widgetbid="14" widgetaid="103" documentation="" type="500" >
253 <startpoint startx="419" starty="680" />
254 <endpoint endx="454" endy="517" />
257 <UML:AssocWidget totalcounta="3" indexa="2" totalcountb="2" indexb="1" widgetbid="100" widgetaid="17" documentation="" type="501" >
259 <startpoint startx="523" starty="877" />
260 <endpoint endx="578" endy="810" />
263 <UML:AssocWidget totalcounta="4" indexa="2" totalcountb="4" indexb="1" widgetbid="14" widgetaid="16" documentation="" type="501" >
265 <startpoint startx="173" starty="505" />
266 <endpoint endx="454" endy="429" />
269 <UML:AssocWidget totalcounta="4" indexa="2" totalcountb="4" indexb="3" widgetbid="16" widgetaid="14" documentation="" type="501" >
271 <startpoint startx="454" starty="473" />
272 <endpoint endx="227" endy="505" />
279 <listitem open="1" type="800" id="-1" label="Views" >
280 <listitem open="1" type="801" id="-1" label="Logical View" >
281 <listitem open="1" type="813" id="92" label="HTML_Page" />
282 <listitem open="1" type="803" id="-1" label="Marco" >
283 <listitem open="0" type="813" id="9" label="Copete" >
284 <listitem open="0" type="815" id="34" label="Copete" />
285 <listitem open="0" type="815" id="94" label="darCopete" />
286 <listitem open="0" type="814" id="33" label="directorio" />
287 <listitem open="0" type="815" id="35" label="toHtml" />
289 <listitem open="0" type="813" id="12" label="Estilo" >
290 <listitem open="0" type="815" id="50" label="agregarArchivo" />
291 <listitem open="0" type="814" id="47" label="archivos" />
292 <listitem open="0" type="814" id="46" label="directorio" />
293 <listitem open="0" type="815" id="48" label="Estilo" />
294 <listitem open="0" type="815" id="49" label="toHtml" />
296 <listitem open="0" type="813" id="18" label="Imagen" >
297 <listitem open="0" type="814" id="78" label="alt" />
298 <listitem open="0" type="815" id="83" label="cargarAlt" />
299 <listitem open="0" type="815" id="73" label="Imagen" />
300 <listitem open="0" type="814" id="72" label="imgComun" />
301 <listitem open="0" type="815" id="74" label="toHtml" />
303 <listitem open="0" type="813" id="17" label="ImagenAnimada" >
304 <listitem open="0" type="815" id="70" label="ImagenAnimada" />
305 <listitem open="0" type="814" id="68" label="imgMouseOn" />
306 <listitem open="0" type="814" id="69" label="imgSelect" />
307 <listitem open="0" type="815" id="71" label="toHtml" />
309 <listitem open="1" type="807" id="4" label="Marco" />
310 <listitem open="0" type="813" id="3" label="Marco" >
311 <listitem open="0" type="815" id="97" label="addBody" />
312 <listitem open="0" type="815" id="31" label="agregarEstilo" />
313 <listitem open="0" type="815" id="30" label="agregarScript" />
314 <listitem open="0" type="815" id="113" label="body_display" />
315 <listitem open="0" type="814" id="8" label="configuracion" />
316 <listitem open="0" type="814" id="123" label="contenido" />
317 <listitem open="0" type="814" id="21" label="copete" />
318 <listitem open="0" type="814" id="7" label="directorio" />
319 <listitem open="0" type="815" id="91" label="display" />
320 <listitem open="0" type="815" id="112" label="header_display" />
321 <listitem open="0" type="815" id="26" label="Marco" />
322 <listitem open="0" type="814" id="24" label="menu" />
323 <listitem open="0" type="815" id="32" label="obtenerConfiguracion" />
324 <listitem open="0" type="814" id="25" label="pie" />
325 <listitem open="0" type="814" id="20" label="titulo" />
326 <listitem open="0" type="815" id="29" label="toHtmlAppend" />
327 <listitem open="0" type="815" id="27" label="toHtmlPrepend" />
329 <listitem open="0" type="813" id="14" label="Menu" >
330 <listitem open="0" type="815" id="82" label="armarArraySecciones" />
331 <listitem open="0" type="814" id="104" label="colspan" />
332 <listitem open="0" type="815" id="114" label="darSecSel" />
333 <listitem open="0" type="814" id="55" label="directorio" />
334 <listitem open="0" type="815" id="57" label="generarArchivo" />
335 <listitem open="0" type="814" id="109" label="imagen" />
336 <listitem open="0" type="814" id="86" label="link" />
337 <listitem open="0" type="815" id="56" label="Menu" />
338 <listitem open="0" type="814" id="85" label="nombre" />
339 <listitem open="0" type="815" id="58" label="obtenerArchivo" />
340 <listitem open="0" type="815" id="76" label="obtenerConfSecciones" />
341 <listitem open="0" type="814" id="54" label="secciones" />
342 <listitem open="0" type="814" id="116" label="seccionSelect" />
343 <listitem open="0" type="815" id="59" label="toHtml" />
344 <listitem open="0" type="815" id="87" label="toHtmlSecciones" />
346 <listitem open="1" type="813" id="100" label="MenuHorizontal" >
347 <listitem open="0" type="815" id="111" label="MenuHorizontal" />
348 <listitem open="0" type="815" id="106" label="toHtml" />
350 <listitem open="0" type="813" id="15" label="Pagina" >
351 <listitem open="0" type="814" id="65" label="link" />
352 <listitem open="0" type="815" id="67" label="link" />
353 <listitem open="0" type="815" id="66" label="Pagina" />
354 <listitem open="0" type="814" id="81" label="permisos" />
355 <listitem open="0" type="814" id="80" label="titulo" />
357 <listitem open="0" type="813" id="10" label="Pie" >
358 <listitem open="0" type="814" id="36" label="configuracion" />
359 <listitem open="0" type="815" id="95" label="darPie" />
360 <listitem open="0" type="815" id="38" label="Pie" />
361 <listitem open="0" type="815" id="39" label="toHtml" />
363 <listitem open="0" type="813" id="11" label="Script" >
364 <listitem open="0" type="815" id="45" label="agregarArchivo" />
365 <listitem open="0" type="814" id="41" label="archivos" />
366 <listitem open="0" type="814" id="40" label="directorio" />
367 <listitem open="0" type="815" id="42" label="Script" />
368 <listitem open="0" type="815" id="43" label="toHtml" />
370 <listitem open="0" type="813" id="16" label="Seccion" >
371 <listitem open="0" type="815" id="84" label="cargarHijos" />
372 <listitem open="0" type="815" id="117" label="darTipoMenu" />
373 <listitem open="0" type="815" id="122" label="darTitulo" />
374 <listitem open="0" type="814" id="62" label="hijos" />
375 <listitem open="0" type="814" id="61" label="imagen" />
376 <listitem open="0" type="815" id="119" label="menuToHtml" />
377 <listitem open="0" type="814" id="60" label="nombre" />
378 <listitem open="0" type="815" id="63" label="Seccion" />
379 <listitem open="0" type="814" id="120" label="select" />
380 <listitem open="0" type="814" id="118" label="tipoMenu" />
381 <listitem open="0" type="815" id="121" label="tituloToHtml" />
382 <listitem open="0" type="815" id="64" label="toHtml" />
384 <listitem open="0" type="813" id="13" label="Titulo" >
385 <listitem open="0" type="814" id="51" label="configuracion" />
386 <listitem open="0" type="815" id="96" label="darTitulo" />
387 <listitem open="0" type="815" id="52" label="Titulo" />
388 <listitem open="0" type="815" id="53" label="toHtml" />
391 <listitem open="1" type="813" id="103" label="MenuVertical" >
392 <listitem open="0" type="815" id="110" label="MenuVertical" />
393 <listitem open="0" type="815" id="107" label="toHtml" />
396 <listitem open="1" type="802" id="-1" label="Use Case View" />