From 1e14c24e6af7b0364237e2465da55ef28a2eac23 Mon Sep 17 00:00:00 2001 From: janik Date: Thu, 17 Mar 2022 10:56:09 +0100 Subject: [PATCH] . --- 12fi5/AEuP/Bank/example_bankv1.2.ps1 | 2 +- 12fi5/AEuP/s45 #2 UML.uxf | 139 +++++++++++++++++++++++++++ 2 files changed, 140 insertions(+), 1 deletion(-) create mode 100644 12fi5/AEuP/s45 #2 UML.uxf diff --git a/12fi5/AEuP/Bank/example_bankv1.2.ps1 b/12fi5/AEuP/Bank/example_bankv1.2.ps1 index e3a87d3..fbd75ea 100644 --- a/12fi5/AEuP/Bank/example_bankv1.2.ps1 +++ b/12fi5/AEuP/Bank/example_bankv1.2.ps1 @@ -119,7 +119,7 @@ class kunde{ erstelleKonto([int]$anzahl){ for($i = 0;$i -lt $anzahl;$i++){ - $this.kontenliste += [konto]::new((read-host "Kontonummer"),0,$this) + $this.kontenliste += [girokonto]::new((read-host "Kontonummer"),0,$this) } } diff --git a/12fi5/AEuP/s45 #2 UML.uxf b/12fi5/AEuP/s45 #2 UML.uxf new file mode 100644 index 0000000..048f8b5 --- /dev/null +++ b/12fi5/AEuP/s45 #2 UML.uxf @@ -0,0 +1,139 @@ + + + 10 + + UMLClass + + 640 + 90 + 100 + 90 + + Server +-- +#IP +-- ++getIP() + + + + UMLClass + + 480 + 240 + 140 + 110 + + PrintServer +-- +-Printers[]: Printer + + + + UMLClass + + 640 + 240 + 100 + 30 + + AppServer + + + + UMLClass + + 760 + 240 + 100 + 30 + + DBServer + + + + Relation + + 680 + 170 + 30 + 90 + + lt=<<- + 10.0;10.0;10.0;70.0 + + + Relation + + 530 + 150 + 130 + 110 + + lt=<<- + 110.0;10.0;10.0;10.0;10.0;90.0 + + + Relation + + 730 + 150 + 110 + 110 + + lt=<<- + 10.0;10.0;90.0;10.0;90.0;90.0 + + + UMLClass + + 260 + 250 + 140 + 100 + + Printer +-- +-Room: Room +-Name: Str +-- ++printDocument() + + + + UMLClass + + 130 + 390 + 100 + 100 + + Room +-- +-Size: float +-RoomNr: str + + + + Relation + + 390 + 260 + 110 + 30 + + lt=<- + 10.0;10.0;90.0;10.0 + + + Relation + + 160 + 280 + 120 + 130 + + lt=<- + 10.0;110.0;10.0;10.0;100.0;10.0 + +