forked from IF-LK-2020/wordle
Update umlet.uxf
This commit is contained in:
parent
7fcd2112e6
commit
00534df3db
167
umlet.uxf
167
umlet.uxf
|
@ -4,8 +4,8 @@
|
||||||
<element>
|
<element>
|
||||||
<id>UMLClass</id>
|
<id>UMLClass</id>
|
||||||
<coordinates>
|
<coordinates>
|
||||||
<x>612</x>
|
<x>648</x>
|
||||||
<y>234</y>
|
<y>198</y>
|
||||||
<w>90</w>
|
<w>90</w>
|
||||||
<h>27</h>
|
<h>27</h>
|
||||||
</coordinates>
|
</coordinates>
|
||||||
|
@ -15,8 +15,8 @@
|
||||||
<element>
|
<element>
|
||||||
<id>UMLClass</id>
|
<id>UMLClass</id>
|
||||||
<coordinates>
|
<coordinates>
|
||||||
<x>612</x>
|
<x>648</x>
|
||||||
<y>351</y>
|
<y>315</y>
|
||||||
<w>90</w>
|
<w>90</w>
|
||||||
<h>27</h>
|
<h>27</h>
|
||||||
</coordinates>
|
</coordinates>
|
||||||
|
@ -26,8 +26,8 @@
|
||||||
<element>
|
<element>
|
||||||
<id>Relation</id>
|
<id>Relation</id>
|
||||||
<coordinates>
|
<coordinates>
|
||||||
<x>648</x>
|
<x>684</x>
|
||||||
<y>252</y>
|
<y>216</y>
|
||||||
<w>27</w>
|
<w>27</w>
|
||||||
<h>117</h>
|
<h>117</h>
|
||||||
</coordinates>
|
</coordinates>
|
||||||
|
@ -37,19 +37,43 @@
|
||||||
<element>
|
<element>
|
||||||
<id>UMLClass</id>
|
<id>UMLClass</id>
|
||||||
<coordinates>
|
<coordinates>
|
||||||
<x>387</x>
|
<x>171</x>
|
||||||
<y>441</y>
|
<y>405</y>
|
||||||
<w>90</w>
|
<w>261</w>
|
||||||
<h>27</h>
|
<h>351</h>
|
||||||
</coordinates>
|
</coordinates>
|
||||||
<panel_attributes>User</panel_attributes>
|
<panel_attributes>User
|
||||||
|
--
|
||||||
|
-name: String
|
||||||
|
-password: String
|
||||||
|
|
||||||
|
-timesPlayed: int
|
||||||
|
-winPercentage: int
|
||||||
|
-currentStreak: int
|
||||||
|
-maxStreak: int
|
||||||
|
-wonInTurn: int[]
|
||||||
|
--
|
||||||
|
+setPassword(String pw): void
|
||||||
|
+getPassword(): String
|
||||||
|
+setName(String name): void
|
||||||
|
+getName(): String
|
||||||
|
+setTimesPlayed(int timesPlayed): void
|
||||||
|
+getTimesPlayed(): int
|
||||||
|
+setWinPercentage(int winPercentage): void
|
||||||
|
+getWinPercentage(): int
|
||||||
|
+setCurrentStreak(int currentStreak): void
|
||||||
|
+getCurrentStreak(): int
|
||||||
|
+setMaxStreak(int maxStreak): void
|
||||||
|
+getMaxStreak(): int
|
||||||
|
+setWonInTurn(int[] wonInTurn): void
|
||||||
|
+getWonInTurn(int turn): int</panel_attributes>
|
||||||
<additional_attributes/>
|
<additional_attributes/>
|
||||||
</element>
|
</element>
|
||||||
<element>
|
<element>
|
||||||
<id>UMLClass</id>
|
<id>UMLClass</id>
|
||||||
<coordinates>
|
<coordinates>
|
||||||
<x>351</x>
|
<x>306</x>
|
||||||
<y>351</y>
|
<y>297</y>
|
||||||
<w>126</w>
|
<w>126</w>
|
||||||
<h>27</h>
|
<h>27</h>
|
||||||
</coordinates>
|
</coordinates>
|
||||||
|
@ -59,47 +83,126 @@
|
||||||
<element>
|
<element>
|
||||||
<id>Relation</id>
|
<id>Relation</id>
|
||||||
<coordinates>
|
<coordinates>
|
||||||
<x>648</x>
|
<x>684</x>
|
||||||
<y>369</y>
|
<y>333</y>
|
||||||
<w>27</w>
|
<w>108</w>
|
||||||
<h>90</h>
|
<h>90</h>
|
||||||
</coordinates>
|
</coordinates>
|
||||||
<panel_attributes>lt=<.
|
<panel_attributes>lt=<.
|
||||||
</panel_attributes>
|
-wordleServer</panel_attributes>
|
||||||
<additional_attributes>10.0;80.0;10.0;10.0</additional_attributes>
|
<additional_attributes>10.0;10.0;10.0;80.0</additional_attributes>
|
||||||
</element>
|
</element>
|
||||||
<element>
|
<element>
|
||||||
<id>UMLClass</id>
|
<id>UMLClass</id>
|
||||||
<coordinates>
|
<coordinates>
|
||||||
<x>567</x>
|
<x>558</x>
|
||||||
<y>441</y>
|
<y>405</y>
|
||||||
<w>189</w>
|
<w>270</w>
|
||||||
<h>171</h>
|
<h>99</h>
|
||||||
</coordinates>
|
</coordinates>
|
||||||
<panel_attributes>Game
|
<panel_attributes>Game
|
||||||
--
|
--
|
||||||
-wordleServer: WordleServer
|
|
||||||
-wordle: String
|
-wordle: String
|
||||||
-timesPlayed: int
|
|
||||||
-winPercentage: int
|
|
||||||
-currentStreak: int
|
|
||||||
-maxStreak: int
|
|
||||||
-wonInTurn: int[]
|
|
||||||
|
|
||||||
-words: String[]
|
-words: String[]
|
||||||
-wordCount: int
|
-wordCount: int
|
||||||
|
--
|
||||||
|
+processMessage(String msg): void
|
||||||
</panel_attributes>
|
</panel_attributes>
|
||||||
<additional_attributes/>
|
<additional_attributes/>
|
||||||
</element>
|
</element>
|
||||||
<element>
|
<element>
|
||||||
<id>UMLClass</id>
|
<id>UMLClass</id>
|
||||||
<coordinates>
|
<coordinates>
|
||||||
<x>819</x>
|
<x>936</x>
|
||||||
<y>441</y>
|
<y>405</y>
|
||||||
|
<w>216</w>
|
||||||
|
<h>63</h>
|
||||||
|
</coordinates>
|
||||||
|
<panel_attributes>GUI
|
||||||
|
--
|
||||||
|
+setLetter(char letter): void
|
||||||
|
+setLetterColor(byte color): void</panel_attributes>
|
||||||
|
<additional_attributes/>
|
||||||
|
</element>
|
||||||
|
<element>
|
||||||
|
<id>UMLClass</id>
|
||||||
|
<coordinates>
|
||||||
|
<x>252</x>
|
||||||
|
<y>207</y>
|
||||||
<w>90</w>
|
<w>90</w>
|
||||||
<h>27</h>
|
<h>27</h>
|
||||||
</coordinates>
|
</coordinates>
|
||||||
<panel_attributes>GUI</panel_attributes>
|
<panel_attributes>QueryResult</panel_attributes>
|
||||||
<additional_attributes/>
|
<additional_attributes/>
|
||||||
</element>
|
</element>
|
||||||
|
<element>
|
||||||
|
<id>Relation</id>
|
||||||
|
<coordinates>
|
||||||
|
<x>423</x>
|
||||||
|
<y>396</y>
|
||||||
|
<w>153</w>
|
||||||
|
<h>36</h>
|
||||||
|
</coordinates>
|
||||||
|
<panel_attributes>lt=<.
|
||||||
|
-user</panel_attributes>
|
||||||
|
<additional_attributes>10.0;20.0;150.0;20.0</additional_attributes>
|
||||||
|
</element>
|
||||||
|
<element>
|
||||||
|
<id>Relation</id>
|
||||||
|
<coordinates>
|
||||||
|
<x>819</x>
|
||||||
|
<y>396</y>
|
||||||
|
<w>135</w>
|
||||||
|
<h>36</h>
|
||||||
|
</coordinates>
|
||||||
|
<panel_attributes>lt=<.
|
||||||
|
-gui</panel_attributes>
|
||||||
|
<additional_attributes>130.0;20.0;10.0;20.0</additional_attributes>
|
||||||
|
</element>
|
||||||
|
<element>
|
||||||
|
<id>Relation</id>
|
||||||
|
<coordinates>
|
||||||
|
<x>423</x>
|
||||||
|
<y>297</y>
|
||||||
|
<w>198</w>
|
||||||
|
<h>126</h>
|
||||||
|
</coordinates>
|
||||||
|
<panel_attributes>lt=<.
|
||||||
|
-databaseConnector</panel_attributes>
|
||||||
|
<additional_attributes>10.0;20.0;200.0;20.0;200.0;120.0</additional_attributes>
|
||||||
|
</element>
|
||||||
|
<element>
|
||||||
|
<id>UMLClass</id>
|
||||||
|
<coordinates>
|
||||||
|
<x>936</x>
|
||||||
|
<y>90</y>
|
||||||
|
<w>216</w>
|
||||||
|
<h>225</h>
|
||||||
|
</coordinates>
|
||||||
|
<panel_attributes>Letter
|
||||||
|
--
|
||||||
|
WHITE: byte = -1
|
||||||
|
GRAY: byte = 0
|
||||||
|
YELLOW: byte = 1
|
||||||
|
GREEN: byte = 2
|
||||||
|
|
||||||
|
-letter: char
|
||||||
|
-color: byte
|
||||||
|
--
|
||||||
|
+setColor(byte color): void
|
||||||
|
+getColor(): byte</panel_attributes>
|
||||||
|
<additional_attributes/>
|
||||||
|
</element>
|
||||||
|
<element>
|
||||||
|
<id>Relation</id>
|
||||||
|
<coordinates>
|
||||||
|
<x>1035</x>
|
||||||
|
<y>306</y>
|
||||||
|
<w>117</w>
|
||||||
|
<h>117</h>
|
||||||
|
</coordinates>
|
||||||
|
<panel_attributes>lt=<.
|
||||||
|
-letters: Letter[][]</panel_attributes>
|
||||||
|
<additional_attributes>10.0;10.0;10.0;110.0</additional_attributes>
|
||||||
|
</element>
|
||||||
</diagram>
|
</diagram>
|
||||||
|
|
Loading…
Reference in New Issue