Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dia add existing class to package

Tags:

uml

dia

I'm using the Dia diagram editor to create an UML for a project, and I want to add a class into a package. This can be easily done when the class is created, then the class and the package are bound and the class can't be moved outside the package.
But I have designed many of my classes outside of a package and nom I want to add them in a package, and I can't figure out how to add a pre-existing class to a package.

Am I missing something ? Any ideas ?

like image 956
Antonin Décimo Avatar asked Feb 18 '16 10:02

Antonin Décimo


People also ask

What is the difference between import and access in package diagram?

Access: Indicates that one package requires assistance from the functions of another package. Import: Indicates that functionality has been imported from one package to another.

How do you represent a package in UML notation?

A package is an organized group of elements. A package may contain structural things like classes, components, and other packages in it. Notation − Graphically, a package is represented by a tabbed folder. A package is generally drawn with only its name.


1 Answers

Well I found it, it's in the menu Objects > Adopt.

like image 71
Antonin Décimo Avatar answered Oct 19 '22 02:10

Antonin Décimo