Is there any uml tools(as Rose) on ubuntu ? thanks

link|improve this question

3  
This is not a programming question nor a complete Ubuntu question. I'm not sure but ubuntu.stackexchange.com might be the right place to post this question. – bdhar Sep 20 '10 at 7:46
2  
I'm not sure I can agree there, @bdhar. The FAQ specifically states "software tools commonly used by programmers". It might be suitable for ubuntu-se as well but I still think it's appropriate here. – paxdiablo Sep 20 '10 at 7:53
@paxdiablo-thanks for the clarification! :) – bdhar Sep 20 '10 at 8:23
feedback

7 Answers

up vote 16 down vote accepted

I use Dia for drawing UML diagrams (as well as other diagrams), but it cannot generate code (at least not without some additional tools, like dia2code). It's more like a general-purpose diagram drawing tool with a decent support for UML.

Umbrello is a tool dedicated to UML-based modelling. It's comparable to Dia in terms of drawing, plus it can export and import code from/to several languages.


The above apps are, in my opinion, the best you can get from Ubuntu. Nevertheless, there are several other apps/libraries that are somehow related to UML modelling. Open System -> Administration -> Synaptic Package Manager and type "uml" in the search box.

link|improve this answer
for lucid, 10.04 w/ gnome Umbrello is crashing every 20 mins – wespiserA Jun 25 '11 at 1:11
Umbrello looks like it hasn't been touched since 2008. – HDave May 7 at 20:35
feedback

I use argoUML, and it can also generate code. It seems it is not very updated to the last UML standards, but it can succesfully generate C++, Python, and PHP code. I find it very useful.

http://argouml.tigris.org/

More info at:

http://en.wikipedia.org/wiki/ArgoUML

link|improve this answer
There is a PPA for ArgoUML called "GetDebs". Read more here: ubuntuupdates.org/ppa/getdeb_apps?dist=precise – HDave May 2 at 13:26
feedback

Dia is a powerful program that handles UML quite well.

link|improve this answer
1  
And the resulting diagrams look horrible. Is true that Dia can handle a lot of things well, but I believe they should "hire" an artist to improve the looks of their resulting pictures. – Andrei Ciobanu Sep 20 '10 at 8:36
@Andrei True, but on the bright side: when you see a diagram you immediately know whether it was made using Dia :) – Bolo Apr 20 '11 at 11:25
That's subjective. In my opinion, they look very nice and professional. – Delan Azabani Apr 20 '11 at 11:37
feedback

If you don't mind using java-apps then you should get an eye on yed. Graphs look a bit nicer than in dia. Dia is fine though.

link|improve this answer
feedback

I used Dia once in a while, but I do not like it.

I've recently tried Gaphor, which doesn't try to address other diagrams than UML and which is pretty good. I'd really give Gaphor a try if I were you.

link|improve this answer
feedback

Go for Eclipse Modeling Tools. I am just going for it, you may install it on top of existing eclipse http://www.vogella.de/articles/UML/article.html

It is platform independent. It is developed constantly.

link|improve this answer
feedback

I used EclipseUML Omondo with Ubuntu. It worked really well but the price of the tool is really too high !!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.