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.
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.
There are some very basic JUnit tests in this folder that can be run via the Eclipse IDE.
See LICENSE.