Changes
Page history
Update Class Diagram
authored
Mar 01, 2021
by
Kovács Gergely Zsolt
Show whitespace changes
Inline
Side-by-side
Class-Diagram.md
View page @
b503b5d4
...
...
@@ -30,7 +30,7 @@ package Model.Common {
}
Simulation --|> Singleton
Simulation --> Park
Simulation --
-
> MaintenanceDispatcher
Simulation --> MaintenanceDispatcher
class Park {
- balance : int
...
...
@@ -40,6 +40,7 @@ package Model.Common {
+ GetBalance() : int
+ GetEntryFee() : int
+ GetBuildings() : Building[]
+ GetEntrance() : Building
+ ModifyBalance(int)
+ AddBuilding(Building)
+ SetEntryFee(int)
...
...
@@ -192,7 +193,7 @@ package Model.People {
+ GetProperties() {override}
}
MaintenanceGuy --|> Staff
MaintenanceDispatcher *-- "-maintainers\n*" MaintenanceGuy
MaintenanceDispatcher *--
-
"-maintainers\n*
\n
" MaintenanceGuy
}
...
...
...
...