The following is an example of a package diagram.
Figure uml.12 an example of a UML Package Diagram
Package Diagrams are often used to view dependencies among packages. Since a package can break if another package on which it depends changes, understanding dependencies between packages is vital to the stability of your software. Packages can organize almost any UML element not just classes. For example, packages are also commonly used to group use cases.
Package Diagrams also used to reflect the organization of packages and their elements. When used to represent class elements package diagrams are used to provide a visualization of the namespaces. The most common uses for Package diagrams is to use them to organize Use-Case Diagrams and Class diagrams, although the use of Package Diagrams is not limited to these UML elements.
Related Posts :
UML Intro
UML State Machine
UML Class Diagram
UML Use Case Diagram
UML Activity Diagram
UML Component Diagram
UML Deployment Diagram
UML Intro
UML State Machine
UML Class Diagram
UML Use Case Diagram
UML Activity Diagram
UML Component Diagram
UML Deployment Diagram