メインコンテンツ

このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。

カスタム ビューの作成

アーキテクチャ モデルのカスタムの視点の作成

システム モデルは大規模で複雑になる傾向にあります。アーキテクチャ ビュー ギャラリーでは、ステレオタイプ、プロパティ、要件リンクなどの基準に基づいてモデル要素をフィルター処理することで、アーキテクチャ モデルからコンポーネントのカスタム サブセットを作成できます。このカスタム サブセットはアーキテクチャ ビューと呼ばれ、複雑なシステムを扱う簡易的な方法となります。ビューを使用してアーキテクチャ設計の特定の部分に焦点を絞り、オペレーション、機能、または物理の解析用のビューを作成できます。

  • コンポーネント図キャンバスから 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

ツール

アーキテクチャ ビュー ギャラリーCreate and manage views and sequence diagrams
インターフェイス エディターローカルおよび共有のデータ ディクショナリ内のインターフェイスの作成と編集

トピック

注目の例