wordle/umlet.uxf

157 lines
3.4 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<diagram program="umlet" version="14.3.0">
<zoom_level>8</zoom_level>
<element>
<id>UMLClass</id>
<coordinates>
<x>704</x>
<y>80</y>
<w>80</w>
<h>24</h>
</coordinates>
<panel_attributes>Server</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>704</x>
<y>184</y>
<w>80</w>
<h>24</h>
</coordinates>
<panel_attributes>WordleServer</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>736</x>
<y>96</y>
<w>24</w>
<h>104</h>
</coordinates>
<panel_attributes>lt=&lt;&lt;-</panel_attributes>
<additional_attributes>10.0;10.0;10.0;110.0</additional_attributes>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>280</x>
<y>264</y>
<w>232</w>
<h>392</h>
</coordinates>
<panel_attributes>User
--
-name: String
-password: String
-timesPlayed: int
-winPercentage: float
-currentStreak: int
-maxStreak: int
-wonInTurn: int[]
--
+setPassword(String password): void
+getPassword(): String
+setName(String name): void
+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
+increaseWonInTurn(): void</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>400</x>
<y>168</y>
<w>112</w>
<h>24</h>
</coordinates>
<panel_attributes>DatabaseConnector</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>736</x>
<y>200</y>
<w>96</w>
<h>80</h>
</coordinates>
<panel_attributes>lt=&lt;.
-wordleServer</panel_attributes>
<additional_attributes>10.0;10.0;10.0;80.0</additional_attributes>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>624</x>
<y>264</y>
<w>240</w>
<h>88</h>
</coordinates>
<panel_attributes>Game
--
-ip: String
-port: int
-wordle: String
-words: String[]
-wordCount: int
--
+processMessage(String msg): void
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>352</x>
<y>88</y>
<w>80</w>
<h>24</h>
</coordinates>
<panel_attributes>QueryResult</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>504</x>
<y>256</y>
<w>136</w>
<h>32</h>
</coordinates>
<panel_attributes>lt=&lt;.
-user</panel_attributes>
<additional_attributes>10.0;20.0;150.0;20.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>504</x>
<y>168</y>
<w>176</w>
<h>112</h>
</coordinates>
<panel_attributes>lt=&lt;.
-databaseConnector</panel_attributes>
<additional_attributes>10.0;20.0;200.0;20.0;200.0;120.0</additional_attributes>
</element>
</diagram>