Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to show namespace in UML?

Tags:

uml

How to show that certain types are in a specific namespace? Accordingly to UML 2.

like image 388
There is nothing we can do Avatar asked Nov 06 '10 17:11

There is nothing we can do


1 Answers

You can create the package and include those items in the package. Note that UML2 has the notion of package, that is also a namespace (and gets translated as such into programming languages).

like image 64
Diego Sevilla Avatar answered Oct 20 '22 19:10

Diego Sevilla