Creating Code from sequence diagram

你离开我真会死。 提交于 2019-12-07 14:56:14

问题


Is there a way to Generate Code from sequence diagram ?? All I could find is Reverse Engineeering ie..from the generated code you can obtain sequence diagram.

Is there a way to do otherway round (From the diagram to source code generation). This is already acheived for UML class diagrams.

link for the same http://msdn.microsoft.com/en-us/library/ff657795.aspx i want the same thing for sequence diagram.

Is there any third party tools generating the code from the UML Sequence diagram?? would like to know more about it..??

[And the language which i'm using for code generation is CSharp]

Can anyone please help me?? any help would be greatly appreciated..:):)

Thanks in advance:):)


回答1:


Recently I was also looking for something similar and came to find this. StarUML also has Various Language Support (C# Profile, Code Generator and Reverse Engineer) according to their website. Although personally I haven't used any of them and have decided not to use any automatic code generator, you may try them.



来源:https://stackoverflow.com/questions/7240350/creating-code-from-sequence-diagram

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!