forked from IF-LK-2020/wordle
update umlet.uxf
This commit is contained in:
@@ -29,20 +29,20 @@ dependency8.type=UsesDependency
|
|||||||
dependency9.from=WordleServer
|
dependency9.from=WordleServer
|
||||||
dependency9.to=DatabaseConnector
|
dependency9.to=DatabaseConnector
|
||||||
dependency9.type=UsesDependency
|
dependency9.type=UsesDependency
|
||||||
editor.fx.0.height=739
|
editor.fx.0.height=1047
|
||||||
editor.fx.0.width=816
|
editor.fx.0.width=974
|
||||||
editor.fx.0.x=552
|
editor.fx.0.x=953
|
||||||
editor.fx.0.y=100
|
editor.fx.0.y=0
|
||||||
objectbench.height=155
|
objectbench.height=153
|
||||||
objectbench.width=1892
|
objectbench.width=934
|
||||||
package.divider.horizontal=0.6
|
package.divider.horizontal=0.6
|
||||||
package.divider.vertical=0.8305439330543933
|
package.divider.vertical=0.8310454065469906
|
||||||
package.editor.height=787
|
package.editor.height=767
|
||||||
package.editor.width=1781
|
package.editor.width=823
|
||||||
package.editor.x=0
|
package.editor.x=953
|
||||||
package.editor.y=0
|
package.editor.y=0
|
||||||
package.frame.height=1056
|
package.frame.height=1047
|
||||||
package.frame.width=1932
|
package.frame.width=974
|
||||||
package.numDependencies=10
|
package.numDependencies=10
|
||||||
package.numTargets=9
|
package.numTargets=9
|
||||||
package.showExtends=true
|
package.showExtends=true
|
||||||
|
|||||||
134
umlet.uxf
134
umlet.uxf
@@ -4,8 +4,8 @@
|
|||||||
<element>
|
<element>
|
||||||
<id>UMLClass</id>
|
<id>UMLClass</id>
|
||||||
<coordinates>
|
<coordinates>
|
||||||
<x>704</x>
|
<x>400</x>
|
||||||
<y>80</y>
|
<y>48</y>
|
||||||
<w>80</w>
|
<w>80</w>
|
||||||
<h>24</h>
|
<h>24</h>
|
||||||
</coordinates>
|
</coordinates>
|
||||||
@@ -15,8 +15,8 @@
|
|||||||
<element>
|
<element>
|
||||||
<id>UMLClass</id>
|
<id>UMLClass</id>
|
||||||
<coordinates>
|
<coordinates>
|
||||||
<x>704</x>
|
<x>400</x>
|
||||||
<y>184</y>
|
<y>152</y>
|
||||||
<w>80</w>
|
<w>80</w>
|
||||||
<h>24</h>
|
<h>24</h>
|
||||||
</coordinates>
|
</coordinates>
|
||||||
@@ -26,8 +26,8 @@
|
|||||||
<element>
|
<element>
|
||||||
<id>Relation</id>
|
<id>Relation</id>
|
||||||
<coordinates>
|
<coordinates>
|
||||||
<x>736</x>
|
<x>432</x>
|
||||||
<y>96</y>
|
<y>64</y>
|
||||||
<w>24</w>
|
<w>24</w>
|
||||||
<h>104</h>
|
<h>104</h>
|
||||||
</coordinates>
|
</coordinates>
|
||||||
@@ -37,12 +37,12 @@
|
|||||||
<element>
|
<element>
|
||||||
<id>UMLClass</id>
|
<id>UMLClass</id>
|
||||||
<coordinates>
|
<coordinates>
|
||||||
<x>280</x>
|
<x>448</x>
|
||||||
<y>264</y>
|
<y>424</y>
|
||||||
<w>232</w>
|
<w>248</w>
|
||||||
<h>392</h>
|
<h>384</h>
|
||||||
</coordinates>
|
</coordinates>
|
||||||
<panel_attributes>User
|
<panel_attributes>Guest
|
||||||
--
|
--
|
||||||
-name: String
|
-name: String
|
||||||
-password: String
|
-password: String
|
||||||
@@ -57,28 +57,28 @@
|
|||||||
+getPassword(): String
|
+getPassword(): String
|
||||||
+setName(String name): void
|
+setName(String name): void
|
||||||
+getName(): String
|
+getName(): String
|
||||||
|
+setWinPercentage(float winPercentage): void
|
||||||
|
+getWinPercentage(): float
|
||||||
+setTimesPlayed(int timesPlayed): void
|
+setTimesPlayed(int timesPlayed): void
|
||||||
+getTimesPlayed(): int
|
+getTimesPlayed(): int
|
||||||
+increaseTimesPlayed(): void
|
+increaseTimesPlayed(): void
|
||||||
+setWinPercentage(int winPercentage): void
|
|
||||||
+getWinPercentage(): int
|
|
||||||
+calculateWinPercentage(): float
|
|
||||||
+setCurrentStreak(int currentStreak): void
|
+setCurrentStreak(int currentStreak): void
|
||||||
+getCurrentStreak(): int
|
+getCurrentStreak(): int
|
||||||
+increaseCurrentStreak(): void
|
+increaseCurrentStreak(): void
|
||||||
+setMaxStreak(int maxStreak): void
|
+setMaxStreak(int maxStreak): void
|
||||||
+getMaxStreak(): int
|
+getMaxStreak(): int
|
||||||
+increaseMaxStreak(): void
|
+increaseMaxStreak(): void
|
||||||
+setWonInTurn(int[] wonInTurn): void
|
+setWonInTurn(int row, int value): void
|
||||||
+getWonInTurn(int turn): int
|
+getWonInTurn(int row): int
|
||||||
+increaseWonInTurn(): void</panel_attributes>
|
+increaseWonInTurn(int row): void
|
||||||
|
+getWonInTurnFull(): int</panel_attributes>
|
||||||
<additional_attributes/>
|
<additional_attributes/>
|
||||||
</element>
|
</element>
|
||||||
<element>
|
<element>
|
||||||
<id>UMLClass</id>
|
<id>UMLClass</id>
|
||||||
<coordinates>
|
<coordinates>
|
||||||
<x>400</x>
|
<x>96</x>
|
||||||
<y>168</y>
|
<y>136</y>
|
||||||
<w>112</w>
|
<w>112</w>
|
||||||
<h>24</h>
|
<h>24</h>
|
||||||
</coordinates>
|
</coordinates>
|
||||||
@@ -88,8 +88,8 @@
|
|||||||
<element>
|
<element>
|
||||||
<id>Relation</id>
|
<id>Relation</id>
|
||||||
<coordinates>
|
<coordinates>
|
||||||
<x>736</x>
|
<x>432</x>
|
||||||
<y>200</y>
|
<y>168</y>
|
||||||
<w>96</w>
|
<w>96</w>
|
||||||
<h>80</h>
|
<h>80</h>
|
||||||
</coordinates>
|
</coordinates>
|
||||||
@@ -100,8 +100,8 @@
|
|||||||
<element>
|
<element>
|
||||||
<id>UMLClass</id>
|
<id>UMLClass</id>
|
||||||
<coordinates>
|
<coordinates>
|
||||||
<x>624</x>
|
<x>320</x>
|
||||||
<y>264</y>
|
<y>232</y>
|
||||||
<w>240</w>
|
<w>240</w>
|
||||||
<h>88</h>
|
<h>88</h>
|
||||||
</coordinates>
|
</coordinates>
|
||||||
@@ -121,8 +121,8 @@
|
|||||||
<element>
|
<element>
|
||||||
<id>UMLClass</id>
|
<id>UMLClass</id>
|
||||||
<coordinates>
|
<coordinates>
|
||||||
<x>352</x>
|
<x>48</x>
|
||||||
<y>88</y>
|
<y>56</y>
|
||||||
<w>80</w>
|
<w>80</w>
|
||||||
<h>24</h>
|
<h>24</h>
|
||||||
</coordinates>
|
</coordinates>
|
||||||
@@ -132,20 +132,20 @@
|
|||||||
<element>
|
<element>
|
||||||
<id>Relation</id>
|
<id>Relation</id>
|
||||||
<coordinates>
|
<coordinates>
|
||||||
<x>504</x>
|
<x>536</x>
|
||||||
<y>256</y>
|
<y>312</y>
|
||||||
<w>136</w>
|
<w>56</w>
|
||||||
<h>32</h>
|
<h>128</h>
|
||||||
</coordinates>
|
</coordinates>
|
||||||
<panel_attributes>lt=<.
|
<panel_attributes>lt=<.
|
||||||
-user</panel_attributes>
|
-guest</panel_attributes>
|
||||||
<additional_attributes>10.0;20.0;150.0;20.0</additional_attributes>
|
<additional_attributes>10.0;140.0;10.0;10.0</additional_attributes>
|
||||||
</element>
|
</element>
|
||||||
<element>
|
<element>
|
||||||
<id>Relation</id>
|
<id>Relation</id>
|
||||||
<coordinates>
|
<coordinates>
|
||||||
<x>504</x>
|
<x>200</x>
|
||||||
<y>168</y>
|
<y>136</y>
|
||||||
<w>176</w>
|
<w>176</w>
|
||||||
<h>112</h>
|
<h>112</h>
|
||||||
</coordinates>
|
</coordinates>
|
||||||
@@ -153,4 +153,72 @@
|
|||||||
-databaseConnector</panel_attributes>
|
-databaseConnector</panel_attributes>
|
||||||
<additional_attributes>10.0;20.0;200.0;20.0;200.0;120.0</additional_attributes>
|
<additional_attributes>10.0;20.0;200.0;20.0;200.0;120.0</additional_attributes>
|
||||||
</element>
|
</element>
|
||||||
|
<element>
|
||||||
|
<id>UMLClass</id>
|
||||||
|
<coordinates>
|
||||||
|
<x>136</x>
|
||||||
|
<y>424</y>
|
||||||
|
<w>240</w>
|
||||||
|
<h>392</h>
|
||||||
|
</coordinates>
|
||||||
|
<panel_attributes>User
|
||||||
|
--
|
||||||
|
-name: String
|
||||||
|
|
||||||
|
--
|
||||||
|
+setPassword(String password): void
|
||||||
|
+getPassword(): String
|
||||||
|
+setName(String name): void
|
||||||
|
+getName(): String
|
||||||
|
+setTimesPlayed(int timesPlayed): void
|
||||||
|
+getTimesPlayed(): int
|
||||||
|
+increaseTimesPlayed(): void
|
||||||
|
+setWinPercentage(float winPercentage): void
|
||||||
|
+getWinPercentage(): float
|
||||||
|
+setCurrentStreak(int currentStreak): void
|
||||||
|
+getCurrentStreak(): int
|
||||||
|
+increaseCurrentStreak(): void
|
||||||
|
+setMaxStreak(int maxStreak): void
|
||||||
|
+getMaxStreak(): int
|
||||||
|
+increaseMaxStreak(): void
|
||||||
|
+setWonInTurn(int row, int value): void
|
||||||
|
+getWonInTurn(int row): int
|
||||||
|
+getWonInTurnFull(): int</panel_attributes>
|
||||||
|
<additional_attributes/>
|
||||||
|
</element>
|
||||||
|
<element>
|
||||||
|
<id>Relation</id>
|
||||||
|
<coordinates>
|
||||||
|
<x>128</x>
|
||||||
|
<y>152</y>
|
||||||
|
<w>144</w>
|
||||||
|
<h>288</h>
|
||||||
|
</coordinates>
|
||||||
|
<panel_attributes>lt=<.
|
||||||
|
-databaseConnector</panel_attributes>
|
||||||
|
<additional_attributes>30.0;10.0;30.0;340.0;10.0;340.0</additional_attributes>
|
||||||
|
</element>
|
||||||
|
<element>
|
||||||
|
<id>Relation</id>
|
||||||
|
<coordinates>
|
||||||
|
<x>320</x>
|
||||||
|
<y>312</y>
|
||||||
|
<w>48</w>
|
||||||
|
<h>128</h>
|
||||||
|
</coordinates>
|
||||||
|
<panel_attributes>lt=<.
|
||||||
|
-user</panel_attributes>
|
||||||
|
<additional_attributes>10.0;140.0;10.0;10.0</additional_attributes>
|
||||||
|
</element>
|
||||||
|
<element>
|
||||||
|
<id>Relation</id>
|
||||||
|
<coordinates>
|
||||||
|
<x>368</x>
|
||||||
|
<y>424</y>
|
||||||
|
<w>96</w>
|
||||||
|
<h>24</h>
|
||||||
|
</coordinates>
|
||||||
|
<panel_attributes>lt=<<-</panel_attributes>
|
||||||
|
<additional_attributes>100.0;10.0;10.0;10.0</additional_attributes>
|
||||||
|
</element>
|
||||||
</diagram>
|
</diagram>
|
||||||
|
|||||||
Reference in New Issue
Block a user