You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Timur Sağlam edited this page Feb 25, 2017
·
29 revisions
Ecorification of Java Code
This is a proof of concept for the ecorification of Java code. The ecorification tries to decorate Java code with the functionality of model code generated from Ecore metamodels.
The Java code will be interlaced with the generated model code of an Ecore metamodel that was extracted from the original Java code (see EcoreMetamodelExtraction).
To extract Ecore metamodels, an automated approach was developed (see the EcoreMetamodelExtraction project and its wiki).
Prototypical Implementation
IMPORTANT: This first implementation is prototypical and is opposed to the Ecore metamodel extraction limited to the ecorification of few selected features.
The prototypical ecorification of a Java project consists out of the following steps: