forked from SoftwareEngineeringToolDemos/FSE-2011-PSPWizard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_pattern_v2.json
64 lines (64 loc) · 1.37 KB
/
test_pattern_v2.json
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
{
"scope": {
"type": "BetweenQandR",
"q_event": {
"name": "qEvent",
"specification": "qEventSpec"
},
"r_event": {
"name": "A(a)",
"specification": "rEventSpec"
}
},
"pattern": {
"type": "MaximumDuration",
"p_event": {
"name": "pEvent(p)",
"specification": "pEventSpec"
},
"s_event": {
"name": "sEvent",
"specification": "sEventSpec"
},
"chained_events": [
{
"event": {
"name": "chainedEvent",
"specification": "chainedEventEventSpec"
},
"constrain_event": {
"name": "constrainEvent",
"specification": "constrainEventSpec"
},
"time_bound": {
"type": "Interval",
"time_unit": "min",
"upper_limit": 20,
"lower_limit": 12
}
}
],
"pattern_specifications": {
"time_unit": "sec",
"upper_limit": 14,
"frequency": 3
},
"pattern_constrains": {
"time_bound": {
"type": "Interval",
"time_unit": "sec",
"upper_limit": 42,
"lower_limit": 31
},
"probability_bound": {
"type": "Greater",
"probability": 0.2
},
"constrain_event": {
"name": "constrainEvent",
"specification": "eventConstrainSpecificiation"
}
}
},
"target_logic": "LTL"
}