From 00534df3db0a0119a9916966b3b5ebaaf0a329b8 Mon Sep 17 00:00:00 2001 From: Tim Tersch Date: Thu, 10 Feb 2022 11:10:03 +0100 Subject: [PATCH] Update umlet.uxf --- umlet.uxf | 167 +++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 135 insertions(+), 32 deletions(-) diff --git a/umlet.uxf b/umlet.uxf index adb8955..ccc0845 100644 --- a/umlet.uxf +++ b/umlet.uxf @@ -4,8 +4,8 @@ UMLClass - 612 - 234 + 648 + 198 90 27 @@ -15,8 +15,8 @@ UMLClass - 612 - 351 + 648 + 315 90 27 @@ -26,8 +26,8 @@ Relation - 648 - 252 + 684 + 216 27 117 @@ -37,19 +37,43 @@ UMLClass - 387 - 441 - 90 - 27 + 171 + 405 + 261 + 351 - User + User +-- +-name: String +-password: String + +-timesPlayed: int +-winPercentage: int +-currentStreak: int +-maxStreak: int +-wonInTurn: int[] +-- ++setPassword(String pw): void ++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 UMLClass - 351 - 351 + 306 + 297 126 27 @@ -59,47 +83,126 @@ Relation - 648 - 369 - 27 + 684 + 333 + 108 90 lt=<. - - 10.0;80.0;10.0;10.0 +-wordleServer + 10.0;10.0;10.0;80.0 UMLClass - 567 - 441 - 189 - 171 + 558 + 405 + 270 + 99 Game -- --wordleServer: WordleServer -wordle: String --timesPlayed: int --winPercentage: int --currentStreak: int --maxStreak: int --wonInTurn: int[] - -words: String[] -wordCount: int +-- ++processMessage(String msg): void UMLClass - 819 - 441 + 936 + 405 + 216 + 63 + + GUI +-- ++setLetter(char letter): void ++setLetterColor(byte color): void + + + + UMLClass + + 252 + 207 90 27 - GUI + QueryResult + + Relation + + 423 + 396 + 153 + 36 + + lt=<. +-user + 10.0;20.0;150.0;20.0 + + + Relation + + 819 + 396 + 135 + 36 + + lt=<. +-gui + 130.0;20.0;10.0;20.0 + + + Relation + + 423 + 297 + 198 + 126 + + lt=<. +-databaseConnector + 10.0;20.0;200.0;20.0;200.0;120.0 + + + UMLClass + + 936 + 90 + 216 + 225 + + Letter +-- +WHITE: byte = -1 +GRAY: byte = 0 +YELLOW: byte = 1 +GREEN: byte = 2 + +-letter: char +-color: byte +-- ++setColor(byte color): void ++getColor(): byte + + + + Relation + + 1035 + 306 + 117 + 117 + + lt=<. +-letters: Letter[][] + 10.0;10.0;10.0;110.0 +