Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

MoDisco/Metamodels

Here is a list of metamodels provided by MoDisco project :

  • J2SE5 : describes Java language (from JDK5 specification) as a graph.
  • JavaAST : describes Java language (from Eclipse JDT implementation) as a tree.
  • 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 : desribes C# language as it has been defined in version 2.0 of "C# Language Specification" from Microsoft Corporation.
  • KDM : implementation of OMG/ADM Knowledge Discovery Metamodel.
  • SMM : implementation of OMG/ADM Software Metrics Metamodel.

Back to the top