Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

MoDisco/Metamodels

< MoDisco
Revision as of 16:02, 11 March 2009 by Unnamed Poltroon (Talk)

Here is a list of metamodels provided by MoDisco project :

  • J2SE5, it is the reflect of Java language, as it has been defined in version 3 of "Java Language Specification" from Sun Microsystems ("JLS3" corresponds to JDK 5).
  • JavaAST, designed from the Eclipse JDT Java API.
  • RelationalDBSchema, describes a simple way of representing the schema of a relational database by modeling the definition of its tables and columns.
  • RelationalDBContent, describes a simple way of representing the content of a relational database by modeling the tuples stored in its different tables.
  • CSharp, it is the reflect of C# language, as it has been defined in version 2.0 of "C# Language Specification" from Microsoft Corporation.
  • KDM, it is an implementation of available specification from the Object Management Group (OMG).
  • SMM, it is an implementation of available specification from the Object Management Group (OMG).

Back to the top