Skip to content
Snippets Groups Projects
Commit f63b5e83 authored by Giammarco, Kristin M's avatar Giammarco, Kristin M
Browse files

Formatted the header comment block

parent c37371ee
No related branches found
No related tags found
No related merge requests found
/* Example 01. Model of Simple Message Flow
See also: Example 1: Simple interaction pattern from the Monterey
Phoenix System and Software Architecture and Workflow Modeling Language
Manual
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.
The COORDINATE composition takes two root traces and produces
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.
Instructions: Run for Scopes 1 and up. Viewing of traces also includes a
"Swim Lanes" option.
Purpose: To illustrate how to set up separate event grammar
rules and how to coordinate events from each of those rules.
Description: Event grammar rules for each root define the
derivations for event traces. In this case, we have a
simple sequence of zero or more events for each root. The
COORDINATE composition takes two root traces and produces 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.
References:
"Example 1: Simple interaction pattern" from Auguston, M.
"Monterey Phoenix System and Software Architecture and
Workflow Modeling Language Manual (Version 4). 2020.
Available online:
https://wiki.nps.edu/display/MP/Documentation
Search terms:
Instructions: Run for Scopes 1 and up. Traces are generated
in a sequence diagram-like formatby default. Try rotating
a selected trace 90 degrees counterclockwise, or (from the
Options menu above the diagram) selecting the "Swim Lanes"
checkbox to view the trace in an activity diagram format.
==========================================================*/
......
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