Is there any addin or other utility that can add the ability for UML Lab to generate C or C++ source code in Eclipse from UML diagrams, rather than just Java code? Thanks in advance for the help.
Thank you for your interest in UML Lab. UML Lab's code generation and round-trip-engineering is based on templates. We currently ship templates for Java and PHP and plan to release templates for C# in the future.
You can also write your own templates. UML Lab uses Xpand as template language. So you can write templates for C or C++. In our tutorials we describe how to do this (see [1] and [2]).
Comments
Thank you for your interest in UML Lab. UML Lab's code generation and round-trip-engineering is based on templates. We currently ship templates for Java and PHP and plan to release templates for C# in the future.
You can also write your own templates. UML Lab uses Xpand as template language. So you can write templates for C or C++. In our tutorials we describe how to do this (see [1] and [2]).
Best regards
Manuel
[1] http://www.uml-lab.com/en/uml-lab/tutorials/creating-code-styles-for-existing-code/
[2] http://www.uml-lab.com/en/uml-lab/tutorials/uml-profile-anpassen-der-modellierung-in-uml-lab/