forked from IF-LK-2020/wordle
Update umlet.uxf
This commit is contained in:
parent
6ca53fcd10
commit
9c47fb0885
51
umlet.uxf
51
umlet.uxf
|
@ -4,8 +4,8 @@
|
|||
<element>
|
||||
<id>UMLClass</id>
|
||||
<coordinates>
|
||||
<x>936</x>
|
||||
<y>208</y>
|
||||
<x>704</x>
|
||||
<y>80</y>
|
||||
<w>80</w>
|
||||
<h>24</h>
|
||||
</coordinates>
|
||||
|
@ -15,8 +15,8 @@
|
|||
<element>
|
||||
<id>UMLClass</id>
|
||||
<coordinates>
|
||||
<x>936</x>
|
||||
<y>312</y>
|
||||
<x>704</x>
|
||||
<y>184</y>
|
||||
<w>80</w>
|
||||
<h>24</h>
|
||||
</coordinates>
|
||||
|
@ -26,8 +26,8 @@
|
|||
<element>
|
||||
<id>Relation</id>
|
||||
<coordinates>
|
||||
<x>968</x>
|
||||
<y>224</y>
|
||||
<x>736</x>
|
||||
<y>96</y>
|
||||
<w>24</w>
|
||||
<h>104</h>
|
||||
</coordinates>
|
||||
|
@ -37,10 +37,10 @@
|
|||
<element>
|
||||
<id>UMLClass</id>
|
||||
<coordinates>
|
||||
<x>512</x>
|
||||
<y>392</y>
|
||||
<x>280</x>
|
||||
<y>264</y>
|
||||
<w>232</w>
|
||||
<h>312</h>
|
||||
<h>392</h>
|
||||
</coordinates>
|
||||
<panel_attributes>User
|
||||
--
|
||||
|
@ -48,7 +48,7 @@
|
|||
-password: String
|
||||
|
||||
-timesPlayed: int
|
||||
-winPercentage: int
|
||||
-winPercentage: float
|
||||
-currentStreak: int
|
||||
-maxStreak: int
|
||||
-wonInTurn: int[]
|
||||
|
@ -59,21 +59,26 @@
|
|||
+getName(): String
|
||||
+setTimesPlayed(int timesPlayed): void
|
||||
+getTimesPlayed(): int
|
||||
+increaseTimesPlayed(): void
|
||||
+setWinPercentage(int winPercentage): void
|
||||
+getWinPercentage(): int
|
||||
+calculateWinPercentage(): float
|
||||
+setCurrentStreak(int currentStreak): void
|
||||
+getCurrentStreak(): int
|
||||
+increaseCurrentStreak(): void
|
||||
+setMaxStreak(int maxStreak): void
|
||||
+getMaxStreak(): int
|
||||
+increaseMaxStreak(): void
|
||||
+setWonInTurn(int[] wonInTurn): void
|
||||
+getWonInTurn(int turn): int</panel_attributes>
|
||||
+getWonInTurn(int turn): int
|
||||
+increaseWonInTurn(): void</panel_attributes>
|
||||
<additional_attributes/>
|
||||
</element>
|
||||
<element>
|
||||
<id>UMLClass</id>
|
||||
<coordinates>
|
||||
<x>632</x>
|
||||
<y>296</y>
|
||||
<x>400</x>
|
||||
<y>168</y>
|
||||
<w>112</w>
|
||||
<h>24</h>
|
||||
</coordinates>
|
||||
|
@ -83,8 +88,8 @@
|
|||
<element>
|
||||
<id>Relation</id>
|
||||
<coordinates>
|
||||
<x>968</x>
|
||||
<y>328</y>
|
||||
<x>736</x>
|
||||
<y>200</y>
|
||||
<w>96</w>
|
||||
<h>80</h>
|
||||
</coordinates>
|
||||
|
@ -95,8 +100,8 @@
|
|||
<element>
|
||||
<id>UMLClass</id>
|
||||
<coordinates>
|
||||
<x>856</x>
|
||||
<y>392</y>
|
||||
<x>624</x>
|
||||
<y>264</y>
|
||||
<w>240</w>
|
||||
<h>88</h>
|
||||
</coordinates>
|
||||
|
@ -116,8 +121,8 @@
|
|||
<element>
|
||||
<id>UMLClass</id>
|
||||
<coordinates>
|
||||
<x>584</x>
|
||||
<y>216</y>
|
||||
<x>352</x>
|
||||
<y>88</y>
|
||||
<w>80</w>
|
||||
<h>24</h>
|
||||
</coordinates>
|
||||
|
@ -127,8 +132,8 @@
|
|||
<element>
|
||||
<id>Relation</id>
|
||||
<coordinates>
|
||||
<x>736</x>
|
||||
<y>384</y>
|
||||
<x>504</x>
|
||||
<y>256</y>
|
||||
<w>136</w>
|
||||
<h>32</h>
|
||||
</coordinates>
|
||||
|
@ -139,8 +144,8 @@
|
|||
<element>
|
||||
<id>Relation</id>
|
||||
<coordinates>
|
||||
<x>736</x>
|
||||
<y>296</y>
|
||||
<x>504</x>
|
||||
<y>168</y>
|
||||
<w>176</w>
|
||||
<h>112</h>
|
||||
</coordinates>
|
||||
|
|
Loading…
Reference in New Issue