UML software for linux

I was never big on learning UML but I think it would make programming a
little easier if I made a UML chart to reference when I’m writing programs.
I don’t have enough time to draw UML charts by hand so I was wondering if
there are any programs for this in Linux.

rdoc uses graphviz to make pretty, vaguely (very vaguely) uml’ish
pictures.

John Carter Phone : (64)(3) 358 6639
Tait Electronics Fax : (64)(3) 359 4632
PO Box 1645 Christchurch Email : john.carter@tait.co.nz
New Zealand

John’s law :-

All advances in computing have arisen through the creation of an
additional level of indirection, the trick is to work out which
indirection is actually useful.

···

On Thu, 13 Mar 2003, anonimous wrote:

I was never big on learning UML but I think it would make programming a
little easier if I made a UML chart to reference when I’m writing programs.
I don’t have enough time to draw UML charts by hand so I was wondering if
there are any programs for this in Linux.

Hi There

···

On Thu, 2003-03-13 at 10:37, anonimous wrote:

I was never big on learning UML but I think it would make programming a
little easier if I made a UML chart to reference when I’m writing programs.
I don’t have enough time to draw UML charts by hand so I was wondering if
there are any programs for this in Linux.

Check these:

  • argouml
  • dia

Sacha

umbrello?

Bye,
Wilbert


Wilbert Berendsen (http://www.xs4all.nl/~wbsoft/)
“The most reliable proof that there are extraterrestrial intelligent
lifeforms out there is that nobody actually tries to get in contact
with us.” – Dirk Mueller

···

On Thursday 13 March 2003 03:37, anonimous wrote:

I was never big on learning UML but I think it would make programming a
little easier if I made a UML chart to reference when I’m writing
programs. I don’t have enough time to draw UML charts by hand so I was
wondering if there are any programs for this in Linux.

I was never big on learning UML but I think it would make programming a
little easier if I made a UML chart to reference when I’m writing programs.
I don’t have enough time to draw UML charts by hand so I was wondering if
there are any programs for this in Linux.

While auto-generated diagrams are handy, they’re only good if they are accurate.

I would suggest getting the book UML Distilled, by Martin Fowler and Kendall Scott, so that you know enough UML to verify the
diagrams.

http://isbn.nu/020165783X

James

Hi

Sorry misready our email.

Your looking from some tool which draw uml diagrams from code.

Sacha

···

On Thu, 2003-03-13 at 10:49, Sacha Schlegel wrote:

Hi There

On Thu, 2003-03-13 at 10:37, anonimous wrote:

I was never big on learning UML but I think it would make programming a
little easier if I made a UML chart to reference when I’m writing programs.
I don’t have enough time to draw UML charts by hand so I was wondering if
there are any programs for this in Linux.

Check these:

  • argouml
  • dia

Sacha

For the minimalist: http://www.umlet.com

···

On Wed, 2003-03-12 at 21:49, Sacha Schlegel wrote:

Hi There

On Thu, 2003-03-13 at 10:37, anonimous wrote:

I was never big on learning UML but I think it would make programming a
little easier if I made a UML chart to reference when I’m writing programs.
I don’t have enough time to draw UML charts by hand so I was wondering if
there are any programs for this in Linux.

Check these:

  • argouml
  • dia


– Jim Weirich jweirich@one.net http://w3.one.net/~jweirich

“Beware of bugs in the above code; I have only proved it correct,
not tried it.” – Donald Knuth (in a memo to Peter van Emde Boas)

John Carter wrote:

···

On Thu, 13 Mar 2003, anonimous wrote:

I was never big on learning UML but I think it would make programming a
little easier if I made a UML chart to reference when I’m writing
programs. I don’t have enough time to draw UML charts by hand so I was
wondering if there are any programs for this in Linux.

rdoc uses graphviz to make pretty, vaguely (very vaguely) uml’ish
pictures.

John Carter Phone : (64)(3) 358 6639
Tait Electronics Fax : (64)(3) 359 4632
PO Box 1645 Christchurch Email : john.carter@tait.co.nz
New Zealand

John’s law :-

All advances in computing have arisen through the creation of an
additional level of indirection, the trick is to work out which
indirection is actually useful.

Thanks for the suggestions everyone :slight_smile: