-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiagrama - sistemaBancario
110 lines (110 loc) · 25.4 KB
/
diagrama - sistemaBancario
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
<mxfile host="app.diagrams.net" modified="2024-07-19T20:59:37.624Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" etag="0Q51TAnMJve09U7HTf5L" version="24.7.2" type="github">
<diagram name="Página-1" id="5pIi6KfAPg-164GTNUdz">
<mxGraphModel dx="1318" dy="560" grid="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="0" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="V7gnR77r-0B_Q3iv09S9-41" style="edgeStyle=none;curved=1;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;fontSize=12;startSize=8;endSize=8;" edge="1" parent="1" source="V7gnR77r-0B_Q3iv09S9-1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="605.5294117647059" y="438.82352941176475" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-45" value="0..*" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontSize=12;" vertex="1" connectable="0" parent="V7gnR77r-0B_Q3iv09S9-41">
<mxGeometry x="-0.6791" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-1" value="<p style="margin:0px;margin-top:4px;text-align:center;"><b>Class Cliente</b></p><hr size="1" style="border-style:solid;"><p style="margin:0px;margin-left:4px;">+ nome: string</p><p style="margin:0px;margin-left:4px;">+clienteId: string</p><p style="margin:0px;margin-left:4px;">+telefone: string</p><p style="margin:0px;margin-left:4px;">+endereco: Endereço</p><hr size="1" style="border-style:solid;"><p style="margin:0px;margin-left:4px;">+getClienteId(): string</p><p style="margin:0px;margin-left:4px;">+getNome():string</p>" style="verticalAlign=top;align=left;overflow=fill;html=1;whiteSpace=wrap;" vertex="1" parent="1">
<mxGeometry x="304" y="406" width="160" height="129" as="geometry" />
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-3" value="1" style="edgeStyle=none;curved=1;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fontSize=12;startSize=8;endSize=8;" edge="1" parent="1" source="V7gnR77r-0B_Q3iv09S9-2">
<mxGeometry relative="1" as="geometry">
<mxPoint x="380" y="536" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-2" value="<p style="margin:0px;margin-top:4px;text-align:center;"><b>Class Endereco</b></p><hr size="1" style="border-style:solid;"><p style="margin:0px;margin-left:4px;">+cep: string;<br></p><p style="margin:0px;margin-left:4px;">+rua: string;</p><p style="margin:0px;margin-left:4px;">+numero: number;</p><p style="margin:0px;margin-left:4px;">+complemento: string</p><p style="margin:0px;margin-left:4px;">+bairro:string;</p><p style="margin:0px;margin-left:4px;">+cidade:string;</p><p style="margin:0px;margin-left:4px;">+estado</p><p style="margin:0px;margin-left:4px;"><br></p><p style="margin:0px;margin-left:4px;"><br></p><hr size="1" style="border-style:solid;"><p style="margin:0px;margin-left:4px;">+getClienteId(): string</p><p style="margin:0px;margin-left:4px;">+getNome():string</p>" style="verticalAlign=top;align=left;overflow=fill;html=1;whiteSpace=wrap;" vertex="1" parent="1">
<mxGeometry x="302" y="619" width="160" height="146" as="geometry" />
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-4" value="<p style="margin:0px;margin-top:4px;text-align:center;"><b>Abstract Class Conta</b></p><hr size="1" style="border-style:solid;"><p style="margin:0px;margin-left:4px;">+clienteId:string;</p><p style="margin:0px;margin-left:4px;">+saldo: number;</p><p style="margin:0px;margin-left:4px;">+saque: ISaque;</p><p style="margin:0px;margin-left:4px;">+deposito:IDeposito;</p><hr size="1" style="border-style:solid;"><p style="margin:0px;margin-left:4px;">+ vincularCliente()void;</p><p style="margin:0px;margin-left:4px;">+doSaque():void;</p><p style="margin:0px;margin-left:4px;">+doDeposito():void;</p><p style="margin:0px;margin-left:4px;">+doTransferencia():void;</p><p style="margin:0px;margin-left:4px;">+setSaldo():void;</p><p style="margin:0px;margin-left:4px;">+getClietIs(): void;</p>" style="verticalAlign=top;align=left;overflow=fill;html=1;whiteSpace=wrap;" vertex="1" parent="1">
<mxGeometry x="940.81" y="378" width="163" height="200.75" as="geometry" />
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-5" value="<p style="margin:0px;margin-top:4px;text-align:center;"><i>&lt;&lt;Interface&gt;&gt;</i><br><b>Saque</b></p><hr size="1" style="border-style:solid;"><p style="margin:0px;margin-left:4px;"><br></p><hr size="1" style="border-style:solid;"><p style="margin:0px;margin-left:4px;">sacar():void</p>" style="verticalAlign=top;align=left;overflow=fill;html=1;whiteSpace=wrap;" vertex="1" parent="1">
<mxGeometry x="858.81" y="628" width="140" height="100" as="geometry" />
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-31" style="edgeStyle=none;curved=1;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontSize=12;startSize=8;endSize=8;" edge="1" parent="1" source="V7gnR77r-0B_Q3iv09S9-6" target="V7gnR77r-0B_Q3iv09S9-4">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-6" value="<p style="margin:0px;margin-top:4px;text-align:center;"><i>&lt;&lt;Interface&gt;&gt;</i><br><b>Deposito</b></p><hr size="1" style="border-style:solid;"><p style="margin:0px;margin-left:4px;"><br></p><hr size="1" style="border-style:solid;"><p style="margin:0px;margin-left:4px;">sacar():void</p>" style="verticalAlign=top;align=left;overflow=fill;html=1;whiteSpace=wrap;" vertex="1" parent="1">
<mxGeometry x="1037.31" y="628" width="140" height="100" as="geometry" />
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-10" value="<p style="margin:0px;margin-top:4px;text-align:center;"><span style="color: rgba(0, 0, 0, 0); font-family: monospace; font-size: 0px; text-wrap: nowrap; background-color: initial; text-align: left;">%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20value%3D%22%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-top%3A4px%3Btext-align%3Acenter%3B%26quot%3B%26gt%3B%26lt%3Bi%26gt%3B%26amp%3Blt%3B%26amp%3Blt%3BInterface%26amp%3Bgt%3B%26amp%3Bgt%3B%26lt%3B%2Fi%26gt%3B%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BSaque%26lt%3B%2Fb%26gt%3B%26lt%3B%2Fp%26gt%3B%26lt%3Bhr%20size%3D%26quot%3B1%26quot%3B%20style%3D%26quot%3Bborder-style%3Asolid%3B%26quot%3B%26gt%3B%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-left%3A4px%3B%26quot%3B%26gt%3B%26lt%3Bbr%26gt%3B%26lt%3B%2Fp%26gt%3B%26lt%3Bhr%20size%3D%26quot%3B1%26quot%3B%20style%3D%26quot%3Bborder-style%3Asolid%3B%26quot%3B%26gt%3B%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-left%3A4px%3B%26quot%3B%26gt%3Bsacar()%3Avoid%26lt%3B%2Fp%26gt%3B%22%20style%3D%22verticalAlign%3Dtop%3Balign%3Dleft%3Boverflow%3Dfill%3Bhtml%3D1%3BwhiteSpace%3Dwrap%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22529%22%20y%3D%22819%22%20width%3D%22140%22%20height%3D%22100%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%223%22%20value%3D%22%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-top%3A4px%3Btext-align%3Acenter%3B%26quot%3B%26gt%3B%26lt%3Bi%26gt%3B%26amp%3Blt%3B%26amp%3Blt%3BInterface%26amp%3Bgt%3B%26amp%3Bgt%3B%26lt%3B%2Fi%26gt%3B%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BDeposito%26lt%3B%2Fb%26gt%3B%26lt%3B%2Fp%26gt%3B%26lt%3Bhr%20size%3D%26quot%3B1%26quot%3B%20style%3D%26quot%3Bborder-style%3Asolid%3B%26quot%3B%26gt%3B%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-left%3A4px%3B%26quot%3B%26gt%3B%26lt%3Bbr%26gt%3B%26lt%3B%2Fp%26gt%3B%26lt%3Bhr%20size%3D%26quot%3B1%26quot%3B%20style%3D%26quot%3Bborder-style%3Asolid%3B%26quot%3B%26gt%3B%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-left%3A4px%3B%26quot%3B%26gt%3Bsacar()%3Avoid%26lt%3B%2Fp%26gt%3B%22%20style%3D%22verticalAlign%3Dtop%3Balign%3Dleft%3Boverflow%3Dfill%3Bhtml%3D1%3BwhiteSpace%3Dwrap%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22702%22%20y%3D%22819%22%20width%3D%22140%22%20height%3D%22100%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3C%2Froot%3E%3C%2FmxGraphModel%3E</span><b>Class SaqueContaCorrente</b></p><hr size="1" style="border-style:solid;"><p style="margin:0px;margin-left:4px;"><br></p><hr size="1" style="border-style:solid;"><p style="margin:0px;margin-left:4px;">+ sacar()void</p>" style="verticalAlign=top;align=left;overflow=fill;html=1;whiteSpace=wrap;" vertex="1" parent="1">
<mxGeometry x="853.81" y="793" width="128" height="92" as="geometry" />
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-29" style="edgeStyle=none;curved=1;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontSize=12;startSize=8;endSize=8;" edge="1" parent="1" source="V7gnR77r-0B_Q3iv09S9-12" target="V7gnR77r-0B_Q3iv09S9-6">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-12" value="<p style="margin:0px;margin-top:4px;text-align:center;"><span style="color: rgba(0, 0, 0, 0); font-family: monospace; font-size: 0px; text-wrap: nowrap; background-color: initial; text-align: left;">%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20value%3D%22%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-top%3A4px%3Btext-align%3Acenter%3B%26quot%3B%26gt%3B%26lt%3Bi%26gt%3B%26amp%3Blt%3B%26amp%3Blt%3BInterface%26amp%3Bgt%3B%26amp%3Bgt%3B%26lt%3B%2Fi%26gt%3B%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BSaque%26lt%3B%2Fb%26gt%3B%26lt%3B%2Fp%26gt%3B%26lt%3Bhr%20size%3D%26quot%3B1%26quot%3B%20style%3D%26quot%3Bborder-style%3Asolid%3B%26quot%3B%26gt%3B%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-left%3A4px%3B%26quot%3B%26gt%3B%26lt%3Bbr%26gt%3B%26lt%3B%2Fp%26gt%3B%26lt%3Bhr%20size%3D%26quot%3B1%26quot%3B%20style%3D%26quot%3Bborder-style%3Asolid%3B%26quot%3B%26gt%3B%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-left%3A4px%3B%26quot%3B%26gt%3Bsacar()%3Avoid%26lt%3B%2Fp%26gt%3B%22%20style%3D%22verticalAlign%3Dtop%3Balign%3Dleft%3Boverflow%3Dfill%3Bhtml%3D1%3BwhiteSpace%3Dwrap%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22529%22%20y%3D%22819%22%20width%3D%22140%22%20height%3D%22100%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%223%22%20value%3D%22%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-top%3A4px%3Btext-align%3Acenter%3B%26quot%3B%26gt%3B%26lt%3Bi%26gt%3B%26amp%3Blt%3B%26amp%3Blt%3BInterface%26amp%3Bgt%3B%26amp%3Bgt%3B%26lt%3B%2Fi%26gt%3B%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BDeposito%26lt%3B%2Fb%26gt%3B%26lt%3B%2Fp%26gt%3B%26lt%3Bhr%20size%3D%26quot%3B1%26quot%3B%20style%3D%26quot%3Bborder-style%3Asolid%3B%26quot%3B%26gt%3B%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-left%3A4px%3B%26quot%3B%26gt%3B%26lt%3Bbr%26gt%3B%26lt%3B%2Fp%26gt%3B%26lt%3Bhr%20size%3D%26quot%3B1%26quot%3B%20style%3D%26quot%3Bborder-style%3Asolid%3B%26quot%3B%26gt%3B%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-left%3A4px%3B%26quot%3B%26gt%3Bsacar()%3Avoid%26lt%3B%2Fp%26gt%3B%22%20style%3D%22verticalAlign%3Dtop%3Balign%3Dleft%3Boverflow%3Dfill%3Bhtml%3D1%3BwhiteSpace%3Dwrap%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22702%22%20y%3D%22819%22%20width%3D%22140%22%20height%3D%22100%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3C%2Froot%3E%3C%2FmxGraphModel%3E</span><b>Class DepositoContaCorrente</b></p><hr size="1" style="border-style:solid;"><p style="margin:0px;margin-left:4px;"><br></p><hr size="1" style="border-style:solid;"><p style="margin:0px;margin-left:4px;">+ deposito()void</p>" style="verticalAlign=top;align=left;overflow=fill;html=1;whiteSpace=wrap;" vertex="1" parent="1">
<mxGeometry x="1038.81" y="793" width="137" height="95" as="geometry" />
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-38" style="edgeStyle=none;curved=1;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.25;entryDx=0;entryDy=0;fontSize=12;startSize=8;endSize=8;" edge="1" parent="1" source="V7gnR77r-0B_Q3iv09S9-13" target="V7gnR77r-0B_Q3iv09S9-4">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-13" value="<p style="margin:0px;margin-top:4px;text-align:center;"><b>Class ContaCorente</b></p><hr size="1" style="border-style:solid;"><p style="margin:0px;margin-left:4px;"><span style="background-color: initial;">+limiteChequeespecial();</span><br></p><hr size="1" style="border-style:solid;"><p style="margin:0px;margin-left:4px;"><br></p>" style="verticalAlign=top;align=left;overflow=fill;html=1;whiteSpace=wrap;" vertex="1" parent="1">
<mxGeometry x="602" y="382.37" width="163" height="83" as="geometry" />
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-40" style="edgeStyle=none;curved=1;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=1.002;entryY=0.884;entryDx=0;entryDy=0;fontSize=12;startSize=8;endSize=8;entryPerimeter=0;exitX=0.006;exitY=0.345;exitDx=0;exitDy=0;exitPerimeter=0;" edge="1" parent="1" source="V7gnR77r-0B_Q3iv09S9-15" target="V7gnR77r-0B_Q3iv09S9-1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-47" value="1" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontSize=12;" vertex="1" connectable="0" parent="V7gnR77r-0B_Q3iv09S9-40">
<mxGeometry x="-0.4621" y="1" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-15" value="<p style="margin: 4px 0px 0px; text-align: center;"><b>Class ContaPoupança</b></p><hr style="border-style: solid;" size="1"><p style="margin: 0px 0px 0px 4px;"><span style="background-color: initial;">+taxaRendimento();</span><br></p><hr style="border-style: solid;" size="1"><p style="margin: 0px 0px 0px 4px;"><br></p>" style="verticalAlign=top;align=left;overflow=fill;html=1;whiteSpace=wrap;" vertex="1" parent="1">
<mxGeometry x="605" y="491.37" width="163" height="83" as="geometry" />
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-22" value="<p style="margin: 4px 0px 0px; text-align: center;"><span style="color: rgba(0, 0, 0, 0); font-family: monospace; font-size: 0px; text-wrap: nowrap; background-color: initial; text-align: left;">%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20value%3D%22%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-top%3A4px%3Btext-align%3Acenter%3B%26quot%3B%26gt%3B%26lt%3Bi%26gt%3B%26amp%3Blt%3B%26amp%3Blt%3BInterface%26amp%3Bgt%3B%26amp%3Bgt%3B%26lt%3B%2Fi%26gt%3B%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BSaque%26lt%3B%2Fb%26gt%3B%26lt%3B%2Fp%26gt%3B%26lt%3Bhr%20size%3D%26quot%3B1%26quot%3B%20style%3D%26quot%3Bborder-style%3Asolid%3B%26quot%3B%26gt%3B%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-left%3A4px%3B%26quot%3B%26gt%3B%26lt%3Bbr%26gt%3B%26lt%3B%2Fp%26gt%3B%26lt%3Bhr%20size%3D%26quot%3B1%26quot%3B%20style%3D%26quot%3Bborder-style%3Asolid%3B%26quot%3B%26gt%3B%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-left%3A4px%3B%26quot%3B%26gt%3Bsacar()%3Avoid%26lt%3B%2Fp%26gt%3B%22%20style%3D%22verticalAlign%3Dtop%3Balign%3Dleft%3Boverflow%3Dfill%3Bhtml%3D1%3BwhiteSpace%3Dwrap%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22529%22%20y%3D%22819%22%20width%3D%22140%22%20height%3D%22100%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%223%22%20value%3D%22%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-top%3A4px%3Btext-align%3Acenter%3B%26quot%3B%26gt%3B%26lt%3Bi%26gt%3B%26amp%3Blt%3B%26amp%3Blt%3BInterface%26amp%3Bgt%3B%26amp%3Bgt%3B%26lt%3B%2Fi%26gt%3B%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BDeposito%26lt%3B%2Fb%26gt%3B%26lt%3B%2Fp%26gt%3B%26lt%3Bhr%20size%3D%26quot%3B1%26quot%3B%20style%3D%26quot%3Bborder-style%3Asolid%3B%26quot%3B%26gt%3B%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-left%3A4px%3B%26quot%3B%26gt%3B%26lt%3Bbr%26gt%3B%26lt%3B%2Fp%26gt%3B%26lt%3Bhr%20size%3D%26quot%3B1%26quot%3B%20style%3D%26quot%3Bborder-style%3Asolid%3B%26quot%3B%26gt%3B%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-left%3A4px%3B%26quot%3B%26gt%3Bsacar()%3Avoid%26lt%3B%2Fp%26gt%3B%22%20style%3D%22verticalAlign%3Dtop%3Balign%3Dleft%3Boverflow%3Dfill%3Bhtml%3D1%3BwhiteSpace%3Dwrap%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22702%22%20y%3D%22819%22%20width%3D%22140%22%20height%3D%22100%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3C%2Froot%3E%3C%2FmxGraphModel%3E</span><b>Class Saque</b></p><hr style="border-style: solid;" size="1"><p style="margin: 0px 0px 0px 4px;"><br></p><hr style="border-style: solid;" size="1"><p style="margin: 0px 0px 0px 4px;">+ sacar()void</p>" style="verticalAlign=top;align=left;overflow=fill;html=1;whiteSpace=wrap;" vertex="1" parent="1">
<mxGeometry x="699" y="793" width="128" height="92" as="geometry" />
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-30" style="edgeStyle=none;curved=1;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fontSize=12;startSize=8;endSize=8;" edge="1" parent="1" source="V7gnR77r-0B_Q3iv09S9-23" target="V7gnR77r-0B_Q3iv09S9-6">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-23" value="<p style="margin: 4px 0px 0px; text-align: center;"><span style="color: rgba(0, 0, 0, 0); font-family: monospace; font-size: 0px; text-wrap: nowrap; background-color: initial; text-align: left;">%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20value%3D%22%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-top%3A4px%3Btext-align%3Acenter%3B%26quot%3B%26gt%3B%26lt%3Bi%26gt%3B%26amp%3Blt%3B%26amp%3Blt%3BInterface%26amp%3Bgt%3B%26amp%3Bgt%3B%26lt%3B%2Fi%26gt%3B%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BSaque%26lt%3B%2Fb%26gt%3B%26lt%3B%2Fp%26gt%3B%26lt%3Bhr%20size%3D%26quot%3B1%26quot%3B%20style%3D%26quot%3Bborder-style%3Asolid%3B%26quot%3B%26gt%3B%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-left%3A4px%3B%26quot%3B%26gt%3B%26lt%3Bbr%26gt%3B%26lt%3B%2Fp%26gt%3B%26lt%3Bhr%20size%3D%26quot%3B1%26quot%3B%20style%3D%26quot%3Bborder-style%3Asolid%3B%26quot%3B%26gt%3B%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-left%3A4px%3B%26quot%3B%26gt%3Bsacar()%3Avoid%26lt%3B%2Fp%26gt%3B%22%20style%3D%22verticalAlign%3Dtop%3Balign%3Dleft%3Boverflow%3Dfill%3Bhtml%3D1%3BwhiteSpace%3Dwrap%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22529%22%20y%3D%22819%22%20width%3D%22140%22%20height%3D%22100%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCell%20id%3D%223%22%20value%3D%22%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-top%3A4px%3Btext-align%3Acenter%3B%26quot%3B%26gt%3B%26lt%3Bi%26gt%3B%26amp%3Blt%3B%26amp%3Blt%3BInterface%26amp%3Bgt%3B%26amp%3Bgt%3B%26lt%3B%2Fi%26gt%3B%26lt%3Bbr%26gt%3B%26lt%3Bb%26gt%3BDeposito%26lt%3B%2Fb%26gt%3B%26lt%3B%2Fp%26gt%3B%26lt%3Bhr%20size%3D%26quot%3B1%26quot%3B%20style%3D%26quot%3Bborder-style%3Asolid%3B%26quot%3B%26gt%3B%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-left%3A4px%3B%26quot%3B%26gt%3B%26lt%3Bbr%26gt%3B%26lt%3B%2Fp%26gt%3B%26lt%3Bhr%20size%3D%26quot%3B1%26quot%3B%20style%3D%26quot%3Bborder-style%3Asolid%3B%26quot%3B%26gt%3B%26lt%3Bp%20style%3D%26quot%3Bmargin%3A0px%3Bmargin-left%3A4px%3B%26quot%3B%26gt%3Bsacar()%3Avoid%26lt%3B%2Fp%26gt%3B%22%20style%3D%22verticalAlign%3Dtop%3Balign%3Dleft%3Boverflow%3Dfill%3Bhtml%3D1%3BwhiteSpace%3Dwrap%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%22702%22%20y%3D%22819%22%20width%3D%22140%22%20height%3D%22100%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3C%2Froot%3E%3C%2FmxGraphModel%3E</span><b>Class Deposito</b></p><hr style="border-style: solid;" size="1"><p style="margin: 0px 0px 0px 4px;"><br></p><hr style="border-style: solid;" size="1"><p style="margin: 0px 0px 0px 4px;">+ deposito()void</p>" style="verticalAlign=top;align=left;overflow=fill;html=1;whiteSpace=wrap;" vertex="1" parent="1">
<mxGeometry x="1192.81" y="793" width="137" height="95" as="geometry" />
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-27" style="edgeStyle=none;curved=1;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.195;entryY=1.028;entryDx=0;entryDy=0;entryPerimeter=0;fontSize=12;startSize=8;endSize=8;" edge="1" parent="1" target="V7gnR77r-0B_Q3iv09S9-5">
<mxGeometry relative="1" as="geometry">
<mxPoint x="821.998432835821" y="792" as="sourcePoint" />
</mxGeometry>
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-28" style="edgeStyle=none;curved=1;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;fontSize=12;startSize=8;endSize=8;" edge="1" parent="1" source="V7gnR77r-0B_Q3iv09S9-10">
<mxGeometry relative="1" as="geometry">
<mxPoint x="917.81" y="728" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-32" style="edgeStyle=none;curved=1;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.364;entryY=0.996;entryDx=0;entryDy=0;entryPerimeter=0;fontSize=12;startSize=8;endSize=8;" edge="1" parent="1" source="V7gnR77r-0B_Q3iv09S9-5" target="V7gnR77r-0B_Q3iv09S9-4">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-37" style="edgeStyle=none;curved=1;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.007;entryY=0.789;entryDx=0;entryDy=0;entryPerimeter=0;fontSize=12;startSize=8;endSize=8;" edge="1" parent="1" source="V7gnR77r-0B_Q3iv09S9-15" target="V7gnR77r-0B_Q3iv09S9-4">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-39" style="edgeStyle=none;curved=1;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=1.01;entryY=0.136;entryDx=0;entryDy=0;entryPerimeter=0;fontSize=12;startSize=8;endSize=8;" edge="1" parent="1" source="V7gnR77r-0B_Q3iv09S9-13" target="V7gnR77r-0B_Q3iv09S9-1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-46" value="1" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontSize=12;" vertex="1" connectable="0" parent="V7gnR77r-0B_Q3iv09S9-39">
<mxGeometry x="-0.517" y="-1" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-43" style="edgeStyle=none;curved=1;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.75;exitDx=0;exitDy=0;entryX=-0.004;entryY=0.146;entryDx=0;entryDy=0;entryPerimeter=0;fontSize=12;startSize=8;endSize=8;" edge="1" parent="1" source="V7gnR77r-0B_Q3iv09S9-1" target="V7gnR77r-0B_Q3iv09S9-15">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="V7gnR77r-0B_Q3iv09S9-44" value="0..*" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];fontSize=12;" vertex="1" connectable="0" parent="V7gnR77r-0B_Q3iv09S9-43">
<mxGeometry x="-0.7101" y="2" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>