3 What Is UML
3 What Is UML
UML stands for Unified Modeling Language and is used to model Object-
Oriented Analysis of a software system. UML is a way of visualizing and
documenting a software system using a collection of diagrams to help engineers,
businesspeople and system architects to understand the behavior and structure of
the system being designed.
Types of UML Diagrams: The current UML standards call for 14 different kinds
of diagrams. These diagrams are organized into two distinct groups: structural
diagrams and behavioral or interaction diagrams. As the name suggests, some
UML diagrams try to analyze and depict the structure of a system or process,
whereas other describe the behavior of the system, its actors, and its building
components. The different types are broken down as follows:
Class diagram
Object diagram
Package diagram
Component diagram
Composite structure diagram
Deployment diagram
Profile Diagram
Class Diagram: Used to describe structure and behavior in the use cases.
This diagram provides a conceptual model of the system in terms of
entities and their relationships.