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 19: Line 19:
 
On any project, you can also generate partial C code from a UML model element:
 
On any project, you can also generate partial C code from a UML model element:
  
 
+
[[Image:DemoC3andMenuGenerate.png]]
  
 
=== Java Generator ===
 
=== Java Generator ===
  
 
[[Category:Eclipse_UML_Generators]]
 
[[Category:Eclipse_UML_Generators]]

Revision as of 14:37, 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

Back to the top