在 ArgoUML 中导入 Mysql Workbench UML 图

发布于 2024-12-23 02:23:21 字数 266 浏览 1 评论 0原文

我有一个大数据库,我需要创建一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

谈场末日恋爱 2024-12-30 02:23:21

您可能会考虑使用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.

熟人话多 2024-12-30 02:23:21

如果您想坚持使用 ArgoUML,您可以使用 argouml-db 从数据库进行逆向工程。

If you want to stick with ArgoUML, you can reverse engineer from the database using argouml-db.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文