Skip to content

About Minimal Working Example (MWE) for the eMoflon::IBeX implementation of Graph Transformations (GTs).

License

Notifications You must be signed in to change notification settings

maxkratz/emoflon-ibex-gt-mwe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eMoflon::IBeX GT Minimal Working Example

This is a Minimal Working Example (MWE) for the eMoflon::IBeX implementation of Graph Transformations (GTs).

You need an up-to-date version of the Eclipse Modeling Framework with eMoflon::IBeX and all related plug-ins installed. A pre-built Eclipse distribution can be found here.

Structure

This repository contains two projects:

  • Metamodel is the metamodel.
  • GTProject is the GT project that can be used to manipulate the model.

Please notice: There is no actual useful GT implementation in the project, just the basic project structure and files are present. However, the set of projects can be used to test the IBeX-GT installation and/or be used as a starting point for your own GT implementation.

You can run the main([...]) method in GtStandaloneRunner.java to check your IBeX-GT installation.

Tests

There are some very basic JUnit tests in this folder that can be run via the Eclipse IDE.

License

See LICENSE.