WIP
This commit is contained in:
@@ -28,7 +28,7 @@ common::model::diagram_t diagram::type() const
|
||||
return common::model::diagram_t::kSequence;
|
||||
}
|
||||
|
||||
type_safe::optional_ref<const common::model::diagram_element> diagram::get(
|
||||
common::optional_ref<common::model::diagram_element> diagram::get(
|
||||
const std::string & /*full_name*/) const
|
||||
{
|
||||
return {};
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
#include "activity.h"
|
||||
#include "common/model/diagram.h"
|
||||
#include "common/types.h"
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
@@ -36,7 +37,7 @@ public:
|
||||
|
||||
common::model::diagram_t type() const override;
|
||||
|
||||
type_safe::optional_ref<const common::model::diagram_element> get(
|
||||
common::optional_ref<common::model::diagram_element> get(
|
||||
const std::string &full_name) const override;
|
||||
|
||||
std::string to_alias(const std::string &full_name) const;
|
||||
|
||||
Reference in New Issue
Block a user