-
Notifications
You must be signed in to change notification settings - Fork 0
/
ocl_activity.json
96 lines (55 loc) · 1.93 KB
/
ocl_activity.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
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
{
"activities": [
{
"id": "activity-ocl",
"title": "Model Validation Example",
"icon": "ocl",
"tools": ["http://localhost:8072/ocl_tool.json",
"http://localhost:8070/epsilon_tool.json",
"http://localhost:8071/emfatic_tool.json",
"http://localhost:8073/emf_tool.json" ],
"layout": {
"area": [
["panel-model", "panel-ocl", "panel-console" ],
[ "panel-metamodel" , "" ]
]
},
"actions": [
{
"source": "panel-ocl",
"sourceButton": "action-button",
"parameters": {
"constraints": "panel-ocl",
"metamodel": "panel-metamodel",
"model": "panel-model"
},
"output": "panel-console"
}
],
"panels": [
{
"id": "panel-ocl",
"name": "OCL Constraints",
"ref": "complete-ocl",
"file": "library.ocl"
},
{
"id": "panel-model",
"name": "Model",
"ref": "flexmi",
"file": "tutorial.flexmi"
},
{
"id": "panel-metamodel",
"name": "Metamodel",
"ref": "emfatic",
"file": "tutorial.emf"
},
{
"id": "panel-console",
"name": "Console",
"ref": "console"
}
]
}
] }