Fixed generation of internal clang-uml diagrams

This commit is contained in:
Bartek Kryza
2024-04-30 11:51:31 +02:00
parent 51c5b887a8
commit dfb4f38ded
4 changed files with 44 additions and 14 deletions

View File

@@ -100,6 +100,14 @@ public:
*/
void add_active_participant(common::id_t id);
/**
* @brief Check if diagram has activity identified by caller id
*
* @param id Caller id representing the activity
* @return True, if an activity already exists
*/
bool has_activity(common::id_t id) const;
/**
* @brief Get reference to current activity of a participant
*