About Minimal Working Example (MWE) for the eMoflon::IBeX implementation of Graph Transformations (GTs).
Find a file
2025-01-23 13:44:29 +01:00
GTProject Adds JUnit tests 2025-01-23 13:40:19 +01:00
Metamodel Adds a small country in world example 2025-01-23 13:36:07 +01:00
LICENSE Adds README.md content + LICENSE 2025-01-23 13:44:29 +01:00
README.md Adds README.md content + LICENSE 2025-01-23 13:44:29 +01:00

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.