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 "VIATRA2/Ecore2Genmodel"

(Ecore2GenModel Transformation)
(Ecore2GenModel Transformation)
Line 1: Line 1:
== Ecore2GenModel Transformation ==
+
== Ecore2GenModel Transformation ==
  
This page is dedicated to the [http://planet-research20.org/ttc2010/index.php?option=com_content&view=article&id=76&Itemid=131 TTC 2010 Ecore2GenModel case study] [http://planet-research20.org/ttc2010/index.php?option=com_content&view=article&id=110&Itemid=152#EcoreToGenModel solution] implemented in VIATRA2.
+
This page is dedicated to the [http://planet-research20.org/ttc2010/index.php?option=com_content&view=article&id=76&Itemid=131 TTC 2010 Ecore2GenModel case study] [http://planet-research20.org/ttc2010/index.php?option=com_content&view=article&id=110&Itemid=152#EcoreToGenModel solution] implemented in VIATRA2.  
 +
 
 +
=== Description  ===
 +
 
 +
=== Try it in SHARE  ===
 +
 
 +
[http://is.ieis.tue.nl/staff/pvgorp/share/ SHARE] is a hosted demonstration platform where tools prepared in dedicated virtual machines can be accessed through remote desktop connection.
 +
 
 +
To try our solution in SHARE, go [http://is.ieis.tue.nl/staff/pvgorp/share/?page=ConfigureNewSession&vdi=XP-TUe_TTC10_TTC10%3A%3AXP-Ec2Gm_Viatra_i.vdi here].
 +
 
 +
=== Installation  ===
 +
 
 +
The solution can be easily installed into an Eclipse (3.5+) using our dedicated [http://mit.bme.hu/~ujhelyiz/viatra/ttc10-site/ update site]. After selecting all the features, the plugin dependencies are automatically resolved, as long as you have the default Eclipse update site (Galileo/Helios) and have the "Contact all update sites..." enabled.
 +
 
 +
<strike></strike><strike>Screenshot</strike>
 +
 
 +
=== Execution  ===
 +
 
 +
Select an arbitrary Ecore model (.ecore file) in the Navigator view, right-click to bring up the local menu and click on "Generate GenModel". The resulting .genmodel file is created and can be opened with the inbuilt EMF editors.
 +
 
 +
<strike>Screenshot</strike>
 +
 
 +
=== Manual execution  ===
 +
 
 +
=== Interesting points of the transformation ===

Revision as of 08:41, 8 July 2010

Ecore2GenModel Transformation

This page is dedicated to the TTC 2010 Ecore2GenModel case study solution implemented in VIATRA2.

Description

Try it in SHARE

SHARE is a hosted demonstration platform where tools prepared in dedicated virtual machines can be accessed through remote desktop connection.

To try our solution in SHARE, go here.

Installation

The solution can be easily installed into an Eclipse (3.5+) using our dedicated update site. After selecting all the features, the plugin dependencies are automatically resolved, as long as you have the default Eclipse update site (Galileo/Helios) and have the "Contact all update sites..." enabled.

Screenshot

Execution

Select an arbitrary Ecore model (.ecore file) in the Navigator view, right-click to bring up the local menu and click on "Generate GenModel". The resulting .genmodel file is created and can be opened with the inbuilt EMF editors.

Screenshot

Manual execution

Interesting points of the transformation

Back to the top