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 "Henshin"

Line 1: Line 1:
 
 
[http://www.eclipse.org/modeling/emft/henshin Henshin] is an in-place model transformation language for the Eclipse Modeling Framework ([[EMF]]). It supports direct transformations of EMF model instances (endogenous transformations), as well as generating instances of a target language from given instances of a source language (exogenous transformations). Its main features are:
 
[http://www.eclipse.org/modeling/emft/henshin Henshin] is an in-place model transformation language for the Eclipse Modeling Framework ([[EMF]]). It supports direct transformations of EMF model instances (endogenous transformations), as well as generating instances of a target language from given instances of a source language (exogenous transformations). Its main features are:
 
* Support for endogenous as well as exogenous transformations
 
* Support for endogenous as well as exogenous transformations
Line 5: Line 4:
 
* Graphical syntax
 
* Graphical syntax
 
* Support for static analysis of transformations
 
* Support for static analysis of transformations
 +
 +
 +
== Getting started ==
 +
 +
* How do I specify [[Henshin Transformation Rules]]?

Revision as of 17:07, 5 March 2010

Henshin is an in-place model transformation language for the Eclipse Modeling Framework (EMF). It supports direct transformations of EMF model instances (endogenous transformations), as well as generating instances of a target language from given instances of a source language (exogenous transformations). Its main features are:

  • Support for endogenous as well as exogenous transformations
  • Natural treatment and efficient in-place execution of endogenous transformations
  • Graphical syntax
  • Support for static analysis of transformations


Getting started

Back to the top