I have started using Star UML application and its great. Is there a way to add get/set functions and foward/reverse engineer the code.
Thanks
I don't think that there is an easy way for automation in generating getters and setters. The development of StarUML stopped 4 years ago. An alternative would be nice.
You just need to install a tool named "Generate Getters and Setters".
Create an operator then set the stereotype to CSharpProperty.
Example:
The above steps should produce C# code with both an accessor and modifier when StarUML generates the code.