アクティビティ図の記述
アクションを通じたデータの流れを定義して可視化し、システムの機能設計を検証する
機能要件を定義して検証するには、アーキテクチャ モデルまたはコンポーネントの実行可能なアクティビティ図を作成します。System Composer™ のアクティビティ図を使用して、アクションを通じたデータの流れを可視化します。アクティビティ図の要素からアーキテクチャ モデルの要素への割り当てによって有向関係を作成することで、システムの機能設計の詳細を記述します。
クラス
関数
アクティビティ ノード
| Initial Node | Dispatch control token at beginning of activity |
| Action Node | Process object tokens through MATLAB function or nested activity diagram |
| Pin | Direct tokens into or out of an action node |
| Parameter Node | Process tokens through a nested activity diagram |
| Decision or Merge Node | Route input tokens based on evaluation of MATLAB expressions, or merge multiple input tokens onto one output flow |
| Join or Fork Node | Synchronize multiple input tokens into one output, or replicate one input token on all output flows |
| Flow Final Node | Terminate one object or control flow |
| Activity Final Node | Terminate entire activity |
ツール
| 型エディター | Create custom data types (R2024a 以降) |
| 割り当てエディター | モデル間の割り当ての作成と管理 |
| プロファイル エディター | ステレオタイプとプロパティをもつプロファイルの作成および管理 |
トピック
- アクティビティ図を使用したシステムの動作の記述
System Composer のアクティビティ図とその相互作用について学習する。
- Author a Simple Activity Diagram
Create action nodes, token-based flows, merge nodes, and types for input pins.
- Establish Traceability and Extend Model Elements
This topic describes elements of an activity diagram for a mobile robot.
- Simulate, Visualize, and Validate Activity Diagrams
Simulate, visualize, and debug activity diagrams in System Composer.
- Model Complex Objects in Activity Diagrams Using MATLAB Class Tokens
Model activity diagram that processes MATLAB class tokens.


