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

Merge branch 'Pamela_Branch_4' into 'master'

Pamela's Merge Request: 12-26-2021

See merge request !53
parents f7e40243 b3140fd7
No related branches found
No related tags found
1 merge request!53Pamela's Merge Request: 12-26-2021
/*┬────────────────────────────────────────────────────────┐ /*┬────────────────────────────────────────────────────────┐
│*│ ┌─[ Title and Authors ]──────────────────────────────┐ │ │*│ ┌─[ Title and Authors ]──────────────────────────────┐ │
│*│ │ Event Sharing Using COORDINATE with SHARE │ │ │*│ │ Event Sharing Using COORDINATE with SHARE │ │
│*│ │ Created by Kristin Giammarco and Mike Collins │ │ │*│ │ Created by Kristin Giammarco and Mike Collins │ │
│*│ │ 2021-11-11 │ │ │*│ │ 2021-11-11 │ │
│*│ └────────────────────────────────────────────────────┘ │ │*│ └────────────────────────────────────────────────────┘ │
│*│ │ │*│ │
│*│ ┌─[ Purpose ]────────────────────────────────────────┐ │ │*│ ┌─[ Purpose ]────────────────────────────────────────┐ │
│*│ │ To illustrate how SHARE ALL is a shortcut for a │ │ │*│ │ To illustrate how SHARE ALL is a shortcut for a │ │
│*│ │ COORDINATE statement with SHARE. │ │ │*│ │ COORDINATE statement with SHARE. │ │
│*│ └────────────────────────────────────────────────────┘ │ │*│ └────────────────────────────────────────────────────┘ │
│*│ │*│
│*│ ┌─[ Description ]────────────────────────────────────┐ │ │*│ ┌─[ Description ]────────────────────────────────────┐ │
│*│ │ This model shows the use of COORDINATE statements │ │ │*│ │ This model shows the use of COORDINATE statements │ │
│*│ │ in lieu of SHARE ALL statements, illustrating how │ │ │*│ │ in lieu of SHARE ALL statements, illustrating how │ │
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
│*│ │ Understanding how SHARE and SHARE ALL work is │ │ │*│ │ Understanding how SHARE and SHARE ALL work is │ │
│*│ │ helpful when there is a need to compose more │ │ │*│ │ helpful when there is a need to compose more │ │
│*│ │ complex sharing operations, such as sharing among │ │ │*│ │ complex sharing operations, such as sharing among │ │
│*│ │ composite events. │ │ │*│ │ composite events. │ │
│*│ └────────────────────────────────────────────────────┘ │ │*│ └────────────────────────────────────────────────────┘ │
│*│ │ │*│ │
│*│ ┌─[ References ]─────────────────────────────────────┐ │ │*│ ┌─[ References ]─────────────────────────────────────┐ │
...@@ -31,9 +31,9 @@ ...@@ -31,9 +31,9 @@
│*│ │ Workflow Modeling Language Manual" (Version 4). │ │ │*│ │ Workflow Modeling Language Manual" (Version 4). │ │
│*│ │ 2020. Available online: │ │ │*│ │ 2020. Available online: │ │
│*│ │ https://wiki.nps.edu/display/MP/Documentation │ │ │*│ │ https://wiki.nps.edu/display/MP/Documentation │ │
│*│ │ │ │ │*│ │ │ │
│*│ │ Example02_DataFlow_EventSharing. Available online:│ │ │*│ │ Example02_DataFlow_EventSharing. Available online:│ │
│*│ │ https://nps.edu/mp/models > Language_concepts │ │ │*│ │ https://nps.edu/mp/models > Language_concepts │ │
│*│ └────────────────────────────────────────────────────┘ │ │*│ └────────────────────────────────────────────────────┘ │
│*│ │ │*│ │
│*│ ┌─[ Search Terms ]───────────────────────────────────┐ │ │*│ ┌─[ Search Terms ]───────────────────────────────────┐ │
......
/*┬────────────────────────────────────────────────────────┐ /*┬────────────────────────────────────────────────────────┐
│*│ ┌─[ Title and Authors ]──────────────────────────────┐ │ │*│ ┌─[ Title and Authors ]──────────────────────────────┐ │
│*│ │ Event Sharing in Composite Events │ │ │*│ │ Event Sharing in Composite Events │ │
│*│ │ Created by Kristin Giammarco and Mike Collins │ │ │*│ │ Created by Kristin Giammarco and Mike Collins │ │
│*│ │ 2021-11-11 │ │ │*│ │ 2021-11-11 │ │
│*│ └────────────────────────────────────────────────────┘ │ │*│ └────────────────────────────────────────────────────┘ │
│*│ │ │*│ │
│*│ ┌─[ Purpose ]────────────────────────────────────────┐ │ │*│ ┌─[ Purpose ]────────────────────────────────────────┐ │
│*│ │ To illustrate how to share events within composite │ │ │*│ │ To illustrate how to share events within composite │ │
│*│ │ events. │ │ │*│ │ events. │ │
│*│ └────────────────────────────────────────────────────┘ │ │*│ └────────────────────────────────────────────────────┘ │
│*│ │*│
│*│ ┌─[ Description ]────────────────────────────────────┐ │ │*│ ┌─[ Description ]────────────────────────────────────┐ │
│*│ │ This model shows the use of COORDINATE statements │ │ │*│ │ This model shows the use of COORDINATE statements │ │
│*│ │ to perform event sharing inside of composite │ │ │*│ │ to perform event sharing inside of composite │ │
│*│ │ events. This operation uses nested COORDINATE │ │ │*│ │ events. This operation uses nested COORDINATE │ │
│*│ │ statements to navigate the event hierarchy. │ │ │*│ │ statements to navigate the event hierarchy. │ │
│*│ └────────────────────────────────────────────────────┘ │ │*│ └────────────────────────────────────────────────────┘ │
│*│ │ │*│ │
│*│ ┌─[ References ]─────────────────────────────────────┐ │ │*│ ┌─[ References ]─────────────────────────────────────┐ │
...@@ -23,9 +23,9 @@ ...@@ -23,9 +23,9 @@
│*│ │ Workflow Modeling Language Manual" (Version 4). │ │ │*│ │ Workflow Modeling Language Manual" (Version 4). │ │
│*│ │ 2020. Available online: │ │ │*│ │ 2020. Available online: │ │
│*│ │ https://wiki.nps.edu/display/MP/Documentation │ │ │*│ │ https://wiki.nps.edu/display/MP/Documentation │ │
│*│ │ │ │ │*│ │ │ │
│*│ │ Example02_DataFlow_EventSharing. Available online:│ │ │*│ │ Example02_DataFlow_EventSharing. Available online:│ │
│*│ │ https://nps.edu/mp/models > Language_concepts │ │ │*│ │ https://nps.edu/mp/models > Language_concepts │ │
│*│ └────────────────────────────────────────────────────┘ │ │*│ └────────────────────────────────────────────────────┘ │
│*│ │ │*│ │
│*│ ┌─[ Search Terms ]───────────────────────────────────┐ │ │*│ ┌─[ Search Terms ]───────────────────────────────────┐ │
......
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