forked from IF-LK-2020/wordle
Methodenköpfe für Query und User; Objektdiagram überarbeitet
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
<element>
|
||||
<id>UMLClass</id>
|
||||
<coordinates>
|
||||
<x>114</x>
|
||||
<y>582</y>
|
||||
<x>294</x>
|
||||
<y>366</y>
|
||||
<w>270</w>
|
||||
<h>96</h>
|
||||
</coordinates>
|
||||
@@ -27,8 +27,8 @@
|
||||
<element>
|
||||
<id>UMLClass</id>
|
||||
<coordinates>
|
||||
<x>180</x>
|
||||
<y>492</y>
|
||||
<x>360</x>
|
||||
<y>276</y>
|
||||
<w>126</w>
|
||||
<h>42</h>
|
||||
</coordinates>
|
||||
@@ -41,8 +41,8 @@
|
||||
<element>
|
||||
<id>UMLClass</id>
|
||||
<coordinates>
|
||||
<x>0</x>
|
||||
<y>786</y>
|
||||
<x>180</x>
|
||||
<y>570</y>
|
||||
<w>126</w>
|
||||
<h>42</h>
|
||||
</coordinates>
|
||||
@@ -54,8 +54,8 @@
|
||||
<element>
|
||||
<id>UMLClass</id>
|
||||
<coordinates>
|
||||
<x>186</x>
|
||||
<y>786</y>
|
||||
<x>366</x>
|
||||
<y>570</y>
|
||||
<w>126</w>
|
||||
<h>42</h>
|
||||
</coordinates>
|
||||
@@ -67,8 +67,8 @@
|
||||
<element>
|
||||
<id>UMLClass</id>
|
||||
<coordinates>
|
||||
<x>180</x>
|
||||
<y>390</y>
|
||||
<x>360</x>
|
||||
<y>174</y>
|
||||
<w>126</w>
|
||||
<h>42</h>
|
||||
</coordinates>
|
||||
@@ -80,8 +80,8 @@
|
||||
<element>
|
||||
<id>UMLClass</id>
|
||||
<coordinates>
|
||||
<x>360</x>
|
||||
<y>786</y>
|
||||
<x>540</x>
|
||||
<y>570</y>
|
||||
<w>126</w>
|
||||
<h>42</h>
|
||||
</coordinates>
|
||||
@@ -93,8 +93,8 @@
|
||||
<element>
|
||||
<id>Relation</id>
|
||||
<coordinates>
|
||||
<x>240</x>
|
||||
<y>528</y>
|
||||
<x>420</x>
|
||||
<y>312</y>
|
||||
<w>18</w>
|
||||
<h>66</h>
|
||||
</coordinates>
|
||||
@@ -104,8 +104,8 @@
|
||||
<element>
|
||||
<id>Relation</id>
|
||||
<coordinates>
|
||||
<x>240</x>
|
||||
<y>426</y>
|
||||
<x>420</x>
|
||||
<y>210</y>
|
||||
<w>18</w>
|
||||
<h>78</h>
|
||||
</coordinates>
|
||||
@@ -115,8 +115,8 @@
|
||||
<element>
|
||||
<id>Relation</id>
|
||||
<coordinates>
|
||||
<x>240</x>
|
||||
<y>750</y>
|
||||
<x>420</x>
|
||||
<y>534</y>
|
||||
<w>18</w>
|
||||
<h>48</h>
|
||||
</coordinates>
|
||||
@@ -126,8 +126,8 @@
|
||||
<element>
|
||||
<id>Relation</id>
|
||||
<coordinates>
|
||||
<x>120</x>
|
||||
<y>798</y>
|
||||
<x>300</x>
|
||||
<y>582</y>
|
||||
<w>78</w>
|
||||
<h>18</h>
|
||||
</coordinates>
|
||||
@@ -137,8 +137,8 @@
|
||||
<element>
|
||||
<id>Relation</id>
|
||||
<coordinates>
|
||||
<x>306</x>
|
||||
<y>798</y>
|
||||
<x>486</x>
|
||||
<y>582</y>
|
||||
<w>66</w>
|
||||
<h>18</h>
|
||||
</coordinates>
|
||||
@@ -148,8 +148,8 @@
|
||||
<element>
|
||||
<id>UMLClass</id>
|
||||
<coordinates>
|
||||
<x>186</x>
|
||||
<y>696</y>
|
||||
<x>366</x>
|
||||
<y>480</y>
|
||||
<w>126</w>
|
||||
<h>60</h>
|
||||
</coordinates>
|
||||
@@ -164,23 +164,26 @@
|
||||
<element>
|
||||
<id>UMLClass</id>
|
||||
<coordinates>
|
||||
<x>462</x>
|
||||
<y>570</y>
|
||||
<x>642</x>
|
||||
<y>354</y>
|
||||
<w>126</w>
|
||||
<h>120</h>
|
||||
<h>156</h>
|
||||
</coordinates>
|
||||
<panel_attributes>object: User
|
||||
--
|
||||
+ final int connectionID
|
||||
+ final String username
|
||||
+ final String passwort
|
||||
+ int timesPlayed
|
||||
+ int winPercentage
|
||||
+ int currentStreak
|
||||
+ int maxStreak
|
||||
+ int lastDayWOTDFinished
|
||||
+ int state
|
||||
+ int[] wonInTurn
|
||||
- final int connectionID
|
||||
- final String username
|
||||
- final String password
|
||||
- int timesPlayed
|
||||
- int winPercentage
|
||||
- int currentStreak
|
||||
- int maxStreak
|
||||
- int lastDayWOTDFinished
|
||||
- int state
|
||||
- int[] wonInTurn
|
||||
--
|
||||
+ User(pConnectionID)
|
||||
+getter & setter
|
||||
|
||||
</panel_attributes>
|
||||
<additional_attributes/>
|
||||
@@ -188,20 +191,20 @@
|
||||
<element>
|
||||
<id>Relation</id>
|
||||
<coordinates>
|
||||
<x>378</x>
|
||||
<y>618</y>
|
||||
<x>558</x>
|
||||
<y>408</y>
|
||||
<w>96</w>
|
||||
<h>24</h>
|
||||
</coordinates>
|
||||
<panel_attributes>lt=<..
|
||||
n</panel_attributes>
|
||||
<additional_attributes>140.0;20.0;10.0;20.0</additional_attributes>
|
||||
m1=n</panel_attributes>
|
||||
<additional_attributes>140.0;10.0;10.0;10.0</additional_attributes>
|
||||
</element>
|
||||
<element>
|
||||
<id>Relation</id>
|
||||
<coordinates>
|
||||
<x>240</x>
|
||||
<y>672</y>
|
||||
<x>420</x>
|
||||
<y>456</y>
|
||||
<w>24</w>
|
||||
<h>36</h>
|
||||
</coordinates>
|
||||
@@ -214,8 +217,8 @@ n</panel_attributes>
|
||||
<element>
|
||||
<id>UMLClass</id>
|
||||
<coordinates>
|
||||
<x>684</x>
|
||||
<y>606</y>
|
||||
<x>864</x>
|
||||
<y>390</y>
|
||||
<w>126</w>
|
||||
<h>54</h>
|
||||
</coordinates>
|
||||
@@ -230,12 +233,14 @@ String[] guesses
|
||||
<element>
|
||||
<id>Relation</id>
|
||||
<coordinates>
|
||||
<x>582</x>
|
||||
<y>624</y>
|
||||
<x>762</x>
|
||||
<y>402</y>
|
||||
<w>114</w>
|
||||
<h>18</h>
|
||||
<h>30</h>
|
||||
</coordinates>
|
||||
<panel_attributes>lt=<..</panel_attributes>
|
||||
<additional_attributes>170.0;10.0;10.0;10.0</additional_attributes>
|
||||
<panel_attributes>lt=<..
|
||||
m1=1
|
||||
</panel_attributes>
|
||||
<additional_attributes>170.0;20.0;10.0;20.0</additional_attributes>
|
||||
</element>
|
||||
</diagram>
|
||||
|
||||
Reference in New Issue
Block a user