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

Eclipse UML Generators/New and Noteworthy/0.9.0

Luna Release

C Reverser

To reverse C code to a UML model from a C project to initialize, you have to right-click on the project and select the menu as described in the image below:

DemoC1AndMenuAddNature.png

DemoC1Result.png

C Generator

To generate complete C code from a UML model in a C project, you have to right-click on the project and select the menu as described in the image below:

DemoC2andMenuAddNature.png

DemoC2Result.png

On any project, you can also generate partial C code from a UML model element:

DemoC3andMenuGenerate.png

Java Generator

DemoJavaMenuGenerate.png

DemoJavaResult.png

Back to the top