I need to generate java code from uml. I tested different modeling Tools such as modelio, eclipse modeling framework emf, visual paradigm.... However all of these help me to generate java code from class diagram, which will only help me in generating the getter /setter and the function header. I need to generate the function body from activity, statechart or sequence diagram I need to know what is the best modeling tool to do so and can I create a code generator to be able to customize the generate code
Asked
Active
Viewed 259 times
0
-
Notoriously tricky thing. Sparx EA attempts it but you have to write code snippets. Why not just write the code? – muszeo Oct 30 '18 at 01:43
-
I want to help those who does not write a code to generate one using a code generator that I will create – fatima Oct 30 '18 at 08:40
-
I downloaded entreprize architecture but I am still finding problem on how to create a code generator for my diagram – fatima Oct 30 '18 at 12:09
1 Answers
0
Try the Alf plugin for MagicDraw that produces UML activities, then the Lieber Lieber tool to generate code from UML activities. Executable UML is becoming a thing, finally.

Jim L.
- 6,177
- 3
- 21
- 47