Update Class Diagram authored by Karikó Csongor Csanád's avatar Karikó Csongor Csanád
...@@ -45,6 +45,7 @@ package Model.Common { ...@@ -45,6 +45,7 @@ package Model.Common {
+ CanBuild(IMapObjectBlueprint, Orientation) : bool + CanBuild(IMapObjectBlueprint, Orientation) : bool
+ Build(IMapObjectBlueprint, Orientation) : (IDisplayable, IInspectable) + Build(IMapObjectBlueprint, Orientation) : (IDisplayable, IInspectable)
} }
IBuilder <|-- Map
class Singleton<T> <<Singleton>> { class Singleton<T> <<Singleton>> {
- {static} instance : T - {static} instance : T
... ...
......