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

Difference between revisions of "MoDisco/Metamodels"

Line 1: Line 1:
 
Here is a list of metamodels provided by MoDisco project :
 
Here is a list of metamodels provided by MoDisco project :
  
== Technologies layer metamodels ==
+
== Technologies layer ==
 
* [[MoDisco/J2SE5|J2SE5]] : describes Java language (from JDK5 specification) as a graph.
 
* [[MoDisco/J2SE5|J2SE5]] : describes Java language (from JDK5 specification) as a graph.
 
* [http://www.eclipse.org/gmt/modisco/toolBox/JavaAbstractSyntax JavaAST] : describes Java language (from [http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.jdt.doc.isv/reference/apt/overview-summary.html Eclipse JDT] implementation) as a tree.
 
* [http://www.eclipse.org/gmt/modisco/toolBox/JavaAbstractSyntax JavaAST] : describes Java language (from [http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.jdt.doc.isv/reference/apt/overview-summary.html Eclipse JDT] implementation) as a tree.
Line 8: Line 8:
 
* [[MoDisco/CSharp|CSharp]] : desribes C# language as it has been defined in version 2.0 of "C# Language Specification" from Microsoft Corporation.  
 
* [[MoDisco/CSharp|CSharp]] : desribes C# language as it has been defined in version 2.0 of "C# Language Specification" from Microsoft Corporation.  
  
== Infrastructure layer metamodels ==
+
== Infrastructure layer ==
 
* [[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.

Revision as of 16:16, 11 March 2009

Here is a list of metamodels provided by MoDisco project :

Technologies layer

  • J2SE5 : describes Java language (from JDK5 specification) as a graph.
  • JavaAST : describes Java language (from Eclipse JDT implementation) as a tree.
  • RelationalDBSchema : describes the schema of a relational database (tables and columns).
  • RelationalDBContent : describes the content of a relational database (tuples).
  • CSharp : desribes C# language as it has been defined in version 2.0 of "C# Language Specification" from Microsoft Corporation.

Infrastructure layer

  • KDM : implementation of OMG/ADM Knowledge Discovery Metamodel.
  • SMM : implementation of OMG/ADM Software Metrics Metamodel.

Back to the top