-
Notifications
You must be signed in to change notification settings - Fork 1
/
new3.uxf
65 lines (65 loc) · 1.43 KB
/
new3.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
<?xml version="1.0" encoding="UTF-8"?><diagram program="umlet" version="12.1">
<zoom_level>10</zoom_level>
<element>
<type>com.umlet.element.Class</type>
<coordinates>
<x>490</x>
<y>390</y>
<w>210</w>
<h>160</h>
</coordinates>
<panel_attributes>Mitglied
--
-id: Guid
-Name: String
-Vorname: String
-Erwerbstätigkeit: int
-Kontoverbindung:Konto
-Geburtsdatum:DateTime</panel_attributes>
<additional_attributes/>
</element>
<element>
<type>com.umlet.element.Class</type>
<coordinates>
<x>30</x>
<y>340</y>
<w>240</w>
<h>190</h>
</coordinates>
<panel_attributes>Konto
--
-id: Guid
-IBAN:String
-BIC:String
--
+Konto(IBAN:string, BIC:string)
</panel_attributes>
<additional_attributes/>
</element>
<element>
<type>com.umlet.element.Relation</type>
<coordinates>
<x>240</x>
<y>390</y>
<w>270</w>
<h>90</h>
</coordinates>
<panel_attributes/>
<additional_attributes>30;30;250;70</additional_attributes>
</element>
<element>
<type>com.umlet.element.Class</type>
<coordinates>
<x>70</x>
<y>20</y>
<w>690</w>
<h>190</h>
</coordinates>
<panel_attributes><<Interface>>
BankSST
--
+SEPAEinzug(konto: Konto, betrag:decimal): void
+holeKontoaktivitäten(konto:Konto, beginn:DateTime, ende:DateTime):[]Umsätzen</panel_attributes>
<additional_attributes/>
</element>
</diagram>