Skip to content

0. Model Differences

Timur Sağlam edited this page Jan 11, 2017 · 11 revisions

Model Differences

The differences between the Ecore metametamodel and the model that the language Java implicitly contains are:

  • Lack of constructors
  • Lack of acesss level modifers
  • Lack of abstract methods
  • Lack of a static concept
  • Lack of interfaces for enumerations
  • Lack of methods or attributes for enumerations
  • Lack of external Supertypes
  • Lack of arrays
  • Containment of external data types
  • Lack of nested types

TODO detail

Clone this wiki locally