Changes
Page history
Initial commit for Model
authored
Feb 24, 2021
by
Karikó Csongor Csanád
Show whitespace changes
Inline
Side-by-side
Class-Diagram.md
View page @
93c927ee
**Model**
```
plantuml
```
plantuml
Bob -> Alice : hello
class Simulation
Alice -> Bob : hi
Simulation "1" *-- Company
Person <|-- Visitor
Person <|-- Staff
Staff <|-- CleaningLady
Staff <|-- MaintenanceGuy
Simulation "*" *-- Person
Simulation "1" *-- Map
class MapObject
MapObject <|-- Building
MapObject <|-- Pavement
Building <|-- Entrance
Building <|-- StaffBuilding
class Pavement
Pavement <|-- QueuePavement
Pavement <|-- VirtualPavement
Map "*" *-- MapObject
Map "1" *-- NavigationGraph
Simulation "1" *-- MaintenanceDispatcher
```
```
\ No newline at end of file