Refactored common diagram methods to common class

This commit is contained in:
Bartek Kryza
2022-02-16 21:13:58 +01:00
parent e7afdba19a
commit 3b6aa48b82
8 changed files with 69 additions and 33 deletions

View File

@@ -29,10 +29,6 @@
namespace clanguml::sequence_diagram::model {
std::string diagram::name() const { return name_; }
void diagram::set_name(const std::string &name) { name_ = name; }
std::string diagram::to_alias(const std::string &full_name) const
{
return full_name;