| Copy Lifelines into a sequence diagram [message #629433] |
Tue, 28 September 2010 05:47 |
No real name Messages: 3 Registered: September 2010 |
Junior Member |
|
|
Hi all,
I'm trying to copy a lifeline from a sequenc diagram to another and using the code:
myInteraction.getLifelines().addAll(inputInteraction.getLife lines());
and then the Lifelines in the diagram inputInteraction will all be moved to myInteraction, i.e. at last there are no lifelines in inputInteraction.
How can i copy them instead of moving them?
Thanks!!!
|
|
|
Powered by
FUDForum. Page generated in 0.01428 seconds