- UML - Summary
- UML - Activity Diagram
- UML - Statechart Diagram
- UML - Interaction Diagram
- UML - Use Case Diagram
- UML - Deployment Diagram
- UML - Component Diagram
- UML - Object Diagram
- UML - Class Diagram
- UML - Standard Diagrams
- UML - Basic Notations
- UML - Modeling Types
- UML - Architecture
- UML - Building Blocks
- UML - Overview
- UML - Home
UML 2.0 Overview
UML Useful Resources
Utilities
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
UML - Modepng Types
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