Skip to content

Releases: opcoach/genModelAddon

A first operational release

28 Feb 17:26
Compare
Choose a tag to compare

Open the genModel editor and right click on the root element of your file. You will get a new menu 'OPCoach' with the command to generate your development structure :

genmodeladdoncommand

This command will open a dialog to enter the parameters for your generation (the parameters set in the genmodel are also reminded) :

genmodeladdondialog

After execution you will get, for each EClass in your ecore file :

  • an interface extending the EMF generated interface
  • an implementation extending the new interface and the EMF generated class
  • a new factory building the new interfaces and implementations
  • an extension of 'override_factory' added in your plugin.xml file

emfstructurerepertoires_en