archimatetool / archi

Archi: ArchiMate Modelling Tool
https://www.archimatetool.com
MIT License
966 stars 269 forks source link

[feature] Allow copy of one or multiples elements between two models through model tree windows #378

Open bourboule opened 6 years ago

bourboule commented 6 years ago

Request is to allow the copy of one or multiples elements from model A to a model B using only the Model Tree (Today, it's only possible through Views).

Option:

This will allow identification of multiples instances of an elements through many models and will help to consolidate models in the future.

NB: the identification option could be also applied when copying from a View too.

herve91 commented 6 years ago

This can be achieved using the database plugin.

All components from a model (elements, relationships and views) can be imported to other models, either in copy mode (ie. duplicated with a new id) or in shared mode (keeping thesame id).

The modifications done on a shared component will be seen by all the models that include this component.

Hope this helps.

jbsarrodie commented 6 years ago

Note: Added for tracability

This is clearly related to this post on Archi forum. It discusses use-cases behing this need.

samperd commented 5 years ago

+1 for being able to copy individual elements from one model to another.

NB I see that "relationship" management seems to be a block on a number of pending feature requests.