2022-02-07 09:42:42 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<diagram program="umlet" version="14.3.0">
|
2022-02-14 09:09:37 +01:00
|
|
|
<zoom_level>8</zoom_level>
|
2022-02-07 09:42:42 +01:00
|
|
|
<element>
|
|
|
|
<id>UMLClass</id>
|
|
|
|
<coordinates>
|
2022-02-14 09:09:37 +01:00
|
|
|
<x>936</x>
|
|
|
|
<y>208</y>
|
|
|
|
<w>80</w>
|
|
|
|
<h>24</h>
|
2022-02-07 09:42:42 +01:00
|
|
|
</coordinates>
|
|
|
|
<panel_attributes>Server</panel_attributes>
|
|
|
|
<additional_attributes/>
|
|
|
|
</element>
|
|
|
|
<element>
|
|
|
|
<id>UMLClass</id>
|
|
|
|
<coordinates>
|
2022-02-14 09:09:37 +01:00
|
|
|
<x>936</x>
|
|
|
|
<y>312</y>
|
|
|
|
<w>80</w>
|
|
|
|
<h>24</h>
|
2022-02-07 09:42:42 +01:00
|
|
|
</coordinates>
|
|
|
|
<panel_attributes>WordleServer</panel_attributes>
|
|
|
|
<additional_attributes/>
|
|
|
|
</element>
|
|
|
|
<element>
|
|
|
|
<id>Relation</id>
|
|
|
|
<coordinates>
|
2022-02-14 09:09:37 +01:00
|
|
|
<x>968</x>
|
|
|
|
<y>224</y>
|
|
|
|
<w>24</w>
|
|
|
|
<h>104</h>
|
2022-02-07 09:42:42 +01:00
|
|
|
</coordinates>
|
|
|
|
<panel_attributes>lt=<<-</panel_attributes>
|
|
|
|
<additional_attributes>10.0;10.0;10.0;110.0</additional_attributes>
|
|
|
|
</element>
|
|
|
|
<element>
|
|
|
|
<id>UMLClass</id>
|
|
|
|
<coordinates>
|
2022-02-14 09:09:37 +01:00
|
|
|
<x>512</x>
|
|
|
|
<y>392</y>
|
|
|
|
<w>232</w>
|
|
|
|
<h>312</h>
|
2022-02-07 09:42:42 +01:00
|
|
|
</coordinates>
|
2022-02-10 11:10:03 +01:00
|
|
|
<panel_attributes>User
|
|
|
|
--
|
|
|
|
-name: String
|
|
|
|
-password: String
|
|
|
|
|
|
|
|
-timesPlayed: int
|
|
|
|
-winPercentage: int
|
|
|
|
-currentStreak: int
|
|
|
|
-maxStreak: int
|
|
|
|
-wonInTurn: int[]
|
|
|
|
--
|
2022-02-10 11:35:59 +01:00
|
|
|
+setPassword(String password): void
|
2022-02-10 11:10:03 +01:00
|
|
|
+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>
|
2022-02-07 09:42:42 +01:00
|
|
|
<additional_attributes/>
|
|
|
|
</element>
|
|
|
|
<element>
|
|
|
|
<id>UMLClass</id>
|
|
|
|
<coordinates>
|
2022-02-14 09:09:37 +01:00
|
|
|
<x>632</x>
|
|
|
|
<y>296</y>
|
|
|
|
<w>112</w>
|
|
|
|
<h>24</h>
|
2022-02-07 09:42:42 +01:00
|
|
|
</coordinates>
|
|
|
|
<panel_attributes>DatabaseConnector</panel_attributes>
|
|
|
|
<additional_attributes/>
|
|
|
|
</element>
|
|
|
|
<element>
|
|
|
|
<id>Relation</id>
|
|
|
|
<coordinates>
|
2022-02-14 09:09:37 +01:00
|
|
|
<x>968</x>
|
|
|
|
<y>328</y>
|
|
|
|
<w>96</w>
|
|
|
|
<h>80</h>
|
2022-02-07 09:42:42 +01:00
|
|
|
</coordinates>
|
|
|
|
<panel_attributes>lt=<.
|
2022-02-10 11:10:03 +01:00
|
|
|
-wordleServer</panel_attributes>
|
|
|
|
<additional_attributes>10.0;10.0;10.0;80.0</additional_attributes>
|
2022-02-07 09:42:42 +01:00
|
|
|
</element>
|
|
|
|
<element>
|
|
|
|
<id>UMLClass</id>
|
|
|
|
<coordinates>
|
2022-02-14 09:09:37 +01:00
|
|
|
<x>856</x>
|
|
|
|
<y>392</y>
|
|
|
|
<w>240</w>
|
|
|
|
<h>88</h>
|
2022-02-07 09:42:42 +01:00
|
|
|
</coordinates>
|
|
|
|
<panel_attributes>Game
|
|
|
|
--
|
2022-02-14 09:09:37 +01:00
|
|
|
-ip: String
|
|
|
|
-port: int
|
|
|
|
|
2022-02-07 09:42:42 +01:00
|
|
|
-wordle: String
|
|
|
|
-words: String[]
|
|
|
|
-wordCount: int
|
2022-02-10 11:10:03 +01:00
|
|
|
--
|
|
|
|
+processMessage(String msg): void
|
2022-02-07 09:42:42 +01:00
|
|
|
</panel_attributes>
|
|
|
|
<additional_attributes/>
|
|
|
|
</element>
|
|
|
|
<element>
|
|
|
|
<id>UMLClass</id>
|
|
|
|
<coordinates>
|
2022-02-14 09:09:37 +01:00
|
|
|
<x>584</x>
|
|
|
|
<y>216</y>
|
|
|
|
<w>80</w>
|
|
|
|
<h>24</h>
|
2022-02-07 09:42:42 +01:00
|
|
|
</coordinates>
|
2022-02-10 11:10:03 +01:00
|
|
|
<panel_attributes>QueryResult</panel_attributes>
|
2022-02-07 09:42:42 +01:00
|
|
|
<additional_attributes/>
|
|
|
|
</element>
|
2022-02-10 11:10:03 +01:00
|
|
|
<element>
|
|
|
|
<id>Relation</id>
|
|
|
|
<coordinates>
|
2022-02-14 09:09:37 +01:00
|
|
|
<x>736</x>
|
|
|
|
<y>384</y>
|
|
|
|
<w>136</w>
|
|
|
|
<h>32</h>
|
2022-02-10 11:10:03 +01:00
|
|
|
</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>
|
2022-02-14 09:09:37 +01:00
|
|
|
<x>736</x>
|
|
|
|
<y>296</y>
|
|
|
|
<w>176</w>
|
|
|
|
<h>112</h>
|
2022-02-10 11:10:03 +01:00
|
|
|
</coordinates>
|
|
|
|
<panel_attributes>lt=<.
|
|
|
|
-databaseConnector</panel_attributes>
|
|
|
|
<additional_attributes>10.0;20.0;200.0;20.0;200.0;120.0</additional_attributes>
|
|
|
|
</element>
|
2022-02-07 09:42:42 +01:00
|
|
|
</diagram>
|