Initial commit for Model authored by Karikó Csongor Csanád's avatar Karikó Csongor Csanád
**Model**
```plantuml
Bob -> Alice : hello
Alice -> Bob : hi
class Simulation
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