是否可以在 Rational Rose 中对 C# 代码进行逆向工程?
我正在使用 Rational Rose 企业版 7.0。它没有提供导入 C# 代码以对设计进行逆向工程的选项。有什么插件可以下载吗?
或者我使用的是 Visual Studio 2010 Professional(不是 Ultimate 版本)。是否有更简单的方法从代码生成序列/协作图?
I am using Rational Rose Enterprise Edition 7.0. It does not give options for importing C# code for reverse engineering the design. Any add ins can be downloaded?
Or I am using Visual Studio 2010 Professional (not Ultimate edition). Is there an easier way to generate the sequence / collaboration diagrams from the code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Doxygen 将帮助生成类图和 API 文档。它还可以选择使用 Graphviz dot 生成协作图和其他 UML 图。
Doxygen will help to generate the class diagrams and API documentation. It also has options to generate Collaboration and other UML diagrams using Graphviz dot.