Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "VIATRA/Transformation/ShowCase"

(Created page with "This page lists various tools that internally use VIATRA. = EMDW Model Compiler = The EMDW Model Compiler (MC) is an Eclipse based tool for generating optimized C++ source...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This page lists various tools that internally use VIATRA.
+
This page lists various tools based on VIATRA.
  
 
= EMDW Model Compiler =
 
= EMDW Model Compiler =
  
The EMDW Model Compiler (MC) is an Eclipse based tool for generating optimized C++ source code for applications developed in the novel xtUML-RT modeling language. The EMDW Model Compiler processes UML models to generate executable source code in a multi-step transformation workflow, featuring both batch and incremental transformations. The input and internal models are subject to validation, and the toolchain includes both integration to the Papyrus editor and a dedicated action language called rAlf.
+
The EMDW Model Compiler (MC) is an Eclipse based tool for generating optimized C++ source code for applications developed in the novel xtUML-RT modeling language. The EMDW Model Compiler processes UML models to generate executable source code in a multi-step transformation workflow, featuring both batch and incremental transformations. The input and internal models are subject to validation, and the toolchain includes both integration to the Papyrus editor and a dedicated action language called rAlf.
  
Web: https://github.com/IncQueryLabs/EMDW-MC
+
* Web: https://github.com/IncQueryLabs/EMDW-MC
Licence: EPL
+
* Licence: EPL
Contributors: IncQuery Labs Ltd. and Ericsson AB
+
* Contributors: IncQuery Labs Ltd. and Ericsson AB

Latest revision as of 05:47, 26 April 2016

This page lists various tools based on VIATRA.

EMDW Model Compiler

The EMDW Model Compiler (MC) is an Eclipse based tool for generating optimized C++ source code for applications developed in the novel xtUML-RT modeling language. The EMDW Model Compiler processes UML models to generate executable source code in a multi-step transformation workflow, featuring both batch and incremental transformations. The input and internal models are subject to validation, and the toolchain includes both integration to the Papyrus editor and a dedicated action language called rAlf.

Back to the top