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"

m (add link to profiler page)
Line 12: Line 12:
 
*Automated [[Henshin/Rule Generation|rule generation]]
 
*Automated [[Henshin/Rule Generation|rule generation]]
 
*Integration with [[Henshin/Xtext Adapter|Xtext]]
 
*Integration with [[Henshin/Xtext Adapter|Xtext]]
 +
*A [[Henshin/Performance Profiler|performance profiler]] to identify slow spots 
  
 
=== Getting started ===
 
=== Getting started ===

Revision as of 05:42, 19 November 2020

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:

Getting started

Please refer to the official Henshin website for installation instructions and a tutorial showing the first steps in Henshin.
Look at the Henshin meta-model for more information about how model transformations are specified in Henshin and what their capabilities are. Details about rule creation and rule application can be found in the articles about the graphical editor and the interpreter.

Resources

Screenshots

Henshin transformation editors     Henshin state space explorer

Back to the top