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 "Eclipse UML Generators"

m
 
(24 intermediate revisions by one other user not shown)
Line 7: Line 7:
 
In most cases, these generators do not need to rely on a profile and use the native structure of UML.
 
In most cases, these generators do not need to rely on a profile and use the native structure of UML.
  
Acceleo is an implementation of the MOF Model-To-Text Transformation Language (MTL) specification from OMG.
+
Acceleo is an implementation of the [http://www.omg.org/spec/MOFM2T/1.0/ MOF Model-To-Text] Transformation Language (MTL) specification from [http://www.omg.org/ OMG].
  
UML (Unified Modeling Language) is the specification from [http://www.omg.org/ OMG]. The current version is 2.x.
+
UML (Unified Modeling Language) is the specification from OMG. The current version is 2.x.
  
 
= Installation =
 
= Installation =
  
* The latest version of Eclipse UML Generators can be installed from... [update site: soon]
+
* The latest release on Eclipse Luna (0.9) of Eclipse UML Generators can be installed from this [http://download.eclipse.org/umlgen/updates/releases/0.9.0/luna/ update site].
 +
This is also available from the Eclipse Market Place: https://marketplace.eclipse.org/content/eclipse-uml-generators-incubation
  
* More detailed installation instructions on... [user guide: soon]
+
* Downloads: [[Eclipse_UML_Generators/Update_Sites|update sites]]
 +
 
 +
* More detailed installation instructions per module in the [https://wiki.eclipse.org/Eclipse_UML_Generators/Modules_1.0.0 last release documentation] section.
  
 
= Prerequisites =
 
= Prerequisites =
Line 21: Line 24:
 
Eclipse UML Generators can be installed on the following Eclipse platforms :
 
Eclipse UML Generators can be installed on the following Eclipse platforms :
  
* Eclipse version 4.4M5 (Luna)
+
* Eclipse Luna (4.4) for the release 0.9.
 +
* Eclipse Luna and Mars (4.5) for the next release.
  
 
* Java 1.5 to Java 1.7
 
* Java 1.5 to Java 1.7
 +
 +
= Links =
 +
 +
* The [http://www.eclipse.org/umlgen Homepage].
 +
* The [http://projects.eclipse.org/projects/modeling.umlgen Eclipse project page]
 +
* The [http://git.eclipse.org/c/umlgen/org.eclipse.umlgen.git Source code].
 +
* The [https://git.eclipse.org/r/#/q/status:open+project:umlgen/org.eclipse.umlgen,n,z Opened reviews on Gerrit]
 +
* The [https://dev.eclipse.org/mailman/listinfo/umlgen-dev Mailing list for developers]
 +
* The [https://wiki.eclipse.org/Eclipse_UML_Generators/Modules_1.0.0 Last Release Documentation & Module Frameworks]
 +
* The [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=VERIFIED&list_id=9161179&product=UMLGen&query_format=advanced Bugzilla].
 +
* The [http://wiki.eclipse.org/Category:Eclipse_UML_Generators Wiki pages]
 +
* The [http://wiki.eclipse.org/Category:Eclipse_UML_Generators/Specification Specifications of new features]
  
  
 
[[Category:Eclipse_UML_Generators]]
 
[[Category:Eclipse_UML_Generators]]

Latest revision as of 10:33, 20 November 2015


Eclipse UML Generators
Website
Download
Community
Mailing List
Forums
Bugzilla
Open
Create New
Contribute
Browse Source


Eclipse UML Generators Project provides components that automatically bridge the gap between UML models and source code. Either by extracting data from UML models (and UML profiles or decoration models) to produce source code or by reverse-engineering source code to produce UML models.

Code generation uses Acceleo. It is incremental and can be extended thanks to its overriding system.

In most cases, these generators do not need to rely on a profile and use the native structure of UML.

Acceleo is an implementation of the MOF Model-To-Text Transformation Language (MTL) specification from OMG.

UML (Unified Modeling Language) is the specification from OMG. The current version is 2.x.

Installation

  • The latest release on Eclipse Luna (0.9) of Eclipse UML Generators can be installed from this update site.

This is also available from the Eclipse Market Place: https://marketplace.eclipse.org/content/eclipse-uml-generators-incubation

Prerequisites

Eclipse UML Generators can be installed on the following Eclipse platforms :

  • Eclipse Luna (4.4) for the release 0.9.
  • Eclipse Luna and Mars (4.5) for the next release.
  • Java 1.5 to Java 1.7

Links

Back to the top