Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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"

(Add bullet point to feature list.)
(12 intermediate revisions by 5 users not shown)
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:  
+
[[Image:Henshin_small.png|200px|right|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:  
  
*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  
*[http://wiki.eclipse.org/Henshin_Transformation_Rules Graphical syntax] for transformations  
+
*[[Henshin/Transformation Meta-Model|Meta-model]] and [[Henshin/Graphical Editor|graphical syntax]] for transformations
*Support for verification of transformations using [http://wiki.eclipse.org/Henshin_Statespace_Explorer state space analysis]
+
*[[Henshin/Graphical_Editor#Editing_Transformation_Rules|Rule]]-based with transformation [[Henshin/Units|units]] controlling rule application
 +
*[[Henshin/State Space Tools|State space analysis]] for verification
 +
*Support for [[Henshin/Code Generator for Giraph|massive parallel rule execution]] using Apache Giraph
 +
*Support for [[Henshin/Critical Pair Analysis|critical pair analysis]]
 +
 
 +
=== Resources ===
 +
 
 +
* [http://www.eclipse.org/modeling/emft/henshin Official website]
 +
* [[Henshin/FAQ|FAQ]]
 +
 
 +
=== Screenshots ===
 +
 
 +
[[Image:Henshin_example_transformation_rule.png|250px|Henshin transformation editors]]    
 +
[[Image:Statespace-explorer-phil-win32.png|200px|Henshin state space explorer]]
 +
 
 +
[[Category:Henshin]][[Category:Modeling]]

Revision as of 06:56, 11 March 2018

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