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.to=DatabaseConnector
|
||||
dependency9.type=UsesDependency
|
||||
editor.fx.0.height=739
|
||||
editor.fx.0.width=816
|
||||
editor.fx.0.x=552
|
||||
editor.fx.0.y=100
|
||||
objectbench.height=155
|
||||
objectbench.width=1892
|
||||
editor.fx.0.height=1047
|
||||
editor.fx.0.width=974
|
||||
editor.fx.0.x=953
|
||||
editor.fx.0.y=0
|
||||
objectbench.height=153
|
||||
objectbench.width=934
|
||||
package.divider.horizontal=0.6
|
||||
package.divider.vertical=0.8305439330543933
|
||||
package.editor.height=787
|
||||
package.editor.width=1781
|
||||
package.editor.x=0
|
||||
package.divider.vertical=0.8310454065469906
|
||||
package.editor.height=767
|
||||
package.editor.width=823
|
||||
package.editor.x=953
|
||||
package.editor.y=0
|
||||
package.frame.height=1056
|
||||
package.frame.width=1932
|
||||
package.frame.height=1047
|
||||
package.frame.width=974
|
||||
package.numDependencies=10
|
||||
package.numTargets=9
|
||||
package.showExtends=true
|
||||
|
||||
134
umlet.uxf
134
umlet.uxf
@@ -4,8 +4,8 @@
|
||||
<element>
|
||||
<id>UMLClass</id>
|
||||
<coordinates>
|
||||
<x>704</x>
|
||||
<y>80</y>
|
||||
<x>400</x>
|
||||
<y>48</y>
|
||||
<w>80</w>
|
||||
<h>24</h>
|
||||
</coordinates>
|
||||
@@ -15,8 +15,8 @@
|
||||
<element>
|
||||
<id>UMLClass</id>
|
||||
<coordinates>
|
||||
<x>704</x>
|
||||
<y>184</y>
|
||||
<x>400</x>
|
||||
<y>152</y>
|
||||
<w>80</w>
|
||||
<h>24</h>
|
||||
</coordinates>
|
||||
@@ -26,8 +26,8 @@
|
||||
<element>
|
||||
<id>Relation</id>
|
||||
<coordinates>
|
||||
<x>736</x>
|
||||
<y>96</y>
|
||||
<x>432</x>
|
||||
<y>64</y>
|
||||
<w>24</w>
|
||||
<h>104</h>
|
||||
</coordinates>
|
||||
@@ -37,12 +37,12 @@
|
||||
<element>
|
||||
<id>UMLClass</id>
|
||||
<coordinates>
|
||||
<x>280</x>
|
||||
<y>264</y>
|
||||
<w>232</w>
|
||||
<h>392</h>
|
||||
<x>448</x>
|
||||
<y>424</y>
|
||||
<w>248</w>
|
||||
<h>384</h>
|
||||
</coordinates>
|
||||
<panel_attributes>User
|
||||
<panel_attributes>Guest
|
||||
--
|
||||
-name: String
|
||||
-password: String
|
||||
@@ -57,28 +57,28 @@
|
||||
+getPassword(): String
|
||||
+setName(String name): void
|
||||
+getName(): String
|
||||
+setWinPercentage(float winPercentage): void
|
||||
+getWinPercentage(): float
|
||||
+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>
|
||||
+setWonInTurn(int row, int value): void
|
||||
+getWonInTurn(int row): int
|
||||
+increaseWonInTurn(int row): void
|
||||
+getWonInTurnFull(): int</panel_attributes>
|
||||
<additional_attributes/>
|
||||
</element>
|
||||
<element>
|
||||
<id>UMLClass</id>
|
||||
<coordinates>
|
||||
<x>400</x>
|
||||
<y>168</y>
|
||||
<x>96</x>
|
||||
<y>136</y>
|
||||
<w>112</w>
|
||||
<h>24</h>
|
||||
</coordinates>
|
||||
@@ -88,8 +88,8 @@
|
||||
<element>
|
||||
<id>Relation</id>
|
||||
<coordinates>
|
||||
<x>736</x>
|
||||
<y>200</y>
|
||||
<x>432</x>
|
||||
<y>168</y>
|
||||
<w>96</w>
|
||||
<h>80</h>
|
||||
</coordinates>
|
||||
@@ -100,8 +100,8 @@
|
||||
<element>
|
||||
<id>UMLClass</id>
|
||||
<coordinates>
|
||||
<x>624</x>
|
||||
<y>264</y>
|
||||
<x>320</x>
|
||||
<y>232</y>
|
||||
<w>240</w>
|
||||
<h>88</h>
|
||||
</coordinates>
|
||||
@@ -121,8 +121,8 @@
|
||||
<element>
|
||||
<id>UMLClass</id>
|
||||
<coordinates>
|
||||
<x>352</x>
|
||||
<y>88</y>
|
||||
<x>48</x>
|
||||
<y>56</y>
|
||||
<w>80</w>
|
||||
<h>24</h>
|
||||
</coordinates>
|
||||
@@ -132,20 +132,20 @@
|
||||
<element>
|
||||
<id>Relation</id>
|
||||
<coordinates>
|
||||
<x>504</x>
|
||||
<y>256</y>
|
||||
<w>136</w>
|
||||
<h>32</h>
|
||||
<x>536</x>
|
||||
<y>312</y>
|
||||
<w>56</w>
|
||||
<h>128</h>
|
||||
</coordinates>
|
||||
<panel_attributes>lt=<.
|
||||
-user</panel_attributes>
|
||||
<additional_attributes>10.0;20.0;150.0;20.0</additional_attributes>
|
||||
-guest</panel_attributes>
|
||||
<additional_attributes>10.0;140.0;10.0;10.0</additional_attributes>
|
||||
</element>
|
||||
<element>
|
||||
<id>Relation</id>
|
||||
<coordinates>
|
||||
<x>504</x>
|
||||
<y>168</y>
|
||||
<x>200</x>
|
||||
<y>136</y>
|
||||
<w>176</w>
|
||||
<h>112</h>
|
||||
</coordinates>
|
||||
@@ -153,4 +153,72 @@
|
||||
-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>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>
|
||||
|
||||
Reference in New Issue
Block a user