English 中文(简体)
UML - Modeling Types
  • 时间:2024-11-05

UML - Modepng Types


Previous Page Next Page  

It is very important to distinguish between the UML model. Different diagrams are used for different types of UML modepng. There are three important types of UML modepng.

Structural Modepng

Structural modepng captures the static features of a system. They consist of the following −

    Classes diagrams

    Objects diagrams

    Deployment diagrams

    Package diagrams

    Composite structure diagram

    Component diagram

Structural model represents the framework for the system and this framework is the place where all other components exist. Hence, the class diagram, component diagram and deployment diagrams are part of structural modepng. They all represent the elements and the mechanism to assemble them.

The structural model never describes the dynamic behavior of the system. Class diagram is the most widely used structural diagram.

Behavioral Modepng

Behavioral model describes the interaction in the system. It represents the interaction among the structural diagrams. Behavioral modepng shows the dynamic nature of the system. They consist of the following −

    Activity diagrams

    Interaction diagrams

    Use case diagrams

All the above show the dynamic sequence of flow in a system.

Architectural Modepng

Architectural model represents the overall framework of the system. It contains both structural and behavioral elements of the system. Architectural model can be defined as the blueprint of the entire system. Package diagram comes under architectural modepng.

Advertisements