Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add checks if a model element already exists before adding it to avoid clashes in ModelBuilder #253

Open
draeger opened this issue Oct 13, 2022 · 0 comments
Assignees

Comments

@draeger
Copy link
Member

draeger commented Oct 13, 2022

ModelBuilder is a very convenient utility class that helps building or extending models. At the moment it assumes that elements to be added
do not exists. There could be clashes if that is not the case. Feature request: Update all creation methods in ModelBuilder to consider that an object is already present before adding it again.

@draeger draeger self-assigned this Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant