在 ArgoUML 中导入 Mysql Workbench UML 图
我有一个大数据库,我需要创建一个 uml 图。
我发现自动执行此操作的唯一程序是 Mysql Workbench,但我不喜欢它工作。我通常和阿古姆一起工作。
Mysql Workbench导出一个.mwb,这是一个压缩文件,里面有一个xml文件。此 xml 不兼容在 Argouml 中导入。 Argouml 仅导入 .xmi 文件。
如何将 mwb 文件转换为 xmi 文件?或者是否有其他程序可以从 .sql 文件或数据库连接创建 uml 并导出到 .xmi 中?
I have a big database and I need to create an uml diagram.
The only program I find to make this automatically is Mysql Workbench, but I don't like it to work. I usually work with Argouml.
Mysql workbench exports a .mwb, this is a compressed file with an xml file inside. This xml is not compatible to import in Argouml. Argouml only imports .xmi files.
How can I convert mwb to xmi file? or is there any other program to create uml from .sql file or database connection and export in .xmi?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能会考虑使用DB Designer 4,因为它与 Mysql Workbench 集成。不过我个人并没有使用过这个。另外,相关问题供您考虑。
最后,假设ArgoUML可以导入XSI格式的UML,那么这个脚本(mysql2xmi.sh)可能工作,来自 http://uml.sourceforge.net/developers.php
祝你好运,我会尝试浏览 XSI 格式的 UML,这是最受支持和可移植的。
You might consider using, DB Designer 4 as it integrates with Mysql Workbench. I have not personally used this however. Also, for your consideration, Related question.
Finally, assuming ArgoUML can import XSI formatted UML then this script (mysql2xmi.sh) might work, from http://uml.sourceforge.net/developers.php
Good luck, I would try and go through XSI formatted UML, most supported and transportable.
如果您想坚持使用 ArgoUML,您可以使用 argouml-db 从数据库进行逆向工程。
If you want to stick with ArgoUML, you can reverse engineer from the database using argouml-db.