将 Eclipse(建模工具)中的 UML 类图映射到实际类
我正在为 Eclipse 中的学生寻找一个“可逆向工程”的建模系统。
目前,我正在研究 Ganymede 版本中的 Eclipse 建模工具 (http://www.eclipse.org/downloads/packages/eclipse-modeling-tools-includes-incubating-components/ganymedesr2)
我对 Eclipse 中的 UML 建模设计界面很满意用于构建 UML 模型。
但是,有人知道如何将它们映射到代码并来回映射吗?
我有点被宠坏了,因为我一直在 Visual Studio 中这样做。
I'm looking at a "reverse-engineerable" modelling system for students in Eclipse.
Currently, I'm looking at the Eclipse modelling tools in the Ganymede release (http://www.eclipse.org/downloads/packages/eclipse-modeling-tools-includes-incubating-components/ganymedesr2)
I'm happy with the UML modelling design surfaces in Eclipse for building UML models.
But, does anyone know how to map these to code and back and forth?
I'm a little spoiled, because I do this all the time in Visual Studio.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为 Eclipse 默认提供逆向工程,但我确信像 Omondo 这样的供应商可能有(甚至是免费的)插件。
但我在 NetBeans(也是免费的)中看到了正向和反向工程(也适用于序列图!)。 看上去蛮好用的。
I don't think Eclipse ships reverse engineering by default, but I'm sure vendors like Omondo may have (even free) plugins for that.
But I saw forward- and reverse-engineering (also for sequence diagrams!) in NetBeans (also free). It looked quite usable.