Parmorel Eclipse Plugin
This will be a plugin for Eclipse that can fix errors in a model autimatically using the Parmorel algorithm.
How to download the project
- Clone the project and its submodules:
git clone --recursive https://github.com/MagMar94/ParmorelEclipsePlugin.git
If you are not familiar with submodules, you can have a look at Vogella or at the Git-documentation.
- Make sure you are running Eclipse Version 2018-12 (4.10.0) or a compatible version, and have installed the Eclipse Modeling Tools. Eclipse-packages can be found here.
- Make sure you have the Plug-in Development Environment.
How to run the project
- Once imported to Eclipse, right click the project and select
Run As
-> Eclipse Application
- A new Eclipse instance will open.
- Create a project in the new Eclipse Instance.
- Import some ecore-models.
- Right-click on the models in the Package Explorer and select
Parmorel
-> Repair
- Select some preferences in the pop-up, and clik
OK
- In the Select Solution view the possible fixes appear. Click one and compare.