Package Diagram Ak
Package Diagram Ak
Prepared by
S.AJITHKUMAR,B.E
PACKAGE DIAGRAM
What is package diagram ?
Component of package diagram.
Notation of package diagram.
Example of package diagram.
Applications of package diagram.
PACKAGE DIAGRAM
The package diagram is the Unified
Modeling language that shows
dependencies between the packages that
make up a model.
Package diagram shows the
arrangement and organization of model
elements.
The package diagram is to simplify the
DEFINITION:
• A package diagram is a set of defined
elements that are semantically linked and
potentially
changed together.
• It is the grouping of model elements and
the definition of their relationships.
• A package diagram is a container for
model elements.
COMPONENTS OF PACKAGE DIAGRAM
Package
Dependency
• Access
• Package Import
• Package merge
PACKAGE
• The package appears as a rectangle at
the top with small labels.
• The name of the package appears on the
TAB or in the rectangle.
• Groups common elements based on
data, behavior, or user interaction.
DEPENDENCY
• One package depend on other package.
• Dashed arrows indicate dependencies.
• Example
Bank runs depend upon user Account
Access
• Indicates that one package requires
assistance from the functions of another
package.
• Example
Package Import
• Indicates that functionality has been
imported from one package to another.
• Example
Package merge