2017년 8월 16일 수요일

UML - Modeling Types

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

Structural modeling 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 modeling. 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 Modeling

Behavioral model describes the interaction in the system. It represents the interaction among the structural diagrams. Behavioral modeling 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 Modeling

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 modeling.

UML 모델을 구별하는 것은 매우 중요합니다. 서로 다른 다이어그램이 UML 모델링의 여러 유형에 사용됩니다. UML 모델링에는 세 가지 중요한 유형이 있습니다.구조 모델링
구조 모델링은 시스템의 정적 기능을 캡처합니다. 그들은 다음과 같이 구성됩니다 -

    
클래스 다이어그램
    
객체 다이어그램
    
배포 다이어그램
    
패키지 다이어그램
    
복합 구조 다이어그램
    
구성 요소 다이어그램
구조 모델은 시스템의 프레임 워크를 나타내며이 프레임 워크는 다른 모든 구성 요소가 존재하는 장소입니다. 따라서 클래스 다이어그램, 구성 요소 다이어그램 및 배포 다이어그램은 구조 모델링의 일부입니다. 그것들은 모두 그것들을 모으는 요소와 메커니즘을 나타냅니다.
구조 모델은 시스템의 동적 동작을 결코 설명하지 않습니다. 클래스 다이어그램은 가장 널리 사용되는 구조 다이어그램입니다.행동 모델링
행동 모델은 시스템에서의 상호 작용을 설명합니다. 구조 다이어그램 간의 상호 작용을 나타냅니다. 행동 모델링은 시스템의 동적 특성을 보여줍니다. 그들은 다음과 같이 구성됩니다 -

    
활동 다이어그램
    
상호 작용 다이어그램
    
유스 케이스 다이어그램
위의 모든 내용은 시스템에서 유동의 동적 순서를 보여줍니다.건축 모델링
아키텍처 모델은 시스템의 전체 프레임 워크를 나타냅니다. 여기에는 시스템의 구조적 요소와 행동 적 요소가 모두 포함됩니다. 건축 모델은 전체 시스템의 청사진으로 정의 할 수 있습니다. 패키지 다이어그램은 아키텍처 모델링에 포함됩니다.

 

댓글 없음:

댓글 쓰기