-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdescription.html
More file actions
31 lines (31 loc) · 1.3 KB
/
description.html
File metadata and controls
31 lines (31 loc) · 1.3 KB
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
<p align="JUSTIFY">
Model-to-Model Transformation is a key aspect of Model-Driven Development (MDD).
</p>
<p align="JUSTIFY">
The MMT project hosts Model-to-Model Transformation languages.
Transformations are executed by transformation engines that are plugged into the Eclipse Modeling infrastructure.
MMT is a subproject of the top-level <a href="http://www.eclipse.org/modeling/">Eclipse Modeling Project</a>.
</p>
<p align="JUSTIFY">
The MMT transformation projects and languages are:
<ul>
<li><a href="http://www.eclipse.org/projects/project_summary.php?projectid=modeling.mmt.atl">ATL Transformation Language</a></li>
<ul>
<li>ATL</li>
</ul>
<li><a href="http://www.eclipse.org/projects/project.php?id=modeling.mmt.qvt-relations">QVTd (Declarative)</a></li>
<ul>
<li>QVTc (Core)<br>QVTr (Relational)</li>
</ul>
<li><a href="http://www.eclipse.org/projects/project_summary.php?projectid=modeling.mmt.qvt-oml">QVT Operational (Procedural)</a></li>
<ul>
<li>QVTo (Operational)</li>
</ul>
</ul>
Other Eclipse Model-to-Model Transformation projects are:
<ul>
<li><a href="http://www.eclipse.org/projects/project.php?id=modeling.emft.epsilon">Epsilon</a></li>
<li><a href="http://www.eclipse.org/projects/project.php?id=modeling.gmt.viatra2">Viatra2</a></li>
<li>Xtend2</li>
</ul>
</p>