Open In App

UML Full Form

The full form of UML is “Unified Modeling Language”. It is a general-purpose modeling language. The main aim of UML is to define a standard way to visualize how a system has been designed. It is quite similar to blueprints used in other fields of engineering. UML is not a programming language, it is rather a visual language.

What is Unified?

UML aims to provide a standardized way to visualize and design systems, making it easier for different stakeholders to understand and communicate about a system regardless of their backgrounds or the specific domains they work in.



What is Modeling?

Modeling involves creating abstract representations of a system. In the context of UML, modeling refers to creating diagrams and other artifacts that represent different aspects of a software system, such as its structure, behavior, and interactions.

What is Language?

UML provides a set of symbols, notations, and rules for creating models. It’s a formal language that allows developers, designers, and other stakeholders to express their ideas, designs, and requirements using a common set of symbols and semantics.



Types of UML Diagrams

Structural UML Diagrams

These diagrams focus on depicting the static structure of a system, showing the elements that compose the system and how they relate to each other.

Examples of structural UML diagrams include:

Behavioral UML Diagrams

These diagrams focus on representing the dynamic behavior and interactions between the components of a system over time.

Examples of behavioral UML diagrams include:

Article Tags :