Add class score in uml diagram 🔨
continuous-integration/drone/push Build is passing Details

Stub_RecycleViewV2
Emre KARTAL 2 years ago
parent 25693eb0d9
commit a2f68affb7

@ -50,8 +50,8 @@ skinparam package {
hide circle hide circle
class Contract { class Contract {
-start: Date -start: Calendar
-until: Date -until: Calendar
+duration() : Int +duration() : Int
} }
@ -61,7 +61,7 @@ abstract class Personne {
-firstName: String -firstName: String
-lastName: String -lastName: String
-name: String -name: String
-dateOfBirth: Date -dateOfBirth: Calendar
-nationality: String -nationality: String
} }
@ -107,8 +107,8 @@ class Competition {
class Season { class Season {
-id: Int -id: Int
-startDate: Date -startDate: Calendar
-endDate: Date -endDate: Calendar
-currentMatchday: Int -currentMatchday: Int
-winner: Int -winner: Int
} }
@ -116,6 +116,7 @@ class Season {
class Match { class Match {
-id: Int -id: Int
-idHomeTeam: Int -idHomeTeam: Int
-score: Score
-idAwayTeam: Int -idAwayTeam: Int
-status: String -status: String
} }

Loading…
Cancel
Save