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:
 
[[Image:Henshin_small.png|200px|right|Henshin logo]]
 
[[Image:Henshin_small.png|200px|right|Henshin logo]]
[http://www.eclipse.org/modeling/emft/henshin Henshin] is an in-place model transformation language for the Eclipse Modeling Framework ([[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:  
+
'''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 [[Henshin Trace Model|exogenous]] transformations  
*Natural treatment and efficient in-place execution of endogenous transformations  
+
*Natural treatment and efficient [[Henshin Interpreter|in-place execution]] of endogenous transformations  
 
*[[Henshin Transformation Meta-Model|Meta-model]] and [[Henshin Graphical Editor|graphical syntax]] for transformations  
 
*[[Henshin Transformation Meta-Model|Meta-model]] and [[Henshin Graphical Editor|graphical syntax]] for transformations  
 
*[[Henshin Statespace Explorer|State space analysis]] for verification
 
*[[Henshin Statespace Explorer|State space analysis]] for verification
 +
*Support for [[Henshin Code Generator for Giraph|massive parallel rule execution]] using Apache Giraph
  
An alternative visual editor for Henshin has been developed as a student project.
+
=== Resources ===
See [http://tfs.cs.tu-berlin.de/henshin/] for more documentation and literature on Henshin and for the update site for the alternative visual editor.
+
 
 +
* [http://www.eclipse.org/modeling/emft/henshin Official website]
  
 
=== Screenshots ===
 
=== Screenshots ===

Revision as of 10:10, 13 June 2014

Henshin logo

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:

Resources

Screenshots

Henshin transformation editors     Henshin state space explorer

Back to the top