주요 콘텐츠

사용자 지정 뷰 만들기

아키텍처 모델의 사용자 지정 관점 생성

시스템 모델은 대개 크고 복잡합니다. [Architecture Views Gallery]에서 스테레오타입, 속성, 요구 사항 링크 같은 기준에 따라 모델 요소를 필터링하여 아키텍처 모델에서 컴포넌트의 사용자 지정 서브셋을 만들 수 있습니다. 이러한 사용자 지정 서브셋을 아키텍처 뷰라고 하며, 이 방식을 통해 복잡한 시스템(complex system)을 더 쉽게 다룰 수 있습니다. 이러한 뷰를 사용하면 아키텍처 설계의 특정 부분에 중점을 두고 분석을 위해 운용 뷰, 기능 뷰 또는 물리 뷰를 만들 수 있습니다.

  • 컴포넌트 다이어그램 캔버스에서 System Composer™ 모델을 편집합니다.

  • 스포트라이트 뷰를 사용하여 컴포넌트의 종속 관계와 계층 구조를 분석합니다.

  • 쿼리를 사용하여 아키텍처 모델에 대한 사용자 지정 관점을 정의합니다.

  • 컴포넌트 다이어그램 뷰에서 포트를 그룹화하여 복잡한 포트 및 연결 네트워크를 간소화합니다.

  • 아키텍처 뷰와 계층 구조 뷰를 정의합니다.

클래스

모두 확장

systemcomposer.view.ViewArchitecture view (R2021a 이후)
systemcomposer.view.ElementGroupArchitecture view element group (R2021a 이후)

함수

모두 확장

openViewsOpen Architecture Views Gallery
createViewCreate architecture view (R2021a 이후)
getViewFind architecture view (R2021a 이후)
deleteViewDelete architecture view (R2021a 이후)
modifyQueryModify architecture view query and property groupings (R2021a 이후)
runQueryRe-run architecture view query on model (R2021a 이후)
removeQueryRemove architecture view query (R2021a 이후)
addElementAdd component to element group of view (R2021a 이후)
removeElementRemove component from element group of view (R2021a 이후)
getQualifiedNameGet model element qualified name
createSubGroupCreate subgroup in element group of view (R2021a 이후)
getSubGroupGet subgroup in element group of view (R2021a 이후)
deleteSubGroupDelete subgroup in element group of view (R2021a 이후)
findFind architecture model elements using query
findElementsOfTypeFind all elements of specific type (R2023a 이후)
findElementsWithStereotypeFind all elements with stereotype (R2023a 이후)
findElementsWithPropertyFind all elements with property value (R2023a 이후)
findElementsWithInterfaceFind all elements with type set by interface (R2023a 이후)
AnyComponentCreate query to select all components in model
PropertyCreate query to select non-evaluated values for object properties or stereotype properties for elements
PropertyValueCreate query to select property from object or stereotype property and then evaluate property value
HasStereotypeCreate query to select architectural elements with stereotype based on specified subconstraint
IsStereotypeDerivedFromCreate query to select stereotype derived from qualified name
HasPortCreate query to select architectural elements with port based on specified subconstraint
HasConnectorCreate query to select architectural elements with connector based on specified subconstraint
HasInterfaceCreate query to select architectural elements with interface on port based on specified subconstraint
HasInterfaceElementCreate query to select architectural elements with interface element on interface based on specified subconstraint
IsInRangeCreate query to select range of property values

[Architecture Views Gallery]Create and manage views and sequence diagrams
[Interface Editor]로컬 및 공유 데이터 딕셔너리에 인터페이스 생성 및 작성

도움말 항목

추천 예제