Skip to content
Snippets Groups Projects
Commit 0221f6f5 authored by Keane Reynolds's avatar Keane Reynolds
Browse files

Uploaded example 20 from the manual

parent 9d31f155
No related branches found
No related tags found
4 merge requests!6Keane branch,!5Keane branch,!4Keane branch,!3Keane branch
/* Example20_Activity_Diagram.mp
This model demonstrates how to use "SHOW ACTIVITY DIAGRAM" to
display the possible traces in flowchart form. Root A has 4 different
possible traces at scope 1, and the flowchart displays those possiblities.
*/
SCHEMA Activity_Diagram
ROOT A:
a1
[a2]
{ a3, a4, a5 }
a6
( a7 | a8 );
SHOW ACTIVITY DIAGRAM A;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment