forked from gemoc/gemoc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
studio.html
325 lines (308 loc) · 15.5 KB
/
studio.html
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
---
layout: defaultwithtabs
---
<!-- Page Heading/Breadcrumbs -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">The Eclipse GEMOC Studio
<small>A language and modeling workbench for executable modeling</small>
</h1>
<ol class="breadcrumb">
<li><a href="{{ site.baseurl }}/">Home</a>
</li>
<li class="active">Studio</li>
</ol>
</div>
</div>
<!-- /.row -->
<!-- Service Panels -->
<!-- The circle icons use Font Awesome's stacked icon classes. For more information, visit http://fontawesome.io/examples/ -->
<div class="row">
<div class="col-lg-12">
<h2 class="page-header">Description</h2>
</div>
<div class="col-lg-8">
<p><strong>The Eclipse GEMOC Studio provides generic components through Eclipse technologies for the development, integration, and use of heterogeneous executable modeling languages.</strong> This includes, among others:
<ul>
<li>metaprogramming approaches and associated execution engines to design and execute the behavioral semantics of executable modeling languages,</li>
<li>efficient and domain-specific execution trace management services,</li>
<li>model animation services,</li>
<li>advanced debugging facilities such as forward and backward debugging (i.e. omniscient debugging), timeline, etc.</li>
<li>coordination facilities to support concurrent and coordinated execution of heterogeneous models</li>
<li>an extensible framework for easily adding new execution engines and runtime services</li>
</ul>
</p>
</div>
<div class="col-lg-4">
<img class="img-responsive" src="{{ site.baseurl }}/img/studio.png">
</div>
<div class="col-lg-12">
<p>
The studio is also provided as an Eclipse product, which eases the diffusion of the various technologies aforementioned through an integrated studio that also includes documentation, examples, and tutorials. The Eclipse GEMOC Studio offers two workbenches (accessible with specific perspectives):
<ul>
<li>A <strong>Language Workbench</strong> to be used by language designers to build and compose new executable modeling languages</li>
<li>A <strong>Modeling Workbench</strong> to be used by domain designers to create, execute, and coordinate models conforming to executable modeling languages</li>
</ul>
</p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2 class="page-header">Features</h2>
</div>
<div class="col-lg-12">
<ul id="myTab" class="nav nav-tabs nav-justified">
<li class=""><a href="#language-workbench" data-toggle="tab"><i class="fa fa-wrench"></i> Language Workbench</a>
</li>
<li class="active"><a href="#modeling-workbench" data-toggle="tab"><i class="fa fa-laptop"></i> Modeling Workbench</a>
</li>
</ul>
<div id="myTabContent" class="tab-content">
<div class="tab-pane fade" id="language-workbench">
<br/>
<div class="col-md-4">
<div class="media">
<div class="pull-left">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-wrench fa-stack-1x fa-inverse"></i>
</span>
</div>
<div class="media-body">
<h4 class="media-heading">Metaprogramming Approaches</h4>
<p>Various ways to extend metamodels with interpreters, compilers, and model checkers (Xtend/Kermeta, XMOF, Java).</p>
</div>
</div>
<div class="media">
<div class="pull-left">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-gears fa-stack-1x fa-inverse"></i>
</span>
</div>
<div class="media-body">
<h4 class="media-heading"><a href="https://www.eclipse.org/sirius/lab.html">Sirius Animator</a></h4>
<p>Define the execution semantics of your executable language along with an animation layer atop the graphical concrete syntax.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="media">
<div class="pull-left">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-share fa-stack-1x fa-inverse"></i>
</span>
</div>
<div class="media-body">
<h4 class="media-heading"><a href="http://melange.inria.fr/">Melange</a></h4>
<p>Declare, extend and assemble the components of executable languages.</p>
</div>
</div>
<div class="media">
<div class="pull-left">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-share fa-stack-1x fa-inverse"></i>
</span>
</div>
<div class="media-body">
<h4 class="media-heading"><a href="#">Generative Approaches</a></h4>
<p>Automatically generate execution trace metamodels to support advanced features in the modeling workbench.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="media">
<div class="pull-left">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-share-alt-square fa-stack-1x fa-inverse"></i>
</span>
</div>
<div class="media-body">
<h4 class="media-heading">MoCCML</h4>
<p>Specify a Model of Concurrency and Communication (MoCC) and its mapping to a specific abstract syntax and associated execution functions of a modeling language.</p>
</div>
</div>
<div class="media">
<div class="pull-left">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-share-alt fa-stack-1x fa-inverse"></i>
</span>
</div>
<div class="media-body">
<h4 class="media-heading"><a href="{{ site.baseurl }}/BCOoL/">BCOoL</a></h4>
<p>Specify the language coordination patterns to automatically coordinates the execution of heterogeneous models.</p>
</div>
</div>
</div>
</div>
<div class="tab-pane fade active in" id="modeling-workbench">
<br/>
<!-- Service List -->
<!-- The circle icons use Font Awesome's stacked icon classes. For more information, visit http://fontawesome.io/examples/ -->
<div class="col-md-4">
<div class="media">
<div class="pull-left">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-cog fa-stack-1x fa-inverse"></i>
</span>
</div>
<div class="media-body">
<h4 class="media-heading">Generic Execution Framework</h4>
<p>Generic bridge in between various execution engines and shared runtime services.</p>
</div>
</div>
<div class="media">
<div class="pull-left">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-eye fa-stack-1x fa-inverse"></i>
</span>
</div>
<div class="media-body">
<h4 class="media-heading">Model Animator</h4>
<p>Graphical and textual animation, breakpoint definition, and step-by-step model execution.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="media">
<div class="pull-left">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-refresh fa-stack-1x fa-inverse"></i>
</span>
</div>
<div class="media-body">
<h4 class="media-heading">Omniscient Debugger</h4>
<p>Forward and backward navigation through the execution trace.</p>
</div>
</div>
<div class="media">
<div class="pull-left">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-share-alt-square fa-stack-1x fa-inverse"></i>
</span>
</div>
<div class="media-body">
<h4 class="media-heading">Concurrency Analysis</h4>
<p>Analysis concurrency constraints on model execution traces.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="media">
<div class="pull-left">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-share-alt fa-stack-1x fa-inverse"></i>
</span>
</div>
<div class="media-body">
<h4 class="media-heading">Coordination of Models</h4>
<p>Concurrent and coordinated execution of heterogeneous models.</p>
</div>
</div>
<div class="media">
<div class="pull-left">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-plug fa-stack-1x fa-inverse"></i>
</span>
</div>
<div class="media-body">
<h4 class="media-heading">Domain-Specific Plugins</h4>
<p>Add a plug-in to the execution framework, either for a specific DSL or to be shared for different DSLs.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2 class="page-header">Ressources</h2>
</div>
<div class="col-md-3 col-sm-6">
<div class="panel panel-default text-center">
<div class="panel-heading">
<a href="download.html" >
<span class="fa-stack fa-5x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-download fa-stack-1x fa-inverse"></i>
</span>
</a>
</div>
<div class="panel-body">
<h4><a href="download.html">Download</a></h4>
<p>Update sites and Eclipse packages.</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="panel panel-default text-center">
<div class="panel-heading">
<a href="{{ site.baseurl }}/studio_documentations.html" >
<span class="fa-stack fa-5x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-book fa-stack-1x fa-inverse"></i>
</span>
</a>
</div>
<div class="panel-body">
<h4><a href="{{ site.baseurl }}/studio_documentations.html" >Documentation</a></h4>
<p>User manual of the Eclipse GEMOC Studio.</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="panel panel-default text-center">
<div class="panel-heading">
<a href="{{ site.baseurl }}/tutorial.html">
<span class="fa-stack fa-5x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-tasks fa-stack-1x fa-inverse"></i>
</span>
</a>
</div>
<div class="panel-body">
<h4><a href="{{ site.baseurl }}/tutorial.html">Tutorials</a></h4>
<p>Learn how to use the Studio.</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="panel panel-default text-center">
<div class="panel-heading">
<a href="https://github.com/eclipse/gemoc-studio">
<span class="fa-stack fa-5x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-code fa-stack-1x fa-inverse"></i>
</span>
</a>
</div>
<div class="panel-body">
<h4><a href="https://github.com/eclipse/gemoc-studio">Development</a></h4>
<p>Source code, Bugs, Features, and contacts.</p>
</div>
</div>
</div>
</div>
<hr>
<!-- Call to Action Section -->
<div class="well">
<div class="row">
<div class="col-md-10">
<p><strong>What can you do with the Eclipse GEMOC Studio?</strong> Discover various examples of modeling languages created with the Eclipse GEMOC Studio for various purposes: Systems Engineering, Software Development, Business Configuration, Computational Sciences…</p>
</div>
<div class="col-md-2">
<a class="btn btn-lg btn-default btn-block" href="gallery.html">Gallery</a>
</div>
</div>
</div>