Changes
Page history
Update Class Diagram
authored
Mar 01, 2021
by
Karikó Csongor Csanád
Show whitespace changes
Inline
Side-by-side
Class-Diagram.md
View page @
73821556
...
...
@@ -45,7 +45,7 @@ package Model.Common {
+ CanBuild(IMapObjectBlueprint, Orientation) : bool
+ Build(IMapObjectBlueprint, Orientation) : (IDisplayable, IInspectable)
}
IBuilder <|-- Map
class Singleton<T> <<Singleton>> {
- {static} instance : T
...
...
@@ -157,6 +157,7 @@ package Model.Map {
Map *- "*" Cell
Map *-- "1" NavigationGraph
Simulation *-- "1" Map
IBuilder <|-- Map
class NavigableCell {
+ Pos : Vector2
...
...
...
...