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"

Line 1: Line 1:
 
Here is a list of metamodels provided by MoDisco project :
 
Here is a list of metamodels provided by MoDisco project :
  
* [[MoDisco/J2SE5|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).  
+
* [[MoDisco/J2SE5|J2SE5]], describes Java language (from JDK5 specification) as a graph.
* [http://www.eclipse.org/gmt/modisco/toolBox/JavaAbstractSyntax JavaAST], designed from the [http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.jdt.doc.isv/reference/apt/overview-summary.html Eclipse JDT Java API].
+
* [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).
 
* [http://www.eclipse.org/gmt/modisco/toolBox/RelationalDBInformation/metamodels.php RelationalDBSchema], describes a simple way of representing the schema of a relational database by modeling the definition of its tables and columns.  
 
* [http://www.eclipse.org/gmt/modisco/toolBox/RelationalDBInformation/metamodels.php RelationalDBSchema], describes a simple way of representing the schema of a relational database by modeling the definition of its tables and columns.  
 
* [http://www.eclipse.org/gmt/modisco/toolBox/RelationalDBInformation/metamodels.php RelationalDBContent], describes a simple way of representing the content of a relational database by modeling the tuples stored in its different tables.  
 
* [http://www.eclipse.org/gmt/modisco/toolBox/RelationalDBInformation/metamodels.php RelationalDBContent], describes a simple way of representing the content of a relational database by modeling the tuples stored in its different tables.  
* [[MoDisco/CSharp|CSharp]], it is the reflect of 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.  
* [[MoDisco/KDM|KDM]], it is an implementation of available specification from the [http://www.omg.org/technology/kdm/index.htm Object Management Group (OMG)].
+
* [[MoDisco/KDM|KDM]] : implementation of [http://www.omg.org/adm OMG/ADM] Knowledge Discovery Metamodel.
* [[MoDisco/SMM|SMM]], it is an implementation of available specification from the [http://www.omg.org/adm/ Object Management Group (OMG)].
+
* [[MoDisco/SMM|SMM]] : implementation of [http://www.omg.org/adm/ OMG/ADM] Software Metrics Metamodel.

Revision as of 16:10, 11 March 2009

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).
  • 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