-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjava-fakebank.drawio
111 lines (111 loc) · 12.6 KB
/
java-fakebank.drawio
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
<mxfile host="app.diagrams.net" modified="2022-01-08T11:00:29.318Z" agent="5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36 Edg/96.0.1054.62" etag="2u-YE7iOhZ3XKYLepQZc" version="16.2.4" type="github">
<diagram id="C5RBs43oDa-KdzZeNtuy" name="Page-1">
<mxGraphModel dx="1038" dy="571" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="WIyWlLk6GJQsqaUBKTNV-0" />
<mxCell id="WIyWlLk6GJQsqaUBKTNV-1" parent="WIyWlLk6GJQsqaUBKTNV-0" />
<mxCell id="iLhIcMWgFtu04FfllraD-0" value="Pessoa" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=30;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="40" y="40" width="160" height="138" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-1" value="+ Nome: String" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="iLhIcMWgFtu04FfllraD-0">
<mxGeometry y="30" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-6" value="+ Telefone: String" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="iLhIcMWgFtu04FfllraD-0">
<mxGeometry y="56" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-5" value="+ CPF: String" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="iLhIcMWgFtu04FfllraD-0">
<mxGeometry y="82" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-2" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" vertex="1" parent="iLhIcMWgFtu04FfllraD-0">
<mxGeometry y="108" width="160" height="4" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-3" value="+ method(type): type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="iLhIcMWgFtu04FfllraD-0">
<mxGeometry y="112" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-7" value="Cliente" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="320" y="40" width="160" height="164" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-26" value="+ Pessoa: Pessoa" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="iLhIcMWgFtu04FfllraD-7">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-27" value="+ Contas: HashSet" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="iLhIcMWgFtu04FfllraD-7">
<mxGeometry y="52" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-11" value="+ eMail: String" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="iLhIcMWgFtu04FfllraD-7">
<mxGeometry y="78" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-12" value="+ Senha Cliente: String" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="iLhIcMWgFtu04FfllraD-7">
<mxGeometry y="104" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-9" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" vertex="1" parent="iLhIcMWgFtu04FfllraD-7">
<mxGeometry y="130" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-10" value="+ method(type): type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="iLhIcMWgFtu04FfllraD-7">
<mxGeometry y="138" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-40" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="iLhIcMWgFtu04FfllraD-20" target="iLhIcMWgFtu04FfllraD-32">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-20" value="Conta" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="40" y="240" width="160" height="138" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-21" value="+ Numero Conta: Integer" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="iLhIcMWgFtu04FfllraD-20">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-24" value="+ Saldo: Double" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="iLhIcMWgFtu04FfllraD-20">
<mxGeometry y="52" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-25" value="+ Senha Conta: String" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="iLhIcMWgFtu04FfllraD-20">
<mxGeometry y="78" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-22" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" vertex="1" parent="iLhIcMWgFtu04FfllraD-20">
<mxGeometry y="104" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-23" value="+ method(type): type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="iLhIcMWgFtu04FfllraD-20">
<mxGeometry y="112" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-30" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="iLhIcMWgFtu04FfllraD-6" target="iLhIcMWgFtu04FfllraD-26">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="240" y="109" />
<mxPoint x="240" y="79" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-31" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="iLhIcMWgFtu04FfllraD-24" target="iLhIcMWgFtu04FfllraD-27">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-32" value="Conta Corrente" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="40" y="480" width="160" height="86" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-33" value="+ field: type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="iLhIcMWgFtu04FfllraD-32">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-34" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" vertex="1" parent="iLhIcMWgFtu04FfllraD-32">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-35" value="+ method(type): type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="iLhIcMWgFtu04FfllraD-32">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-36" value="Conta Poupanca" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="240" y="480" width="160" height="86" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-37" value="+ field: type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="iLhIcMWgFtu04FfllraD-36">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-38" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;" vertex="1" parent="iLhIcMWgFtu04FfllraD-36">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-39" value="+ method(type): type" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;" vertex="1" parent="iLhIcMWgFtu04FfllraD-36">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="iLhIcMWgFtu04FfllraD-41" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" target="iLhIcMWgFtu04FfllraD-36">
<mxGeometry relative="1" as="geometry">
<mxPoint x="120" y="400" as="sourcePoint" />
<mxPoint x="130" y="490" as="targetPoint" />
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>