You are on page 1of 12

Component Diagrams

NAME : MUHAMMAD UZAIR AHMED


ID : 2841-2017
Component Diagrams
Component :

is a container of the logical element and represents things that participate in execution of a
system ..
Component Diagram
Component diagrams are integral to building yours files,labiries of a software system.
Purpose of component diagrams
The purpose is also define the all diagrams discussed so far.
It does not describe the functionality of the system but its describe the component used to
make functionalities.
Purpose of component diagrams
can be summarized as :
Describe the organization and relationship of the component .
Visualize the component of the system .
Basic symbols of Notations
Component
Logical unit block of the system.
Interface
Describe the group of operation use and create by components
Dependencies
Draw dependencies among component using dashes arrow.
Port

A square along the edge of the system or a component . A port is often used to help expose
required and provided interface of a component .
How to draw a component diagram?
Diagram are used to describe the physical artefacts of a system . This artifacts include files,
executable , libraries, etc.
Before drawing a component diagram, the following arifacts are to be identify clearly:
File used in the system.
Libraries and other artifacts relevant to the application .
Relationship among the artifacts.
How to draw component diagram ?
The system in to describe different uml diagram and when the artefact already, then component
diagram are used to get an idea of the implementation.
Component diagram can be used to :
Model the component of a system.
Model the database schema.
Model the executable of an application .
Model the system’s source code.

You might also like