Skip to content
Snippets Groups Projects

Pamela's 2nd Merge Request

Closed Pamela Dyer requested to merge Pamela_Branch_2 into master
43 files
+ 197
144
Compare changes
  • Side-by-side
  • Inline
Files
43
/* Example 01. Model of [Simple_Message_Flow]
/* Example 01. Model of Simple Message Flow
Event grammar rules for each root define derivations for event traces,
in this case a simple sequence of zero or more events for each root.
@@ -8,8 +8,8 @@ a modified event trace, merging behaviors of Sender and Receiver
and adding the PRECEDES relation for the selected send/receive pairs.
The coordination operation behaves as a "cross-cutting" derivation rule.
Run for scopes 1 and up. The "Sequence" or "Swim Lanes" layouts are
the most appropriate for browsing traces here.
Instructions: Run for Scopes 1 and up. Viewing of traces also includes a
"Swim Lanes" option.
==========================================================*/
Loading