Update umlet.uxf

This commit is contained in:
Alperen 2022-02-14 09:45:55 +01:00
parent 6ca53fcd10
commit 9c47fb0885
1 changed files with 28 additions and 23 deletions

View File

@ -4,8 +4,8 @@
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>936</x> <x>704</x>
<y>208</y> <y>80</y>
<w>80</w> <w>80</w>
<h>24</h> <h>24</h>
</coordinates> </coordinates>
@ -15,8 +15,8 @@
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>936</x> <x>704</x>
<y>312</y> <y>184</y>
<w>80</w> <w>80</w>
<h>24</h> <h>24</h>
</coordinates> </coordinates>
@ -26,8 +26,8 @@
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>968</x> <x>736</x>
<y>224</y> <y>96</y>
<w>24</w> <w>24</w>
<h>104</h> <h>104</h>
</coordinates> </coordinates>
@ -37,10 +37,10 @@
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>512</x> <x>280</x>
<y>392</y> <y>264</y>
<w>232</w> <w>232</w>
<h>312</h> <h>392</h>
</coordinates> </coordinates>
<panel_attributes>User <panel_attributes>User
-- --
@ -48,7 +48,7 @@
-password: String -password: String
-timesPlayed: int -timesPlayed: int
-winPercentage: int -winPercentage: float
-currentStreak: int -currentStreak: int
-maxStreak: int -maxStreak: int
-wonInTurn: int[] -wonInTurn: int[]
@ -59,21 +59,26 @@
+getName(): String +getName(): String
+setTimesPlayed(int timesPlayed): void +setTimesPlayed(int timesPlayed): void
+getTimesPlayed(): int +getTimesPlayed(): int
+increaseTimesPlayed(): void
+setWinPercentage(int winPercentage): void +setWinPercentage(int winPercentage): void
+getWinPercentage(): int +getWinPercentage(): int
+calculateWinPercentage(): float
+setCurrentStreak(int currentStreak): void +setCurrentStreak(int currentStreak): void
+getCurrentStreak(): int +getCurrentStreak(): int
+increaseCurrentStreak(): void
+setMaxStreak(int maxStreak): void +setMaxStreak(int maxStreak): void
+getMaxStreak(): int +getMaxStreak(): int
+increaseMaxStreak(): void
+setWonInTurn(int[] wonInTurn): void +setWonInTurn(int[] wonInTurn): void
+getWonInTurn(int turn): int</panel_attributes> +getWonInTurn(int turn): int
+increaseWonInTurn(): void</panel_attributes>
<additional_attributes/> <additional_attributes/>
</element> </element>
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>632</x> <x>400</x>
<y>296</y> <y>168</y>
<w>112</w> <w>112</w>
<h>24</h> <h>24</h>
</coordinates> </coordinates>
@ -83,8 +88,8 @@
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>968</x> <x>736</x>
<y>328</y> <y>200</y>
<w>96</w> <w>96</w>
<h>80</h> <h>80</h>
</coordinates> </coordinates>
@ -95,8 +100,8 @@
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>856</x> <x>624</x>
<y>392</y> <y>264</y>
<w>240</w> <w>240</w>
<h>88</h> <h>88</h>
</coordinates> </coordinates>
@ -116,8 +121,8 @@
<element> <element>
<id>UMLClass</id> <id>UMLClass</id>
<coordinates> <coordinates>
<x>584</x> <x>352</x>
<y>216</y> <y>88</y>
<w>80</w> <w>80</w>
<h>24</h> <h>24</h>
</coordinates> </coordinates>
@ -127,8 +132,8 @@
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>736</x> <x>504</x>
<y>384</y> <y>256</y>
<w>136</w> <w>136</w>
<h>32</h> <h>32</h>
</coordinates> </coordinates>
@ -139,8 +144,8 @@
<element> <element>
<id>Relation</id> <id>Relation</id>
<coordinates> <coordinates>
<x>736</x> <x>504</x>
<y>296</y> <y>168</y>
<w>176</w> <w>176</w>
<h>112</h> <h>112</h>
</coordinates> </coordinates>