Initial commit for Model authored by Karikó Csongor Csanád's avatar Karikó Csongor Csanád
**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