Fixed package diagram generation

This commit is contained in:
Bartek Kryza
2022-07-31 16:14:36 +02:00
parent 79942e06d7
commit 7274809561
26 changed files with 600 additions and 78 deletions

View File

@@ -40,6 +40,9 @@ public:
common::optional_ref<common::model::diagram_element> get(
const std::string &full_name) const override;
common::optional_ref<common::model::diagram_element> get(
const common::model::diagram_element::id_t id) const override;
std::string to_alias(const std::string &full_name) const;
bool started{false};