Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any way to copy diagrams into different projects?

Tags:

staruml

Our team has been using starUML and we had to divide our job to draw sequence diagram for different parts. But now, I am having trouble how to merge those diagrams into one project.

I've searched on net and found out only package can be imported and exported.

Is there any way to just copy the sequence diagram and paste it in the original one?

They are sharing the same constants from the start.

like image 278
Jae Park Avatar asked Apr 04 '12 08:04

Jae Park


People also ask

How do I copy sequence diagram of visual paradigm?

Right click on the selected shape(s), select Copy > Copy within Visual Paradigm from the pop-up menu. After you switch to the destination diagram, right click on the diagram background and select either Paste View or Paste Model from the pop-up menu.

How do you copy a diagram online?

Copying a Diagram to the Clipboard You can copy and paste your current diagram using the shortcut CTRL+B.


2 Answers

You can copy-paste elements only one-by-one. But you should work with Model Elements. Review please, first method works for me, but the second

Procedure for Copying and Pasting View Elements in Diagram

unfortunately doesn't.

ADDED

Also you can Export - Import entire diagram as XMI

Here is bug-report.

like image 184
triclosan Avatar answered Oct 12 '22 12:10

triclosan


in the model explorer view, you can copy a model, then open another star uml with your other project and in the model explorer view, you can now paste the model you have copied.

like image 28
manu Avatar answered Oct 12 '22 10:10

manu