Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

the differences between component diagram and package diagram

Tags:

uml

papyrus

What is the differences between component diagram and package diagram?

I use Papyrus for system modeling

like image 740
Carlos Avatar asked Dec 11 '12 20:12

Carlos


1 Answers

Component diagram typically employed to illustrate interfaces. So a component might be a class or it might be a collection of classes.

A package diagram is a mechanism for you to group together related UML items, think of it as acting like (file system) directory/folder for UML.

like image 129
guycole Avatar answered Sep 17 '22 16:09

guycole