Added option to skip redundant dependency relationships

This commit is contained in:
Bartek Kryza
2023-08-05 17:52:30 +02:00
parent f6efb7941f
commit 2e1013c12f
15 changed files with 108 additions and 34 deletions

View File

@@ -45,6 +45,13 @@ public:
*/
const reference_vector<T> &view() const { return elements_; }
/**
* @brief Get collection of reference to diagram elements
*
* @return
*/
reference_vector<T> &view() { return elements_; }
/**
* @brief Get typed diagram element by id
* @param id Global id of a diagram element