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"

(Installation)
Line 18: Line 18:
 
This is also available from the Eclipse Market Place: https://marketplace.eclipse.org/content/eclipse-uml-generators-incubation
 
This is also available from the Eclipse Market Place: https://marketplace.eclipse.org/content/eclipse-uml-generators-incubation
  
* The latest build on Eclipse Luna or Mars can be respectively installed from these update sites: http://download.eclipse.org/umlgen/updates/nightly/latest/luna/ and http://download.eclipse.org/umlgen/updates/nightly/latest/mars/.
+
* Update sites: [http://download.eclipse.org/umlgen/updates/nightly/latest/mars/ Latest nightly on master for Mars], [http://download.eclipse.org/umlgen/updates/nightly/latest/luna/ Latest nightly on master for Luna]
Note that the current RTSJ framework is available here: http://download.eclipse.org/umlgen/jars/nightly/1.0.0M4-N20150218-140100/rtsj/
+
 
+
* Update site: [http://download.eclipse.org/umlgen/updates/nightly/latest/mars/ Latest nightly on master for Mars]
+
  
 
* More detailed installation instructions per module in the [https://wiki.eclipse.org/Eclipse_UML_Generators/Modules_1.0.0 documentation] section.
 
* More detailed installation instructions per module in the [https://wiki.eclipse.org/Eclipse_UML_Generators/Modules_1.0.0 documentation] section.

Revision as of 08:59, 1 July 2015


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


Eclipse UML Generators

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

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

  • More detailed installation instructions per module in the documentation section.

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