Notice: Some of the services that support the smooth operation of our websites are still in the process of being restored. As a result, certain features—such as images and committer paperwork—may be temporarily unavailable. Our team is actively working to resolve these issues and restore full functionality as soon as possible.

Thank you for your patience and understanding.

Eclipse UML Generators

Scope

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.

Releases
Name Date
1.0 2015-11-20
0.9 2015-02-18
Reviews
Name Date
Termination Review 2020-03-03
1.0 Release Review 2015-11-18
0.9 Release Review 2015-02-18
Creation Review 2014-02-26