diff --git a/Example20_Activity_Diagram.mp b/Example20_Activity_Diagram.mp new file mode 100644 index 0000000000000000000000000000000000000000..8091ca50cdb23a2aa3f98290e2e6b0de6c3d80f8 --- /dev/null +++ b/Example20_Activity_Diagram.mp @@ -0,0 +1,18 @@ +/* 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