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/New and Noteworthy/0.9.0"

 
Line 22: Line 22:
  
 
=== Java Generator ===
 
=== Java Generator ===
 +
 +
[[Image:DemoJavaMenuGenerate.png]]
 +
 +
[[Image:DemoJavaResult.png]]
  
 
[[Category:Eclipse_UML_Generators]]
 
[[Category:Eclipse_UML_Generators]]

Latest revision as of 14:41, 16 January 2015

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