-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodels.yaml
99 lines (96 loc) · 2.92 KB
/
models.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
#
# bpmn-models, models description file
#
#- id: &e0001
# name: The Name of the Example
# reference: >
# A. Alice, B. Bob, and C. Charles.
# An Example in BPMN.
# Conference/Journal, Year.
# doi: http://doi.org/xxx
# variants: [
# - id: &e0001v0001
# references: []
# type: process # process / collaboration / choreography
# doc: >
# The description of variant 0001 of example 0001 (*e0001v0001).
# This may use several lines.
# changes: [
# One line change number 1 wrt original version,
# One line change number 2 wrt original version,
# One line change number 3 wrt original version,
# etc.
# ]
# - id: &e0001v0002
# references: [*e0001v0001]
# type: collaboration # process / collaboration / choreography
# doc: >
# The description of variant 0002 of example 0001 (*e0001v0002).
# This may use several lines.
# changes: [
# One line change number 1 wrt *e0001v0001,
# One line change number 2 wrt *e0001v0001,
# One line change number 3 wrt *e0001v0001,
# etc.
# ]
# - id: &e0001v0003
# references: [*e0001v0001,*e0001v0002]
# type: choreography # process / collaboration / choreography
# doc: >
# The description of variant 0003 of example 0001 (*e0001v0003).
# This may use several lines.
# changes: [
# One line change number 1 wrt *e0001v0001,
# One line change number 1 wrt *e0001v0002,
# One line change number 2 wrt *e0001v0002,
# etc.
# ]
# ]
- id: &e0001
name: Examination management system
reference: >
F. Chevrou, A. Hurault, and P. Queinnec.
On the Diversity of Asynchronous Communication.
FAC 28, 2016.
doi: http://doi.org/10.1007/s00165-016-0379-x
variants: [
- id: &e0001v0001
references: []
type: collaboration
doc: >
Initial version of the example.
changes: [
add parallelism,
add inobservable tasks for taking coffee and working on exam
]
- id: &e0001v0002
references: []
type: choreography
doc: >
Initial version of the example.
Annotations are used on tasks that are not ChoreographyTasks
in order to denote the peers. Can relate to observables in peers.
changes: [
add parallelism,
add inobservable tasks for taking coffee and working on exam
]
]
- id: &e0002
name: Shift worker schedulling model
reference: >
Jeremy W. Bryans, Wei Wei.
Formal Analysis of BPMN Models Using Event-B.
FMICS 2010.
doi: http://doi.org/10.1007/978-3-642-15898-8_3
variants: [
- id: &e0001v0001
references: []
type: collaboration
doc: >
Initial version of the example.
changes: [
add a merge gateway,
modify the data flows and add data-related annotations,
remove the timer on getting the response from workers
]
]