从序列图创建代码
有没有办法从序列图生成代码?我能找到的只是逆向工程,即......从生成的代码中您可以获得序列图。
有没有办法做其他事情(从图表到源代码生成)。 UML 类图已经实现了这一点。
相同的链接 http://msdn.microsoft.com/en-us/library /ff657795.aspx 我想要序列图同样的东西。
是否有任何第三方工具从 UML 序列图生成代码?想了解更多关于它的信息..??
[我用于代码生成的语言是 CSharp]
谁能帮助我? 任何帮助将不胜感激..:):)
提前致谢:):)
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:):)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最近我也在寻找类似的东西,并找到了这个。 StarUML 还具有各种语言支持(C# 配置文件、代码生成器和逆向工程)到他们的网站。虽然我个人没有使用过它们并且决定不使用任何自动代码生成器,但您可以尝试它们。
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.