Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Preloaded Examples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Monterey Phoenix
MP Model Collection
Preloaded Examples
Merge requests
!43
Fancy Borders Test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Fancy Borders Test
Keane_Branch
into
master
Overview
0
Commits
11
Pipelines
0
Changes
70
Closed
Keane Reynolds
requested to merge
Keane_Branch
into
master
3 years ago
Overview
0
Commits
11
Pipelines
0
Changes
70
Expand
Added fancy borders for Examples 1, 1a, and 2.
0
0
Merge request reports
Compare
master
version 10
7b8a86b5
3 years ago
version 9
8cd18687
3 years ago
version 8
23f55340
3 years ago
version 7
15c76b71
3 years ago
version 6
2c53df96
3 years ago
version 5
d69ed846
3 years ago
version 4
878c04bf
3 years ago
version 3
e9f8471e
3 years ago
version 2
64aad986
3 years ago
version 1
b6db12c7
3 years ago
master (base)
and
latest version
latest version
947de242
11 commits,
3 years ago
version 10
7b8a86b5
10 commits,
3 years ago
version 9
8cd18687
9 commits,
3 years ago
version 8
23f55340
8 commits,
3 years ago
version 7
15c76b71
7 commits,
3 years ago
version 6
2c53df96
6 commits,
3 years ago
version 5
d69ed846
5 commits,
3 years ago
version 4
878c04bf
4 commits,
3 years ago
version 3
e9f8471e
3 commits,
3 years ago
version 2
64aad986
2 commits,
3 years ago
version 1
b6db12c7
1 commit,
3 years ago
70 files
+
3500
−
2930
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
70
Search (e.g. *.vue) (Ctrl+P)
models/Application_examples/Application_Process.mp
+
47
−
40
Options
/* Model of Application Process
Created by Mikhail Auguston in 2018.
Edited by Pamela Dyer in September, 2021.
Purpose: To provide a template for an application
approval process involving multiple levels of approval.
Description: An applicant submits application and needs
to get it approved by the bureaucratic chain of two
officials. If the first official approves, the application
is forwarded to the second official. The overall
application is approved only after it receives both
approvals. Each official can approve/reject the
application or request it be reworked and resubmitted.
Rework and resubmit events may be repeated several times.
Each rejection is final and cannot be followed by rework
and resubmit events. This model may be adapted for many
applications such as college application, permit
application, and work travel authorization.
See Example 38 in the MP manual for an example of how to
split this model into multiple models focusing on
different alternative branches.
References:
"Example 38: Application process model" 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: behavior, application process; isomorphism
Instructions: Run for Scopes 1 and up.
Scope 1: 3 traces in less than 1 sec.
Scope 2: 9 traces in less than 1 sec.
Scope 3: 18 traces in less than 1 sec.
==========================================================*/
/*┬─────────────────────────────────────────────────────────────────────────────┐
│*│ ┌─[ Title and Authors ]───────────────────────────────────────────────────┐ │
│*│ │ Model of Application Process │ │
│*│ │ Created by Mikhail Auguston in 2018. │ │
│*│ │ Edited by Pamela Dyer in September, 2021. │ │
│*│ └─────────────────────────────────────────────────────────────────────────┘ │
│*│ │
│*│ ┌─[ Purpose ]─────────────────────────────────────────────────────────────┐ │
│*│ │ To provide a template for an application approval process involving │ │
│*│ │ multiple levels of approval. │ │
│*│ └─────────────────────────────────────────────────────────────────────────┘ │
│*│ │
│*│ ┌─[ Description ]─────────────────────────────────────────────────────────┐ │
│*│ │ An applicant submits application and needs to get it approved by the │ │
│*│ │ bureaucratic chain of two officials. If the first official approves, │ │
│*│ │ the application is forwarded to the second official. The overall │ │
│*│ │ application is approved only after it receives both approvals. Each │ │
│*│ │ official can approve/reject the application or request it be reworked │ │
│*│ │ and resubmitted. Rework and resubmit events may be repeated several │ │
│*│ │ times. Each rejection is final and cannot be followed by rework and │ │
│*│ │ resubmit events. This model may be adapted for many applications such │ │
│*│ │ as college application, permit application, and work travel │ │
│*│ │ authorization. │ │
│*│ │ │ │
│*│ │ See Example 38 in the MP manual for an example of how to split this │ │
│*│ │ model into multiple models focusing on different alternative branches. │ │
│*│ └─────────────────────────────────────────────────────────────────────────┘ │
│*│ │
│*│ ┌─[ References ]──────────────────────────────────────────────────────────┐ │
│*│ │ "Example 38: Application process model" 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 ]────────────────────────────────────────────────────────┐ │
│*│ │ behavior, application process; isomorphism │ │
│*│ └─────────────────────────────────────────────────────────────────────────┘ │
│*│ │
│*│ ┌─[ Instructions ]────────────────────────────────────────────────────────┐ │
│*│ │ Run for Scopes 1 and up. │ │
│*│ ├─[ Run Statistics ]──────────────────────────────────────────────────────┤ │
│*│ │ Scope 1: 3 traces in less than 1 sec. │ │
│*│ │ Scope 2: 9 traces in less than 1 sec. │ │
│*│ │ Scope 3: 18 traces in less than 1 sec. │ │
│*│ └─────────────────────────────────────────────────────────────────────────┘ │
└*┴────────────────────────────────────────────────────────────────────────────*/
SCHEMA Application_Process
Loading