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

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


Java Generator

Back to the top