Description

Ecore Diagram
Registered Packages in the Outline The outline display an additional node called "Registered Packages". It references all the available Ecore packages that are available in the current Eclipse configuration. registeredPackages
Creation of an EReference and its opposite Here are the required steps to create a Two-way Reference :
  1. First, you have to create the first EReference between the 'Source' EClass and the 'Target' EClass.
  2. Then, create the second EReference between the 'Target' EClass and the 'Source' EClass.
  3. Finally update the "EOpposite" attribute of one of the two EReference in the Properties View. The other reference is automatically updated and the graphic refreshed to hide the arrow decorations of the two EReferences.
GenModel documentation view << New in 0.9.0 >>

A customized documentation view has been added. It is mainly used to edit documentation information that are then used by the genModel file generated with EMF capabilities.

genModelDocumentationTab
Dedicated tab for ExtendedMetadata << New in 0.9.0 >>

The Tabbed Properties View has been customized to provide a tab where ExtendedMetadata informations can be modified.

extendedMetaDataTab