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"

(New page: Here is a list of meta models provided by MoDisco project : * [http://www.eclipse.org/gmt/modisco/toolBox/JavaAbstractSyntax JavaAST] * J2SE5 * CSharp...)
 
Line 1: Line 1:
 
Here is a list of meta models provided by MoDisco project :
 
Here is a list of meta models provided by MoDisco project :
  
* [http://www.eclipse.org/gmt/modisco/toolBox/JavaAbstractSyntax JavaAST]
+
* [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].
* [[MoDisco/J2SE5|J2SE5]]
+
* [[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/CSharp|CSharp]]
+
* [[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/KDM|KDM]]
+
* [[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/SMM|SMM]]
+
* [[MoDisco/SMM|SMM]], it is an implementation of available specification from the [http://www.omg.org/adm/ Object Management Group (OMG)].

Revision as of 09:49, 19 February 2009

Here is a list of meta models provided by MoDisco project :

  • JavaAST, designed from the Eclipse JDT Java API.
  • 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).
  • 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