0% found this document useful (0 votes)
38 views

What Is Component Diagram?

A component diagram depicts how software components are connected to form a larger system. It shows the relationships between different components and allows system architects to identify each component and how they interact. The diagram provides an overview of the system's physical structure and components, emphasizes service behavior between interfaces, and communicates the overall scope and structure of the software.

Uploaded by

Afshaar Ahmad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views

What Is Component Diagram?

A component diagram depicts how software components are connected to form a larger system. It shows the relationships between different components and allows system architects to identify each component and how they interact. The diagram provides an overview of the system's physical structure and components, emphasizes service behavior between interfaces, and communicates the overall scope and structure of the software.

Uploaded by

Afshaar Ahmad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

COMPONENT DIAGRAM

WHAT IS COMPONENT DIAGRAM?


A Component Diagram depicts how component are wired together to
form larger component or software system.

PURPOSE OF DIGRAM:
The purpose of this diagram is to show the relationship between different
components in a system, The component refers to a module of classes
that represent independent system or subsystem with the ability to
interfere with the rest of the system.
There a list development revolves “Component based development In this
approach, Components diagram allow the planner to identify the
different component so the whole system does what it’s supposed to do.
BENEFITS:

 Imagine the systems physical structure.

 Pay attention to the system components and how they


relation.

 Emphasize the service behavior as it relates to the interfere.


HOW TO USE COMPONENT DIAGRAM:
Diagram give bird eye view of software system and implement in any
language.

Symbols
 Component symbol
 Node symbol.
 Represent hardware/software object,
 Which are of a higher level then
 Components.
 Interface symbol
 Port symbol
 Package symbol
 Note symbol
 Dependency symbol
COMMUNICATE OF COMPONENET DIAGRAM:

 The scope of your system.


 The overall structure of your software system.
 Goals that the system help human or non human entities.
HOW TO MAKE DIAGRAM:

1. Open blank document.


2. Select any UML
3. Select the shape you want from library you added and drag
the shape from toolbox to canvas.
4. Model the process flow by drawing links between shape.

You might also like