You are not logged in.

#1 2010-11-29 14:29:22

nXqd
Member
Registered: 2010-07-01
Posts: 173

Are there any uml tools on linux ?

I'm looking for a simple uml tool in linux.Because I'm doing my excercise from school and I want to do it in linux instead of switching to windows. And at least, it can import and export uml file from staruml.
Thanks guys smile


When you live for a strong purpose, then hard work isn't an option. It's a necessity. - Steve Pavlina
dotFiles

Offline

#2 2010-11-29 14:32:03

alterecco
Member
Registered: 2009-07-13
Posts: 152

Re: Are there any uml tools on linux ?

You can use dia to draw uml diagrams. Don't know if it does what you need though

Offline

#3 2010-11-29 14:39:53

frabjous
Member
Registered: 2010-07-13
Posts: 367

Re: Are there any uml tools on linux ?

There are several LaTeX packages for uml; here's the result of searching CTAN for uml (though this brings up some unrelated stuff too).

Turning in homework assignments prepared in LaTeX is a great way to impress your instructors. See here for a list of some beginner resources, and texlive in the wiki for installation on Arch.

Offline

#4 2010-11-29 14:42:09

joven
Member
Registered: 2010-03-27
Posts: 19

Re: Are there any uml tools on linux ?

MagicDraw is by far my favorite UML app. I've been using it for years. Its commercial, but the personal edition is pretty cheap. Runs on Windows, Mac, and Linux.

Offline

#5 2010-11-29 14:52:28

nXqd
Member
Registered: 2010-07-01
Posts: 173

Re: Are there any uml tools on linux ?

@frabjous: Thanks for suggesting latex. I really want to dig in latex + vim but I don't have much time now. And 89% of my friends use Windows [so sad], so I'm gonna find a crossplatform one. I'll bookmark all of your links smile

@joven: After a glance through all tools listed here : http://en.wikipedia.org/wiki/List_of_Un … uage_tools , MagicDraw is the best featured but I really don't need that much.

I'm gonna try argoUML and MagicDraw.


When you live for a strong purpose, then hard work isn't an option. It's a necessity. - Steve Pavlina
dotFiles

Offline

#6 2010-11-29 16:02:19

frabjous
Member
Registered: 2010-07-13
Posts: 367

Re: Are there any uml tools on linux ?

nXqd wrote:

@frabjous: Thanks for suggesting latex. I really want to dig in latex + vim but I don't have much time now. And 89% of my friends use Windows [so sad], so I'm gonna find a crossplatform one. I'll bookmark all of your links smile

LaTeX and vim are both completely cross-platform. (And of course you don't need to use vim for LaTeX, though it helps. Don't try to learn both at once, whatever you do.)

Last edited by frabjous (2010-11-29 16:03:13)

Offline

#7 2010-11-29 16:09:02

nXqd
Member
Registered: 2010-07-01
Posts: 173

Re: Are there any uml tools on linux ?

frabjous wrote:
nXqd wrote:

@frabjous: Thanks for suggesting latex. I really want to dig in latex + vim but I don't have much time now. And 89% of my friends use Windows [so sad], so I'm gonna find a crossplatform one. I'll bookmark all of your links smile

LaTeX and vim are both completely cross-platform. (And of course you don't need to use vim for LaTeX, though it helps. Don't try to learn both at once, whatever you do.)

I already learn vim and I am really happy to know that there's latex-vim. But our deadline is near, and we've started using starUML from beginning so it'll take time if we make a switch .
But your idea is great, I'll keep that in mind and i'll use latex in my next project smile


When you live for a strong purpose, then hard work isn't an option. It's a necessity. - Steve Pavlina
dotFiles

Offline

#8 2010-11-29 16:58:21

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: Are there any uml tools on linux ?

I'm surprised people are suggesting anything besides Dia. I always assumed Dia was the standard most-common cross-platform easy-to-use free UML application. I didn't even know UML applications besides Dia existed. hmm

Offline

#9 2010-11-29 17:42:21

eDio
Member
From: Ukraine, Kyiv
Registered: 2008-12-02
Posts: 422

Re: Are there any uml tools on linux ?

I'd suggest Umbrello from KDE SC. It is outstanding tool. The only issue — it is not very stable, so you should save your progress frequently.

From it's advantages I'd like to mention
1. UML is virtually backed by code (dunno, how to explain correctly), this is not only a graphic editor. You can create, f.ex. custom datatypes, make all possible relations, and all your actions will be then represented as graphics.
2. It supports usecase diagrams, class, component, deployment and relation diagrams. Moreover, for the last type it can generate a valid SQL code.
Ideally, it should generate code for class diagrams too, but the last time I used it, this feature was only declared, but not implemented. At least, for Java.

Also there are Java ArgoUML and Violet.
The first one is also a real UML editor and is even better than Umbrello, it has no relation diagrams, but supports flowcharts, sequence diagrams and some more.
And the other is just a graphic editor, like DIA.

Last edited by eDio (2010-11-29 17:57:21)

Offline

#10 2010-11-30 07:31:30

teh
Member
From: Tijuana, Mexico
Registered: 2009-07-07
Posts: 374
Website

Re: Are there any uml tools on linux ?

Dia. Quicky, easy and effective


arst

Offline

#11 2010-11-30 07:36:57

shpelda
Member
Registered: 2008-08-07
Posts: 59

Re: Are there any uml tools on linux ?

try umlet. You can create small diagrams very quickly..

Offline

#12 2010-11-30 10:17:26

shwick
Member
Registered: 2010-09-16
Posts: 31

Re: Are there any uml tools on linux ?

If you use NetBeans, it has a uml plugin that's not half bad too.

Offline

#13 2010-12-02 13:29:34

Deckard
Member
From: Munich/Germany
Registered: 2010-01-31
Posts: 14

Re: Are there any uml tools on linux ?

+1 for umlet. A really nice tool, which also integrates nice into eclipse if you're into something like that. wink


If the only tool you have is a hammer, you tend to see every problem as a nail

Offline

#14 2010-12-03 13:44:18

umllearner
Member
Registered: 2010-12-03
Posts: 2

Re: Are there any uml tools on linux ?

You should try Modelio Free Edition. It works on Linux and provides a full support of UML 2 diagrams.
It is really quick to start modeling with this tool.

Offline

#15 2010-12-03 14:37:33

Hyugga
Member
From: Santiago, Chile
Registered: 2010-03-26
Posts: 335

Re: Are there any uml tools on linux ?

Pacman -Ss uml. There are a lot of apps.

Offline

#16 2010-12-03 15:06:59

SanskritFritz
Member
From: Budapest, Hungary
Registered: 2009-01-08
Posts: 1,924
Website

Re: Are there any uml tools on linux ?

bauerbill -Ss uml. There are even more wink


zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)

Offline

#17 2010-12-03 17:23:32

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: Are there any uml tools on linux ?

To find out what is available in Arch, all you need is a browser:
http://www.archlinux.org/packages
http://aur.archlinux.org

Just search for "uml".

(Only to remind of some basics... wink )


To know or not to know ...
... the questions remain forever.

Offline

#18 2010-12-03 18:57:32

amen
Member
Registered: 2009-08-02
Posts: 44

Re: Are there any uml tools on linux ?

Try yEd - graph editor (not only UML). Written in Java.

Offline

Board footer

Powered by FluxBB