Skip to main content

Eclipse UML Generators

The initial contribution provides five generators:

  • UML2Java: It  converts Class and State diagrams into Java code.
  • UML2C: It converts Class and State diagrams into C code.
  • C2UML: It reverses C code into a UML model.
  • UML2RTSJ : It converts Structure Composite, Class and State diagrams into Java code based on RTSJ (Real Time Specification for Java).
    • The generated code is organized according to a Components Based Architecture.
    • The UML model is enhanced by a UML profile to add real-time properties and it is decorated by a DSL to specify the kind of communication between each component.
  • Java2UML: It reverses Java code to a UML model.

The scope is any generator which consumes or produces UML models.

Note that a list of requirements like tests, quality, coding styles, architecture, documentation will be established to define acceptance rules of other contributions.

Basics


Repositories

Repository Commits Reviews Issues
This project has no activity.

The EMO oversees the lifecycle of Eclipse projects, trademark and IP management, and provides a governance framework and recommendations on open source best practices.

See the project’s PMI page at https://projects.eclipse.org/projects/modeling.umlgen


Releases


Reviews

  • Termination (2020-03-03) – see review
  • Eclipse UML Generators 1.0 Release (2015-11-18) – see review
  • Eclipse UML Generators 0.9 Release (2015-02-18) – see review
  • Creation (2014-02-26) – see review

IP Lab requests

Security related information is not yet available for this project. In order to gather such information automatically, Self Service of GitHub resources needs to be enabled for this project.

Back to the top