-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathkt-bank_UML_v0_5.drawio
328 lines (328 loc) · 36.8 KB
/
kt-bank_UML_v0_5.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
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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<mxfile host="Electron" modified="2024-03-04T11:06:50.506Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/23.1.5 Chrome/120.0.6099.109 Electron/28.1.0 Safari/537.36" etag="667O7uferEDN-kJpev_O" version="23.1.5" type="device">
<diagram name="Page-1" id="s-HMXYgOpkfJJTglPWlI">
<mxGraphModel dx="899" dy="980" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="0" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="BHsIzKDb-GIREQ4QsG7Z-5" value="ExampleClass" 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;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="1310" y="-210" width="330" height="200" as="geometry">
<mxRectangle x="345" y="320" width="120" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="BHsIzKDb-GIREQ4QsG7Z-6" value="<div>- privateVar: std::string<br></div><div>- privateVar1: size_t</div><div>+ publicVar: char</div><div>+ publicVar1: std::vector&lt;int&gt;<br></div>" 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;whiteSpace=wrap;html=1;" parent="BHsIzKDb-GIREQ4QsG7Z-5" vertex="1">
<mxGeometry y="26" width="330" height="64" as="geometry" />
</mxCell>
<mxCell id="BHsIzKDb-GIREQ4QsG7Z-7" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" parent="BHsIzKDb-GIREQ4QsG7Z-5" vertex="1">
<mxGeometry y="90" width="330" height="20" as="geometry" />
</mxCell>
<mxCell id="BHsIzKDb-GIREQ4QsG7Z-8" value="<div>- privateMethod (int): void</div><div>- privateMethod1 (int&amp;): int*</div><div>+ ExampleClass(std::string, size_t, char, std::vector&lt;int&gt;)<br></div><div>+ publicMethod (std::string): std::string</div><div>+ publicMethod1 (char): void&nbsp; <br></div>" 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;whiteSpace=wrap;html=1;" parent="BHsIzKDb-GIREQ4QsG7Z-5" vertex="1">
<mxGeometry y="110" width="330" height="90" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-1" value="Bank&nbsp;" 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;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="250" y="-130" width="380" height="242" as="geometry" />
</mxCell>
<mxCell id="Jpd8JONi1-Sz0mRhObYV-6" value="+ instance: Bank" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-1" vertex="1">
<mxGeometry y="26" width="380" height="26" as="geometry" />
</mxCell>
<mxCell id="K2jsW3WkfBgGo3mtC9Qz-7" value="- kundenID_gen: uint&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // generator fuer kundenID" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-1" vertex="1">
<mxGeometry y="52" width="380" height="26" as="geometry" />
</mxCell>
<mxCell id="Jpd8JONi1-Sz0mRhObYV-5" value="" style="endArrow=open;endFill=1;endSize=12;html=1;rounded=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="2RG2JbtTriZIpNJXNHU2-1" source="Jpd8JONi1-Sz0mRhObYV-6" target="2RG2JbtTriZIpNJXNHU2-1" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="370" y="40" as="sourcePoint" />
<mxPoint x="200" y="-80" as="targetPoint" />
<Array as="points">
<mxPoint x="480" y="40" />
<mxPoint x="480" y="-80" />
<mxPoint x="190" y="-80" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="Jpd8JONi1-Sz0mRhObYV-7" value="Singleton" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" parent="Jpd8JONi1-Sz0mRhObYV-5" vertex="1" connectable="0">
<mxGeometry x="0.2064" y="-3" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-2" value="- kunden: std::vector&lt;Bankkunde&gt;" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-1" vertex="1">
<mxGeometry y="78" width="380" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-58" value="- automaten: std::vector&lt;Bankautomat&gt;" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-1" vertex="1">
<mxGeometry y="104" width="380" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-3" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" parent="2RG2JbtTriZIpNJXNHU2-1" vertex="1">
<mxGeometry y="130" width="380" height="8" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-4" value="+ kundeAnlegen(string, string): void" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-1" vertex="1">
<mxGeometry y="138" width="380" height="26" as="geometry" />
</mxCell>
<mxCell id="K2jsW3WkfBgGo3mtC9Qz-6" value="+ kundeLoeschen(int): void" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-1" vertex="1">
<mxGeometry y="164" width="380" height="26" as="geometry" />
</mxCell>
<mxCell id="K2jsW3WkfBgGo3mtC9Qz-9" value="+ automatAnlegen(uint): void" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-1" vertex="1">
<mxGeometry y="190" width="380" height="26" as="geometry" />
</mxCell>
<mxCell id="K2jsW3WkfBgGo3mtC9Qz-11" value="+ automatLoeschen(uint): void" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-1" vertex="1">
<mxGeometry y="216" width="380" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-5" value="Bankkunde" 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;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="470" y="180" width="250" height="216" as="geometry" />
</mxCell>
<mxCell id="K2jsW3WkfBgGo3mtC9Qz-4" value="- kundenID: uint" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-5" vertex="1">
<mxGeometry y="26" width="250" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-101" value="<div>- vorname: std::string</div>" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-5" vertex="1">
<mxGeometry y="52" width="250" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-100" value="- nachname: std::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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-5" vertex="1">
<mxGeometry y="78" width="250" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-6" value="- tagesgeldKonto: Tagesgeldkonto*" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-5" vertex="1">
<mxGeometry y="104" width="250" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-48" value="- festgeldKonto: Festgeldkonto*" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-5" vertex="1">
<mxGeometry y="130" width="250" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-55" value="- giroKonto: Girokonto*" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-5" vertex="1">
<mxGeometry y="156" width="250" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-52" value="- kreditkartenKonto: Kreditkartenkonto*" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-5" vertex="1">
<mxGeometry y="182" width="250" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-7" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" parent="2RG2JbtTriZIpNJXNHU2-5" vertex="1">
<mxGeometry y="208" width="250" height="8" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-9" value="<div>Kreditkarte</div>" 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;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="1020" y="340" width="230" height="242" as="geometry" />
</mxCell>
<mxCell id="6PrJYLI9oZnV0FBIuRU_-3" value="- gesperrt: bool" 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;whiteSpace=wrap;html=1;" vertex="1" parent="2RG2JbtTriZIpNJXNHU2-9">
<mxGeometry y="26" width="230" height="26" as="geometry" />
</mxCell>
<mxCell id="6PrJYLI9oZnV0FBIuRU_-2" value="- validKarte: bool" 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;whiteSpace=wrap;html=1;" vertex="1" parent="2RG2JbtTriZIpNJXNHU2-9">
<mxGeometry y="52" width="230" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-95" value="- KREDITKARTEN_NR: std::vector&lt;int&gt;" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-9" vertex="1">
<mxGeometry y="78" width="230" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-11" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" parent="2RG2JbtTriZIpNJXNHU2-9" vertex="1">
<mxGeometry y="104" width="230" height="8" as="geometry" />
</mxCell>
<mxCell id="K2jsW3WkfBgGo3mtC9Qz-41" value="- generateKartenNr(): std::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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-9" vertex="1">
<mxGeometry y="112" width="230" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-96" value="+ getKartenNr(): std::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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-9" vertex="1">
<mxGeometry y="138" width="230" height="26" as="geometry" />
</mxCell>
<mxCell id="_5r4Jt6BBbx2pi7WB9AW-2" value="+ checkKarte(): bool" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-9" vertex="1">
<mxGeometry y="164" width="230" height="26" as="geometry" />
</mxCell>
<mxCell id="_5r4Jt6BBbx2pi7WB9AW-3" value="+ generatePZ(vector): int&nbsp;" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-9" vertex="1">
<mxGeometry y="190" width="230" height="26" as="geometry" />
</mxCell>
<mxCell id="_5r4Jt6BBbx2pi7WB9AW-4" value="+ checkUnique(ull, vector&lt;ull&gt;): bool" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-9" vertex="1">
<mxGeometry y="216" width="230" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-13" value="<div>Konto {abstract}<br></div>" 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;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="800" y="180" width="240" height="138" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-14" value="#kontoStand: 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-13" vertex="1">
<mxGeometry y="26" width="240" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-89" value="#KONTO_NUMMER: uint" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-13" vertex="1">
<mxGeometry y="52" width="240" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-90" value="#gesperrt: bool" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-13" vertex="1">
<mxGeometry y="78" width="240" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-15" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" parent="2RG2JbtTriZIpNJXNHU2-13" vertex="1">
<mxGeometry y="104" width="240" height="8" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-98" value="+ kontoGedeckt(double): bool" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-13" vertex="1">
<mxGeometry y="112" width="240" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-17" value="Bankautomat" 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;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="140" y="180" width="280" height="112" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-18" value="- bargeld: 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-17" vertex="1">
<mxGeometry y="26" width="280" height="26" as="geometry" />
</mxCell>
<mxCell id="K2jsW3WkfBgGo3mtC9Qz-10" value="- automatID: uint" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-17" vertex="1">
<mxGeometry y="52" width="280" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-19" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" parent="2RG2JbtTriZIpNJXNHU2-17" vertex="1">
<mxGeometry y="78" width="280" height="8" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-102" value="+ auszahlen(Bankkunde*, int betrag, uint pin): int " 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-17" vertex="1">
<mxGeometry y="86" width="280" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-21" value="Girokonto" 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;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="770" y="692" width="160" height="86" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-22" value="- girokarte: Girokarte" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-21" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-23" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" parent="2RG2JbtTriZIpNJXNHU2-21" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-24" value="+ generateKarte(): void" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-21" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-29" value="Festgeldkonto" 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;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="550" y="692" width="195" height="112" as="geometry" />
</mxCell>
<mxCell id="K2jsW3WkfBgGo3mtC9Qz-42" value="- anlageDatum: Date" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-29" vertex="1">
<mxGeometry y="26" width="195" height="26" as="geometry" />
</mxCell>
<mxCell id="K2jsW3WkfBgGo3mtC9Qz-45" value="- ZINSSATZ: float" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-29" vertex="1">
<mxGeometry y="52" width="195" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-31" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" parent="2RG2JbtTriZIpNJXNHU2-29" vertex="1">
<mxGeometry y="78" width="195" height="8" as="geometry" />
</mxCell>
<mxCell id="C2WarzT92GhVB1hU8wx2-2" value="+ verzinsung(): void (virtual)" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-29" vertex="1">
<mxGeometry y="86" width="195" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-33" value="Tagesgeldkonto" 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;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="370" y="692" width="160" height="112" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-34" value="- anlageDatum: Date" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-33" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="K2jsW3WkfBgGo3mtC9Qz-46" value="- ZINSSATZ: float" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-33" vertex="1">
<mxGeometry y="52" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-35" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" parent="2RG2JbtTriZIpNJXNHU2-33" vertex="1">
<mxGeometry y="78" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="C2WarzT92GhVB1hU8wx2-1" value="+ verzinsung(): void (virtual)" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-33" vertex="1">
<mxGeometry y="86" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-37" value="" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=0;entryX=0.132;entryY=1.056;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" source="2RG2JbtTriZIpNJXNHU2-33" target="2RG2JbtTriZIpNJXNHU2-98" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="995" y="734" as="sourcePoint" />
<mxPoint x="831.6799999999998" y="447.0899999999999" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-38" value="" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=0;exitX=0.535;exitY=0.031;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.276;entryY=1.032;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" source="2RG2JbtTriZIpNJXNHU2-29" target="2RG2JbtTriZIpNJXNHU2-98" edge="1">
<mxGeometry x="-0.1955" y="-5" width="160" relative="1" as="geometry">
<mxPoint x="1185" y="752" as="sourcePoint" />
<mxPoint x="870" y="440" as="targetPoint" />
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-39" value="" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=0;exitX=0.3;exitY=0.023;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.825;entryY=1;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" source="2RG2JbtTriZIpNJXNHU2-25" target="2RG2JbtTriZIpNJXNHU2-98" edge="1">
<mxGeometry x="-0.5208" y="-12" width="160" relative="1" as="geometry">
<mxPoint x="1355" y="751" as="sourcePoint" />
<mxPoint x="1010" y="420" as="targetPoint" />
<mxPoint as="offset" />
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-40" value="" style="endArrow=block;endSize=16;endFill=0;html=1;rounded=0;entryX=0.413;entryY=1.102;entryDx=0;entryDy=0;entryPerimeter=0;exitX=0.795;exitY=0.007;exitDx=0;exitDy=0;exitPerimeter=0;" parent="1" source="2RG2JbtTriZIpNJXNHU2-21" target="2RG2JbtTriZIpNJXNHU2-98" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="1515" y="743" as="sourcePoint" />
<mxPoint x="941.1199999999999" y="449.81999999999994" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-54" value="" style="endArrow=diamondThin;endFill=1;endSize=24;html=1;rounded=0;entryX=0.999;entryY=0.071;entryDx=0;entryDy=0;entryPerimeter=0;exitX=0;exitY=0.067;exitDx=0;exitDy=0;exitPerimeter=0;" parent="1" source="2RG2JbtTriZIpNJXNHU2-13" target="2RG2JbtTriZIpNJXNHU2-5" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="1270" y="810" as="sourcePoint" />
<mxPoint x="1020" y="860" as="targetPoint" />
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="_i0TJnSxcOvFbVR11NPT-3" value="0..1" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" parent="2RG2JbtTriZIpNJXNHU2-54" vertex="1" connectable="0">
<mxGeometry x="-0.7234" y="-1" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-59" value="" style="endArrow=diamondThin;endFill=1;endSize=24;html=1;rounded=0;" parent="1" source="2RG2JbtTriZIpNJXNHU2-17" target="2RG2JbtTriZIpNJXNHU2-1" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="330" y="790" as="sourcePoint" />
<mxPoint x="438" y="901" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-61" value="<div>1..n</div>" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" parent="2RG2JbtTriZIpNJXNHU2-59" vertex="1" connectable="0">
<mxGeometry x="-0.6721" y="-2" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-66" value="" style="endArrow=diamondThin;endFill=1;endSize=24;html=1;rounded=0;" parent="1" source="2RG2JbtTriZIpNJXNHU2-5" target="2RG2JbtTriZIpNJXNHU2-1" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="620" y="850" as="sourcePoint" />
<mxPoint x="728" y="961" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-69" value="1" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" parent="2RG2JbtTriZIpNJXNHU2-66" vertex="1" connectable="0">
<mxGeometry x="0.5474" y="-1" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-70" value="<div>0..n<br></div>" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" parent="2RG2JbtTriZIpNJXNHU2-66" vertex="1" connectable="0">
<mxGeometry x="-0.7466" y="-2" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-71" value="" style="endArrow=diamondThin;endFill=1;endSize=24;html=1;rounded=0;entryX=0.681;entryY=-0.003;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" source="2RG2JbtTriZIpNJXNHU2-9" target="2RG2JbtTriZIpNJXNHU2-25" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="1050" y="880" as="sourcePoint" />
<mxPoint x="1158" y="991" as="targetPoint" />
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="6PrJYLI9oZnV0FBIuRU_-4" value="Text" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" vertex="1" connectable="0" parent="2RG2JbtTriZIpNJXNHU2-71">
<mxGeometry x="-0.588" y="-1" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="6PrJYLI9oZnV0FBIuRU_-5" value="Text" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" vertex="1" connectable="0" parent="2RG2JbtTriZIpNJXNHU2-71">
<mxGeometry x="-0.609" y="-1" relative="1" as="geometry">
<mxPoint x="2" y="1" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-83" value="Girokarte" 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;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="1280" y="420" width="120" height="112" as="geometry" />
</mxCell>
<mxCell id="K2jsW3WkfBgGo3mtC9Qz-44" value="- PIN: uint" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-83" vertex="1">
<mxGeometry y="26" width="120" height="26" as="geometry" />
</mxCell>
<mxCell id="insRM0mVFj48pFjeSKk3-1" value="- validKarte: bool" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-83" vertex="1">
<mxGeometry y="52" width="120" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-97" value="- gesperrt: bool" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-83" vertex="1">
<mxGeometry y="78" width="120" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-85" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" parent="2RG2JbtTriZIpNJXNHU2-83" vertex="1">
<mxGeometry y="104" width="120" height="8" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-25" value="<div>Kreditkartenkonto</div>" 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;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="950" y="692" width="160" height="86" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-26" value="- kreditkarte: Kreditkarte" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-25" vertex="1">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-27" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" parent="2RG2JbtTriZIpNJXNHU2-25" vertex="1">
<mxGeometry y="52" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-28" value="+ generateKarte(): void" 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;whiteSpace=wrap;html=1;" parent="2RG2JbtTriZIpNJXNHU2-25" vertex="1">
<mxGeometry y="60" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="2RG2JbtTriZIpNJXNHU2-88" value="" style="endArrow=diamondThin;endFill=1;endSize=24;html=1;rounded=0;exitX=0.484;exitY=1.192;exitDx=0;exitDy=0;exitPerimeter=0;" parent="1" source="2RG2JbtTriZIpNJXNHU2-97" target="2RG2JbtTriZIpNJXNHU2-21" edge="1">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="1448" y="527.096" as="sourcePoint" />
<mxPoint x="1275" y="763" as="targetPoint" />
<Array as="points">
<mxPoint x="1110" y="850" />
<mxPoint x="930" y="850" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="K2jsW3WkfBgGo3mtC9Qz-47" value="" style="group" parent="1" vertex="1" connectable="0">
<mxGeometry x="659.9979295105123" y="834.0015587083727" as="geometry" />
</mxCell>
<mxCell id="Jpd8JONi1-Sz0mRhObYV-8" value="We have omitted the getters and setters<br>to provide a better overview." style="ellipse;shape=cloud;whiteSpace=wrap;html=1;fillColor=#E6E6E6;" parent="1" vertex="1">
<mxGeometry x="800" y="-170" width="300" height="80" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>