1
General Board / Re: Multiple Instances of an Element in a Diagram
« on: July 29, 2011, 09:00:13 pm »
Ah, tagged values are synchronised between the original object and the instance; that's good to know.
The thing about the stereotype and, say, default appearance - it's correct when the instance is created, but if the original is changed afterwards then the instance doesn't change too.
Also I can get it to copy the embedded parts now (thanks) but those embedded parts are distinct elements, not related to the embedded parts in the original object. It also doesn't copy connections between copied embedded parts.
It might not be feasible, but I guess what I'm looking for is a way to clone an element that makes a one-way parent-child link. I.e. any change made to the parent (or its embedded elements) is also made to the child, but changes made to the child are not made to the parent.
The thing about the stereotype and, say, default appearance - it's correct when the instance is created, but if the original is changed afterwards then the instance doesn't change too.
Also I can get it to copy the embedded parts now (thanks) but those embedded parts are distinct elements, not related to the embedded parts in the original object. It also doesn't copy connections between copied embedded parts.
It might not be feasible, but I guess what I'm looking for is a way to clone an element that makes a one-way parent-child link. I.e. any change made to the parent (or its embedded elements) is also made to the child, but changes made to the child are not made to the parent.