1
General Board / How to duplicate Seq Diags w/o duplicating objects
« on: October 28, 2003, 12:22:26 pm »
How do I keep from creating a duplicate instance of all the objects on a sequence diagram when I duplicate that sequence diagram? I have tried both shallow and deep copying, and turned auto instance on and off, but I always end up with a duplicate instance.
I have a few objects with similar behavior, so it would be easiest to create a sequence diagram with a basic behavior, then copy it to the next behavior and make updates to the second diagram. Unfortunately, this results with duplicate instances of all the objects being created.
This results in a very cluttered model containing a bunch of objects with the same name appearing on only one sequence diagram. It would be better to have all of the sequence diagrams to refer to the same object.
Any help would be appreciated.
Thanks
I have a few objects with similar behavior, so it would be easiest to create a sequence diagram with a basic behavior, then copy it to the next behavior and make updates to the second diagram. Unfortunately, this results with duplicate instances of all the objects being created.
This results in a very cluttered model containing a bunch of objects with the same name appearing on only one sequence diagram. It would be better to have all of the sequence diagrams to refer to the same object.
Any help would be appreciated.
Thanks