
MinEcore: Meta modelling within the EMF
MinEcore is a textual syntax for EMF's metamodelling language (similar to TextEcore and Emfatic). The aim of MinEcore is to provide a syntax that is as short a possible by making many default assumptions. For example, there is no keyword class, as most classifiers declared in Ecore models are classes. Also, one must not distinguish between attributes and reference, because this is automatically determined by the type of the feature. Furthermore, upper and lower bound for feature can be easily specified using a star, plus or questionmark.
MinEcore comes with a builder that automatically derives a .ecore file from the .mecore File.
org.emftext.language.mecore.postprocessing
org.emftext.language.mecore.resource.mecore
org.emftext.language.mecore.resource.mecore.ui