简体   繁体   English

Objective-C 的类建模替代方案

[英]Class Modeling alternatives for Objective-C

由于 Xcode 4 中取消了类模型工具,您可以为 Objective-C 的 UML 建模工具推荐哪些其他替代方案?

OmniGraffle does UML diagrams. OmniGraffle 做 UML 图。

It doesn't generate code, though.但是,它不会生成代码。

You can use yEd ... not the best solution and does not generate graphs as OmniGraffle can do but at least it can export in SVG and use GraphML files to store the data.您可以使用 yEd ... 不是最好的解决方案,也不会像 OmniGraffle 那样生成图形,但至少它可以导出为 SVG 并使用 GraphML 文件来存储数据。 (and it is fee) (而且是收费的)

http://www.yworks.com/en/products_yed_helpresources.html http://www.yworks.com/en/products_yed_helpresources.html

我推荐Visual Paradigm只需点击几下,它就可以非常快速地完成

将包含 Xcode 项目文件的文档文件夹拖放到 Dock 上的 OmniGraffle 图标上,OmniGraffle 将生成 UML 图。

A little late to the party, but there is a new tool that did the work for me:聚会有点晚了,但有一个新工具为我完成了这项工作:

https://github.com/yoshimkd/swift-auto-diagram https://github.com/yoshimkd/swift-auto-diagram

The ones mentioned on other posts didn't work.其他帖子中提到的那些不起作用。

I hope it helps我希望它有帮助

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM