]> git.llucax.com Git - mecon/samurai.git/blob - doc/uml/Samurai.xmi
da2de96efc88e9e000a03c99ef629980db964b74
[mecon/samurai.git] / doc / uml / Samurai.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="Samurai" href="/home/mmarrese/public_html/samurai/tronco/doc/uml/Samurai.xmi" />
9   <XMI.metamodel xmi.name="UML" href="UML.xml" xmi.version="1.3" />
10  </XMI.header>
11  <XMI.content>
12   <docsettings viewid="206" documentation="" uniqueid="291" />
13   <umlobjects>
14    <UML:Class stereotype="" package="" xmi.id="207" abstract="0" documentation="Clase para el manejo de los usuarios." name="Usuario" static="0" scope="200" >
15     <UML:Operation stereotype="" package="" xmi.id="216" type="void" abstract="0" documentation="Constructor.Recibe como parametro opcional el login del usuario. y busca en la base la informacion referida a el." name="Usuario" static="0" scope="200" >
16      <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="&amp;Samurai_DB" abstract="0" documentation="Objeto conexion." name="db" static="0" scope="200" />
17      <UML:Parameter stereotype="" package="" xmi.id="3" value="null" type="string" abstract="0" documentation="Login del usuario" name="login" static="0" scope="200" />
18     </UML:Operation>
19     <UML:Operation stereotype="" package="" xmi.id="217" type="string" abstract="0" documentation="Devuelve el string del login del usuario." name="getLogin" static="0" scope="200" />
20     <UML:Operation stereotype="" package="" xmi.id="218" type="int" abstract="0" documentation="Devuelve el int con el numero de documento del usuario." name="getNrodoc" static="0" scope="200" />
21     <UML:Operation stereotype="" package="" xmi.id="224" type="string" abstract="0" documentation="Devuelve el nombre del usuario." name="getNombre" static="0" scope="200" />
22     <UML:Operation stereotype="" package="" xmi.id="219" type="date" abstract="0" documentation="Devuelve un datetime con la fecha en la cual el usuario se logueo por ultima vez a intranet." name="getFecha" static="0" scope="200" />
23     <UML:Operation stereotype="" package="" xmi.id="220" type="void" abstract="0" documentation="Setea el login del usuario." name="setLogin" static="0" scope="200" >
24      <UML:Parameter stereotype="" package="" xmi.id="1" value="null" type="string" abstract="0" documentation="Login a asignar al usuario" name="login" static="0" scope="200" />
25     </UML:Operation>
26     <UML:Operation stereotype="" package="" xmi.id="221" type="void" abstract="0" documentation="Setea el numero de documento del usuario." name="setNrodoc" static="0" scope="200" >
27      <UML:Parameter stereotype="" package="" xmi.id="1" value="null" type="int" abstract="0" documentation="Numero de documento a asignar al usuario." name="nrodoc" static="0" scope="200" />
28     </UML:Operation>
29     <UML:Operation stereotype="" package="" xmi.id="222" type="void" abstract="0" documentation="Setea el nombre del usuario." name="setNombre" static="0" scope="200" >
30      <UML:Parameter stereotype="" package="" xmi.id="1" value="null" type="string" abstract="0" documentation="Nombre del usuario." name="nombre" static="0" scope="200" />
31     </UML:Operation>
32     <UML:Operation stereotype="" package="" xmi.id="223" type="void" abstract="0" documentation="Setea la fecha de ultimo logueo del usuario." name="setFecha" static="0" scope="200" >
33      <UML:Parameter stereotype="" package="" xmi.id="1" value="null" type="date" abstract="0" documentation="Fecha de ultimo logueo del usuario." name="fecha" static="0" scope="200" />
34     </UML:Operation>
35     <UML:Attribute stereotype="" package="" xmi.id="211" value="" type="string" abstract="0" documentation="Login del usuario en intranet." name="login" static="0" scope="201" />
36     <UML:Attribute stereotype="" package="" xmi.id="212" value="" type="int" abstract="0" documentation="Numero de documento del usuario" name="nrodoc" static="0" scope="201" />
37     <UML:Attribute stereotype="" package="" xmi.id="213" value="" type="string" abstract="0" documentation="Nombre del usuario" name="nombre" static="0" scope="201" />
38     <UML:Attribute stereotype="" package="" xmi.id="214" value="" type="date" abstract="0" documentation="Fecha de ultimo logueo del usuario a la intranet." name="fecha" static="0" scope="201" />
39     <UML:Attribute stereotype="" package="" xmi.id="273" value="" type="Samurai_DB" abstract="0" documentation="Objeto Samurai_DB" name="db" static="0" scope="201" />
40    </UML:Class>
41    <UML:Class stereotype="" package="" xmi.id="208" abstract="0" documentation="Clase para el manejo de los perfies." name="Perfil" static="0" scope="200" >
42     <UML:Operation stereotype="" package="" xmi.id="229" type="void" abstract="0" documentation="Constructor. Si recibe un identificador como parametro, busca la informacion en la base. " name="Perfil" static="0" scope="200" >
43      <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="&amp;Samurai_DB" abstract="0" documentation="Objeto conexion" name="db" static="0" scope="200" />
44      <UML:Parameter stereotype="" package="" xmi.id="3" value="null" type="int" abstract="0" documentation="Identificador del perfil." name="id" static="0" scope="200" />
45     </UML:Operation>
46     <UML:Operation stereotype="" package="" xmi.id="230" type="int" abstract="0" documentation="Devuelve el identificador del perfil." name="getId" static="0" scope="200" />
47     <UML:Operation stereotype="" package="" xmi.id="231" type="getDescPerfilstring" abstract="0" documentation="Devuelve la descripcion del perfil." name="getDescripcion" static="0" scope="200" />
48     <UML:Operation stereotype="" package="" xmi.id="232" type="string" abstract="0" documentation="Devuelve el tipo de perfil." name="getTipo" static="0" scope="200" />
49     <UML:Operation stereotype="" package="" xmi.id="233" type="void" abstract="0" documentation="Setea la descripcion del perfil." name="setDescripcion" static="0" scope="200" >
50      <UML:Parameter stereotype="" package="" xmi.id="1" value="null" type="string" abstract="0" documentation="Descripcion del perfil." name="descripcion" static="0" scope="200" />
51     </UML:Operation>
52     <UML:Operation stereotype="" package="" xmi.id="234" type="void" abstract="0" documentation="Setea el tipo de perfil." name="setTipo" static="0" scope="200" >
53      <UML:Parameter stereotype="" package="" xmi.id="1" value="null" type="string" abstract="0" documentation="Tipo de perfil." name="tipo" static="0" scope="200" />
54     </UML:Operation>
55     <UML:Attribute stereotype="" package="" xmi.id="225" value="" type="int" abstract="0" documentation="Identificador del perfil." name="id" static="0" scope="201" />
56     <UML:Attribute stereotype="" package="" xmi.id="226" value="" type="string" abstract="0" documentation="Descripcion del perfil." name="descripcion" static="0" scope="201" />
57     <UML:Attribute stereotype="" package="" xmi.id="227" value="" type="string" abstract="0" documentation="Tipo de perfil. E = Externo. I = Interno. D = Dios." name="tipo" static="0" scope="201" />
58     <UML:Attribute stereotype="" package="" xmi.id="271" value="" type="Samurai_DB" abstract="0" documentation="Objeto Samurai_DB" name="db" static="0" scope="201" />
59    </UML:Class>
60    <UML:Class stereotype="" package="" xmi.id="209" abstract="0" documentation="Clase para el manejo de los sistemas." name="Sistema" static="0" scope="200" >
61     <UML:Operation stereotype="" package="" xmi.id="243" type="void" abstract="0" documentation="Constructor. Si recibe como parametro el identificador busca en la DB los datos. " name="Sistema" static="0" scope="200" >
62      <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="&amp;Samurai_DB" abstract="0" documentation="Objeto Conexion" name="db" static="0" scope="200" />
63      <UML:Parameter stereotype="" package="" xmi.id="3" value="null" type="int" abstract="0" documentation="Identificador del sistema" name="id" static="0" scope="200" />
64     </UML:Operation>
65     <UML:Operation stereotype="" package="" xmi.id="244" type="int" abstract="0" documentation="Devuelve el identificador del sistema." name="getId" static="0" scope="200" />
66     <UML:Operation stereotype="" package="" xmi.id="245" type="string" abstract="0" documentation="Devuelve el nombre del sistema." name="getNombre" static="0" scope="200" />
67     <UML:Operation stereotype="" package="" xmi.id="246" type="string" abstract="0" documentation="Devuelve la descrpcion del sistema." name="getDescripcion" static="0" scope="200" />
68     <UML:Operation stereotype="" package="" xmi.id="247" type="&amp;date" abstract="0" documentation="Devuelve la fecha de inicio del sistema." name="getFechaInicio" static="0" scope="200" />
69     <UML:Operation stereotype="" package="" xmi.id="248" type="&amp;date" abstract="0" documentation="Devuelve la fecha de finalizacion del sistema." name="getFechaFin" static="0" scope="200" />
70     <UML:Operation stereotype="" package="" xmi.id="249" type="&amp;date" abstract="0" documentation="Devuelve la fecha de implementacion del sistema." name="getFechaImplementacion" static="0" scope="200" />
71     <UML:Operation stereotype="" package="" xmi.id="250" type="string" abstract="0" documentation="Devuelve el contacto del sistema." name="getContacto" static="0" scope="200" />
72     <UML:Operation stereotype="" package="" xmi.id="251" type="void" abstract="0" documentation="Setea el nombre del sistema." name="setNombre" static="0" scope="200" >
73      <UML:Parameter stereotype="" package="" xmi.id="1" value="null" type="string" abstract="0" documentation="Nombre del sistema." name="nombre" static="0" scope="200" />
74     </UML:Operation>
75     <UML:Operation stereotype="" package="" xmi.id="252" type="void" abstract="0" documentation="Setea la descripcion del sistema." name="setDescripcion" static="0" scope="200" >
76      <UML:Parameter stereotype="" package="" xmi.id="1" value="null" type="string" abstract="0" documentation="Descripcion del sistema." name="descripcion" static="0" scope="200" />
77     </UML:Operation>
78     <UML:Operation stereotype="" package="" xmi.id="253" type="void" abstract="0" documentation="Setea la fecha de inicio del sistema." name="setFechaInicio" static="0" scope="200" >
79      <UML:Parameter stereotype="" package="" xmi.id="1" value="null" type="date" abstract="0" documentation="Fecha de inicio del sistema" name="fecha" static="0" scope="200" />
80     </UML:Operation>
81     <UML:Operation stereotype="" package="" xmi.id="254" type="void" abstract="0" documentation="Setea la fecha de finalizacion del sistema." name="setFechaFin" static="0" scope="200" >
82      <UML:Parameter stereotype="" package="" xmi.id="1" value="null" type="date" abstract="0" documentation="Fecha de finalizacion del sistema." name="fecha" static="0" scope="200" />
83     </UML:Operation>
84     <UML:Operation stereotype="" package="" xmi.id="255" type="void" abstract="0" documentation="Setea la fecha de implementacion del sistema." name="setFechaImplementacion" static="0" scope="200" >
85      <UML:Parameter stereotype="" package="" xmi.id="1" value="null" type="date" abstract="0" documentation="Fecha de implementacion del sistema." name="fecha" static="0" scope="200" />
86     </UML:Operation>
87     <UML:Operation stereotype="" package="" xmi.id="256" type="void" abstract="0" documentation="Setea el contacto del sistema." name="setContacto" static="0" scope="200" >
88      <UML:Parameter stereotype="" package="" xmi.id="1" value="null" type="string" abstract="0" documentation="Texto con la informacion del contacto." name="contacto" static="0" scope="200" />
89     </UML:Operation>
90     <UML:Operation stereotype="" package="" xmi.id="263" type="void" abstract="0" documentation="Obtiene los datos del sistema de la DB." name="obtenerDatosDb" static="0" scope="201" />
91     <UML:Operation stereotype="" package="" xmi.id="288" type="void" abstract="0" documentation="Guarda la informacion del sistema en la base." name="guardarDatos" static="0" scope="200" >
92      <UML:Parameter stereotype="" package="" xmi.id="1" value="grabar" type="string" abstract="0" documentation="Accion a realizar. Grabar, modificar o eliminar" name="accion" static="0" scope="200" />
93     </UML:Operation>
94     <UML:Operation stereotype="" package="" xmi.id="290" type="string" abstract="0" documentation="Devuelve el login del responsable de los ultimos cambios" name="getResponsable" static="0" scope="200" />
95     <UML:Operation stereotype="" package="" xmi.id="291" type="void" abstract="0" documentation="Setea el login del responsable de los ultimos cambios del sistema" name="setResponsable" static="0" scope="200" >
96      <UML:Parameter stereotype="" package="" xmi.id="1" value="null" type="string" abstract="0" documentation="String con el login del responsable del cambio" name="responsable" static="0" scope="200" />
97     </UML:Operation>
98     <UML:Attribute stereotype="" package="" xmi.id="235" value="" type="int" abstract="0" documentation="Identificador del sistema." name="id" static="0" scope="201" />
99     <UML:Attribute stereotype="" package="" xmi.id="237" value="" type="string" abstract="0" documentation="Nombre del sistema." name="nombre" static="0" scope="201" />
100     <UML:Attribute stereotype="" package="" xmi.id="238" value="" type="string" abstract="0" documentation="Descripcion del sistema." name="descripcion" static="0" scope="201" />
101     <UML:Attribute stereotype="" package="" xmi.id="239" value="" type="date" abstract="0" documentation="Fecha en la cual se inicio el sistema." name="fecha_inicio" static="0" scope="201" />
102     <UML:Attribute stereotype="" package="" xmi.id="240" value="" type="date" abstract="0" documentation="Fecha en la cual se dio por terminado el desarrollo del sistema." name="fecha_fin" static="0" scope="201" />
103     <UML:Attribute stereotype="" package="" xmi.id="241" value="" type="date" abstract="0" documentation="Fecha de implementacion del sistema." name="fecha_implementacion" static="0" scope="201" />
104     <UML:Attribute stereotype="" package="" xmi.id="242" value="" type="string" abstract="0" documentation="Texto con los datos del o de los contacto/s en el area usuario." name="contacto" static="0" scope="201" />
105     <UML:Attribute stereotype="" package="" xmi.id="272" value="" type="Samurai_DB" abstract="0" documentation="Objeto Samurai_DB" name="db" static="0" scope="201" />
106     <UML:Attribute stereotype="" package="" xmi.id="289" value="" type="string" abstract="0" documentation="Login del responsable de los ultimos cambios del sistema." name="responsable" static="0" scope="201" />
107    </UML:Class>
108    <UML:Class stereotype="" package="" xmi.id="210" abstract="0" documentation="Clase para el manejo de los Permisos." name="Permiso" static="0" scope="200" >
109     <UML:Operation stereotype="" package="" xmi.id="259" type="void" abstract="0" documentation="Constructor. Si recibe como parametro el identificador del permiso, busca la informacion en la DB." name="Permiso" static="0" scope="200" >
110      <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="&amp;Samurai_DB" abstract="0" documentation="Objeto conexion" name="db" static="0" scope="200" />
111      <UML:Parameter stereotype="" package="" xmi.id="3" value="null" type="int" abstract="0" documentation="Identificador del permiso" name="id" static="0" scope="200" />
112     </UML:Operation>
113     <UML:Operation stereotype="" package="" xmi.id="260" type="int" abstract="0" documentation="Devuelve el identificador del permiso." name="getId" static="0" scope="200" />
114     <UML:Operation stereotype="" package="" xmi.id="261" type="string" abstract="0" documentation="Devuelve la descripcion del permiso." name="getDescripcion" static="0" scope="200" />
115     <UML:Operation stereotype="" package="" xmi.id="262" type="void" abstract="0" documentation="Setea la descripcion del permiso." name="setDescripcion" static="0" scope="200" >
116      <UML:Parameter stereotype="" package="" xmi.id="1" value="null" type="string" abstract="0" documentation="Descripcion del permiso." name="descripcion" static="0" scope="200" />
117     </UML:Operation>
118     <UML:Attribute stereotype="" package="" xmi.id="257" value="" type="int" abstract="0" documentation="Identificador del permiso." name="id" static="0" scope="201" />
119     <UML:Attribute stereotype="" package="" xmi.id="258" value="" type="string" abstract="0" documentation="Descripcion del permiso." name="descripcion" static="0" scope="201" />
120     <UML:Attribute stereotype="" package="" xmi.id="270" value="" type="Samurai_DB" abstract="0" documentation="Objeto Samurai_DB" name="db" static="0" scope="201" />
121    </UML:Class>
122    <UML:Class stereotype="" package="" xmi.id="264" abstract="0" documentation="x2c:extern
123 x2c:include: DB.php" name="DB" static="0" scope="200" />
124    <UML:Class stereotype="" package="" xmi.id="265" abstract="0" documentation="Manejo interno de las bases de datos." name="Samurai_DB" static="0" scope="200" >
125     <UML:Operation stereotype="" package="" xmi.id="269" type="DB" abstract="0" documentation="Realiza la conexion con la base de datos." name="connect" static="0" scope="200" />
126    </UML:Class>
127    <UML:Class stereotype="" package="" xmi.id="274" abstract="0" documentation="Objeto general." name="Samurai" static="0" scope="200" >
128     <UML:Operation stereotype="" package="" xmi.id="280" type="void" abstract="0" documentation="Constructor. Recibe como parametro el identificador del sistema." name="Samurai" static="0" scope="200" >
129      <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="&amp;Samurai_DB" abstract="0" documentation="Objeto conexion" name="db" static="0" scope="200" />
130      <UML:Parameter stereotype="" package="" xmi.id="3" value="null" type="int" abstract="0" documentation="Indetificador del sistema" name="idSistema" static="0" scope="200" />
131     </UML:Operation>
132     <UML:Operation stereotype="" package="" xmi.id="283" type="array(Sistema)" abstract="0" documentation="Devuleve un array con los identificadores de todos los sistemas." name="getIdSistemas" static="0" scope="201" />
133     <UML:Operation stereotype="" package="" xmi.id="285" type="array(Sistema)" abstract="0" documentation="Arma el array de sistemas" name="armarArraySistemas" static="0" scope="201" />
134     <UML:Operation stereotype="" package="" xmi.id="286" type="array(Sistema)" abstract="0" documentation="Devuelve el array de sistemas" name="getSistemas" static="0" scope="200" />
135     <UML:Operation stereotype="" package="" xmi.id="287" type="int" abstract="0" documentation="Devuelve el identificador maximo de un sistema que hay en base" name="getMaxIdSistema" static="0" scope="200" />
136     <UML:Attribute stereotype="" package="" xmi.id="281" value="" type="int" abstract="0" documentation="Identificador del sistema." name="id_sistema" static="0" scope="201" />
137     <UML:Attribute stereotype="" package="" xmi.id="282" value="" type="Samurai_DB" abstract="0" documentation="Objeto Conexion" name="db" static="0" scope="201" />
138    </UML:Class>
139   </umlobjects>
140   <diagrams>
141    <diagram snapgrid="1" showattsig="1" fillcolor="#ffffc0" showgrid="1" showopsig="1" usefillcolor="1" snapx="10" snapy="10" showatts="1" xmi.id="206" documentation="" type="402" showops="1" showpackage="0" name="Clases" localid="30000" showstereotype="0" showscope="1" font="helvetica,7,-1,0,50,0,0,0,0,0" linecolor="#ff0000" >
142     <widgets>
143      <UML:ConceptWidget usesdiagramfillcolour="0" width="230" showattsigs="601" usesdiagramusefillcolour="0" x="510" linecolour="#ff0000" y="160" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="165" usefillcolor="1" showattributes="1" xmi.id="207" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,7,-1,0,50,0,0,0,0,0" />
144      <UML:ConceptWidget usesdiagramfillcolour="0" width="208" showattsigs="601" usesdiagramusefillcolour="0" x="380" linecolour="#ff0000" y="0" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="121" usefillcolor="1" showattributes="1" xmi.id="208" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,7,-1,0,50,0,0,0,0,0" />
145      <UML:ConceptWidget usesdiagramfillcolour="0" width="220" showattsigs="601" usesdiagramusefillcolour="0" x="10" linecolour="#ff0000" y="280" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="308" usefillcolor="1" showattributes="1" xmi.id="209" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,7,-1,0,50,0,0,0,0,0" />
146      <UML:ConceptWidget usesdiagramfillcolour="0" width="208" showattsigs="601" usesdiagramusefillcolour="0" x="10" linecolour="#ff0000" y="10" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="88" usefillcolor="1" showattributes="1" xmi.id="210" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,7,-1,0,50,0,0,0,0,0" />
147      <UML:ConceptWidget usesdiagramfillcolour="0" width="40" showattsigs="601" usesdiagramusefillcolour="0" x="230" linecolour="#ff0000" y="10" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="21" usefillcolor="1" showattributes="1" xmi.id="264" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,7,-1,0,50,0,0,0,0,0" />
148      <UML:ConceptWidget usesdiagramfillcolour="0" width="78" showattsigs="601" usesdiagramusefillcolour="0" x="270" linecolour="#ff0000" y="120" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="27" usefillcolor="1" showattributes="1" xmi.id="265" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,7,-1,0,50,0,0,0,0,0" />
149      <UML:ConceptWidget usesdiagramfillcolour="0" width="240" showattsigs="601" usesdiagramusefillcolour="0" x="350" linecolour="#ff0000" y="450" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="88" usefillcolor="1" showattributes="1" xmi.id="274" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,7,-1,0,50,0,0,0,0,0" />
150     </widgets>
151     <messages/>
152     <associations>
153      <UML:AssocWidget totalcounta="4" indexa="2" totalcountb="2" indexb="1" widgetbid="264" widgetaid="265" documentation="" type="500" >
154       <linepath>
155        <startpoint startx="309" starty="120" />
156        <endpoint endx="250" endy="31" />
157       </linepath>
158      </UML:AssocWidget>
159      <UML:AssocWidget totalcounta="4" indexa="1" totalcountb="2" indexb="1" widgetbid="210" widgetaid="265" documentation="" type="501" >
160       <linepath>
161        <startpoint startx="289" starty="120" />
162        <endpoint endx="218" endy="54" />
163       </linepath>
164      </UML:AssocWidget>
165      <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="209" widgetaid="265" documentation="" type="501" >
166       <linepath>
167        <startpoint startx="309" starty="147" />
168        <endpoint endx="120" endy="280" />
169       </linepath>
170      </UML:AssocWidget>
171      <UML:AssocWidget totalcounta="4" indexa="3" totalcountb="2" indexb="1" widgetbid="208" widgetaid="265" documentation="" type="501" >
172       <linepath>
173        <startpoint startx="328" starty="120" />
174        <endpoint endx="380" endy="60" />
175       </linepath>
176      </UML:AssocWidget>
177      <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="207" widgetaid="265" documentation="" type="501" >
178       <linepath>
179        <startpoint startx="348" starty="133" />
180        <endpoint endx="510" endy="242" />
181       </linepath>
182      </UML:AssocWidget>
183      <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="5" indexb="1" widgetbid="274" widgetaid="209" documentation="" type="501" >
184       <linepath>
185        <startpoint startx="230" starty="434" />
186        <endpoint endx="398" endy="450" />
187       </linepath>
188      </UML:AssocWidget>
189      <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="5" indexb="4" widgetbid="274" widgetaid="207" documentation="" type="501" >
190       <linepath>
191        <startpoint startx="625" starty="325" />
192        <endpoint endx="542" endy="450" />
193       </linepath>
194      </UML:AssocWidget>
195      <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="5" indexb="3" widgetbid="274" widgetaid="208" documentation="" type="501" >
196       <linepath>
197        <startpoint startx="484" starty="121" />
198        <endpoint endx="494" endy="450" />
199       </linepath>
200      </UML:AssocWidget>
201      <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="5" indexb="2" widgetbid="274" widgetaid="210" documentation="" type="501" >
202       <linepath>
203        <startpoint startx="114" starty="98" />
204        <endpoint endx="446" endy="450" />
205       </linepath>
206      </UML:AssocWidget>
207     </associations>
208    </diagram>
209   </diagrams>
210   <listview>
211    <listitem open="1" type="800" id="-1" label="Views" >
212     <listitem open="1" type="801" id="-1" label="Logical View" >
213      <listitem open="1" type="803" id="-1" label="SAMURAI" >
214       <listitem open="1" type="807" id="206" label="Clases" />
215       <listitem open="1" type="813" id="264" label="DB" />
216       <listitem open="0" type="813" id="208" label="Perfil" >
217        <listitem open="0" type="814" id="271" label="db" />
218        <listitem open="0" type="814" id="226" label="descripcion" />
219        <listitem open="0" type="815" id="231" label="getDescripcion" />
220        <listitem open="0" type="815" id="230" label="getId" />
221        <listitem open="0" type="815" id="232" label="getTipo" />
222        <listitem open="0" type="814" id="225" label="id" />
223        <listitem open="0" type="815" id="229" label="Perfil" />
224        <listitem open="0" type="815" id="233" label="setDescripcion" />
225        <listitem open="0" type="815" id="234" label="setTipo" />
226        <listitem open="0" type="814" id="227" label="tipo" />
227       </listitem>
228       <listitem open="0" type="813" id="210" label="Permiso" >
229        <listitem open="0" type="814" id="270" label="db" />
230        <listitem open="0" type="814" id="258" label="descripcion" />
231        <listitem open="0" type="815" id="261" label="getDescripcion" />
232        <listitem open="0" type="815" id="260" label="getId" />
233        <listitem open="0" type="814" id="257" label="id" />
234        <listitem open="0" type="815" id="259" label="Permiso" />
235        <listitem open="0" type="815" id="262" label="setDescripcion" />
236       </listitem>
237       <listitem open="0" type="813" id="274" label="Samurai" >
238        <listitem open="0" type="815" id="285" label="armarArraySistemas" />
239        <listitem open="0" type="814" id="282" label="db" />
240        <listitem open="0" type="815" id="283" label="getIdSistemas" />
241        <listitem open="0" type="815" id="287" label="getMaxIdSistema" />
242        <listitem open="0" type="815" id="286" label="getSistemas" />
243        <listitem open="0" type="814" id="281" label="id_sistema" />
244        <listitem open="0" type="815" id="280" label="Samurai" />
245       </listitem>
246       <listitem open="0" type="813" id="265" label="Samurai_DB" >
247        <listitem open="0" type="815" id="269" label="connect" />
248       </listitem>
249       <listitem open="1" type="813" id="209" label="Sistema" >
250        <listitem open="0" type="814" id="242" label="contacto" />
251        <listitem open="0" type="814" id="272" label="db" />
252        <listitem open="0" type="814" id="238" label="descripcion" />
253        <listitem open="0" type="814" id="240" label="fecha_fin" />
254        <listitem open="0" type="814" id="241" label="fecha_implementacion" />
255        <listitem open="0" type="814" id="239" label="fecha_inicio" />
256        <listitem open="0" type="815" id="250" label="getContacto" />
257        <listitem open="0" type="815" id="246" label="getDescripcion" />
258        <listitem open="0" type="815" id="248" label="getFechaFin" />
259        <listitem open="0" type="815" id="249" label="getFechaImplementacion" />
260        <listitem open="0" type="815" id="247" label="getFechaInicio" />
261        <listitem open="0" type="815" id="244" label="getId" />
262        <listitem open="0" type="815" id="245" label="getNombre" />
263        <listitem open="0" type="815" id="290" label="getResponsable" />
264        <listitem open="0" type="815" id="288" label="guardarDatos" />
265        <listitem open="0" type="814" id="235" label="id" />
266        <listitem open="0" type="814" id="237" label="nombre" />
267        <listitem open="0" type="815" id="263" label="obtenerDatosDb" />
268        <listitem open="0" type="814" id="289" label="responsable" />
269        <listitem open="0" type="815" id="256" label="setContacto" />
270        <listitem open="0" type="815" id="252" label="setDescripcion" />
271        <listitem open="0" type="815" id="254" label="setFechaFin" />
272        <listitem open="0" type="815" id="255" label="setFechaImplementacion" />
273        <listitem open="0" type="815" id="253" label="setFechaInicio" />
274        <listitem open="0" type="815" id="251" label="setNombre" />
275        <listitem open="0" type="815" id="291" label="setResponsable" />
276        <listitem open="0" type="815" id="243" label="Sistema" />
277       </listitem>
278       <listitem open="1" type="813" id="207" label="Usuario" >
279        <listitem open="0" type="814" id="273" label="db" />
280        <listitem open="0" type="814" id="214" label="fecha" />
281        <listitem open="0" type="815" id="219" label="getFecha" />
282        <listitem open="0" type="815" id="217" label="getLogin" />
283        <listitem open="0" type="815" id="224" label="getNombre" />
284        <listitem open="0" type="815" id="218" label="getNrodoc" />
285        <listitem open="0" type="814" id="211" label="login" />
286        <listitem open="0" type="814" id="213" label="nombre" />
287        <listitem open="0" type="814" id="212" label="nrodoc" />
288        <listitem open="0" type="815" id="223" label="setFecha" />
289        <listitem open="0" type="815" id="220" label="setLogin" />
290        <listitem open="0" type="815" id="222" label="setNombre" />
291        <listitem open="0" type="815" id="221" label="setNrodoc" />
292        <listitem open="0" type="815" id="216" label="Usuario" />
293       </listitem>
294      </listitem>
295     </listitem>
296     <listitem open="1" type="802" id="-1" label="Use Case View" />
297    </listitem>
298   </listview>
299  </XMI.content>
300 </XMI>