我正在尝试选择一个工具来创建各种类型的UML图。对我来说,可用性是一个主要的标准,但我仍然会以更陡峭的学习曲线获得更多的权力,并感到高兴。免费(就像啤酒一样)会很好,但如果工具值得的话,我愿意付钱。我应该用什么?


当前回答

在我尝试了大多数其他免费工具后,TopCoder UML Tool为+1。 我的理由是:

1)该工具可以将UML图保存为人类可读的格式XMI,因此可以很容易地将文件提交给版本控制系统。

2)支持撤销/重做(这是我释放ArgoUML的原因)。

3)图表保存在一个文件中,与“工作区”或“项目”没有紧密联系。

StarUML也很好,尽管它很老了。不幸的是,它不再被开发/维护。

其他回答

如前所述,ArgoUML是UML 1.4的一个不错的工具,并且最近(2008年秋季)收到了一些非常需要的维护更新。

对于序列图,请尝试websequencediagrams.com。这是一个免费增值的产品(基本任务免费,高级功能付费),可以让你快速绘制出一个图表,而无需对线条和模板进行任何繁琐的操作。

Alice->Bob: Authentication Request
note left of Bob: Bob thinks about it
Bob->Alice: Authentication Response

我强烈推荐BOUML。它是一个免费的UML建模应用程序,它:

is extremely fast (fastest UML tool ever created, check out benchmarks), has rock solid C++, Java, PHP and others import support, is multiplatform (Linux, Windows, other OSes), has a great SVG export support, which is important, because viewing large graphs in vector format, which scales fast in e.g. Firefox, is very convenient (you can quickly switch between "birds eye" view and class detail view), is full featured, impressively intensively developed (look at development history, it's hard to believe that such fast progress is possible). supports plugins, has modular architecture (this allows user contributions, looks like BOUML community is forming up)

相信我,没有更好的工具了。与BOUML相比,StarUML是一个弱智的海龟。ArgoUML根本不起作用。Dia是一个人机工程学^-1软件。

我推荐Software Ideas Modeler。它有很多功能和直观的GUI。

你也可以从Lucid Chart中找到uml和其他类型的图表。