From 0221f6f576629311512cd8024c2a62d86b6529c3 Mon Sep 17 00:00:00 2001 From: Keane Reynolds <keane.reynolds@gmail.com> Date: Fri, 18 Jun 2021 14:30:45 +0000 Subject: [PATCH] Uploaded example 20 from the manual --- Example20_Activity_Diagram.mp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Example20_Activity_Diagram.mp diff --git a/Example20_Activity_Diagram.mp b/Example20_Activity_Diagram.mp new file mode 100644 index 0000000..8091ca5 --- /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 -- GitLab