Beschreiben von Aktivitätsdiagrammen
Definieren und Visualisieren des Datenflusses durch Aktionen zur Validierung des funktionalen Systemdesigns
Erstellen Sie ausführbare Aktivitätsdiagramme für Ihre Architekturmodelle oder Komponenten, um funktionale Anforderungen zu definieren und zu validieren. Verwenden Sie Aktivitätsdiagramme in System Composer™, um den Datenfluss durch Aktionen zu visualisieren. Erstellen Sie gerichtete Beziehungen mit Zuordnungen von Aktivitätsdiagrammelementen zu Architekturmodellelementen, um das funktionale Design Ihres Systems näher zu beschreiben.
Funktionen
systemcomposer.createActivity | Create System Composer activity diagram (Seit R2024a) |
Blöcke
Initial Node | Dispatch control token at beginning of activity (Seit R2024a) |
Action Node | Process object tokens through MATLAB function or nested activity diagram (Seit R2024a) |
Pin | Direct tokens into or out of an action node (Seit R2024a) |
Parameter Node | Process tokens through a nested activity diagram (Seit R2024a) |
Decision or Merge Node | Route input tokens based on evaluation of MATLAB expressions, or merge multiple input tokens onto one output flow (Seit R2024a) |
Join or Fork Node | Synchronize multiple input tokens into one output, or replicate one input token on all output flows (Seit R2024a) |
Flow Final Node | Terminate one object or control flow (Seit R2024a) |
Activity Final Node | Terminate entire activity (Seit R2024a) |
Tools
TypesEditor | Create custom data types (Seit R2024a) |
AllocationEditor | Create and manage model-to-model allocations |
Themen
- Describe System Behavior Using Activity Diagrams
Learn about and interact with activity diagrams in System Composer.
- Author Activity Diagrams
Create action nodes, token-based flows, merge nodes, and types for input pins.
- 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.