-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbanco.uxf
267 lines (259 loc) · 5.68 KB
/
banco.uxf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<?xml version="1.0" encoding="UTF-8"?><diagram program="umlet" version="13.3">
<help_text>// Uncomment the following line to change the fontsize and font:
// fontsize=15
// fontfamily=SansSerif //possible: SansSerif,Serif,Monospaced
//////////////////////////////////////////////////////////////////////////////////////////////
// Welcome to UMLet!
//
// Double-click on elements to add them to the diagram, or to copy them
// Edit elements by modifying the text in this panel
// Hold Ctrl to select multiple elements
// Use Ctrl+mouse to select via lasso
//
// Use +/- or Ctrl+mouse wheel to zoom
// Drag a whole relation at its central square icon
//
// Press Ctrl+C to copy the whole diagram to the system clipboard (then just paste it to, eg, Word)
// Edit the files in the "palettes" directory to create your own element palettes
//
// Select "Custom Elements > New..." to create new element types
//////////////////////////////////////////////////////////////////////////////////////////////
// This text will be stored with each diagram; use it for notes.</help_text>
<zoom_level>9</zoom_level>
<element>
<id>UMLClass</id>
<coordinates>
<x>558</x>
<y>675</y>
<w>351</w>
<h>207</h>
</coordinates>
<panel_attributes><<Abstract>>
Cuenta
--
#num: Integer
+saldo: Long
+clienteID: Integer
+cuotaManejo: Double
+activa: Boolean
+fechaCreacion: Date
--
depositar(cantidad: Long)
retirar(cantidad: Long)
getSaldo()
aplicarManejo()
transaccion(cantidad: Double, cuentaDestinoID: int)
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>171</x>
<y>0</y>
<w>486</w>
<h>324</h>
</coordinates>
<panel_attributes>Banco
--
+nombre: String
#gerentes: Gerente[]
#clientes: Cliente []
#atms: ATM []
#cajeros: Cajero[]
#asesores: Asesor[]
prueba
--
-CrearGerente(id: String, nombre: String, tel: int, oficina String, email:String)
-BuscarGerente(id:int)
-EliminarGerente(String id)
-CrearCajero(id: String, nombre: String, tel: int, oficina String, email:String)
-BuscarCajero(id:int)
-EliminarCajero(String id)
-CrearAsesor(id: String, nombre: String, tel: int, oficina String, email:String)
-EliminarAsesor(String id)
-solicitudPrestamo(Cantidad: int)
-editarCuotaManejo(cuota: Double)
-editarInteres(i: Double)
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>792</x>
<y>342</y>
<w>270</w>
<h>171</h>
</coordinates>
<panel_attributes>Gerente
--
--
solicitudPrestamo(Cantidad: int)
actualizarCuotasManejo(Cantidad: Double)
actualizarIntereses(Cantidad: DOuble)
CRUD Cajero</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>459</x>
<y>927</y>
<w>189</w>
<h>81</h>
</coordinates>
<panel_attributes>Ahorros
--
+interes: double
--
aplicarInteres()</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>765</x>
<y>927</y>
<w>189</w>
<h>81</h>
</coordinates>
<panel_attributes>Corriente
--
+
--
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>0</x>
<y>918</y>
<w>189</w>
<h>171</h>
</coordinates>
<panel_attributes>Usuario
--
-id: Long
+nombre: String
+tel: int
+cel: int
+email: String
+prestamos[]: Prestamo
+cuentas[]:Cuenta[]
--
#Operation(i: int): int
/+AbstractOperation()/
--
Responsibilities
-- Resp1
*-- Resp2*</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>801</x>
<y>0</y>
<w>648</w>
<h>216</h>
</coordinates>
<panel_attributes><<Abstract>>
Empleado
--
#id: Integer
+nombre: String
+tel: Integer
+oficina: String
+email:String
+ids: Integer
+bank : Banco
--
crearCuenta(Tipo: Boolean, ClienteID: Integer, saldo: Double)
buscarUsuario(id: Integer)
buscarUsuario(id: Integer, String Nombre)
Consignar(DeID: Integer, ParaID: Integer, DeNombre: String, ParaNombre: String, Saldo: Double)</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>1098</x>
<y>342</y>
<w>351</w>
<h>171</h>
</coordinates>
<panel_attributes>Cajero
--
--
solicitudPrestamo(Cantidad: int)
consignacion(int: numCuenta, nombreTitular: String,
nombreConsignante: String)</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>972</x>
<y>675</y>
<w>351</w>
<h>207</h>
</coordinates>
<panel_attributes>Log
--
#num: Integer
#saldo: Long
#clienteID: Integer
#cuotaManejo: Double
#activa: Boolean
#fechaCreacion: Date
--
depositar(cantidad: Long)
retirar(cantidad: Long)
getSaldo()
aplicarManejo()
transaccion(cantidad: Double, cuentaDestinoID: int)
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>54</x>
<y>684</y>
<w>189</w>
<h>117</h>
</coordinates>
<panel_attributes>Prestamo
--
+id: String
+clienteID: Integer
+aprobado: Boolean
+cantidad: Double
+aprobadorID: Integer
--</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>297</x>
<y>639</y>
<w>189</w>
<h>171</h>
</coordinates>
<panel_attributes>ATM
--
+id: Long
+saldo: Long
+retiroMax: Double
+banco: Banco
+disponible: Boolean
--
+Retiro(cuentaID: int)
+GetSaldo()
</panel_attributes>
<additional_attributes/>
</element>
</diagram>