Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 Tools » Copy Lifelines into a sequence diagram
Copy Lifelines into a sequence diagram [message #629433] Tue, 28 September 2010 09:47
No real name is currently offline No real nameFriend
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!!!
Previous Topic:Multiplicity not shown
Next Topic:Uml2tools:1 regenerate diagram, 2 custom toolbar,3 change ecore
Goto Forum:
  


Current Time: Wed Apr 24 22:05:16 GMT 2024

Powered by FUDForum. Page generated in 0.03098 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top