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

Difference between revisions of "MoDisco/Metamodels"

(Technologies layer)
(Infrastructure layer)
Line 11: Line 11:
 
* [[MoDisco/KDM|KDM]] : implementation of [http://www.omg.org/adm OMG/ADM] Knowledge Discovery Metamodel.
 
* [[MoDisco/KDM|KDM]] : implementation of [http://www.omg.org/adm OMG/ADM] Knowledge Discovery Metamodel.
 
* [[MoDisco/SMM|SMM]] : implementation of [http://www.omg.org/adm/ OMG/ADM] Software Metrics Metamodel.
 
* [[MoDisco/SMM|SMM]] : implementation of [http://www.omg.org/adm/ OMG/ADM] Software Metrics Metamodel.
* [http://www.eclipse.org/gmt/modisco/toolBox/RelationalDBInformation/metamodels.php RelationalDBSchema] : describes the schema of a relational database (tables and columns).
+
* [http://www.eclipse.org/gmt/modisco/technologies/RelationalDBInformation/metamodels.php RelationalDBSchema] : describes the schema of a relational database (tables and columns).
* [http://www.eclipse.org/gmt/modisco/toolBox/RelationalDBInformation/metamodels.php RelationalDBContent] : describes the content of a relational database (tuples).
+
* [http://www.eclipse.org/gmt/modisco/technologies/RelationalDBInformation/metamodels.php RelationalDBContent] : describes the content of a relational database (tuples).

Revision as of 04:42, 26 March 2009

Here is a list of metamodels provided by MoDisco project :

Technologies layer

These metamodels are specific to a technology :

  • J2SE5 : describes Java language (from JDK5 specification) as a graph.
  • JavaAST : describes Java language (from Eclipse JDT implementation) as a tree.
  • CSharp : describes C# language as defined in version 2.0 of "C# Language Specification" from Microsoft Corporation.

Infrastructure layer

These metamodels are independent from a technology :

  • KDM : implementation of OMG/ADM Knowledge Discovery Metamodel.
  • SMM : implementation of OMG/ADM Software Metrics Metamodel.
  • RelationalDBSchema : describes the schema of a relational database (tables and columns).
  • RelationalDBContent : describes the content of a relational database (tuples).

Back to the top