Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Please suggest tools for creating Class Diagrams with the following criteria:

  • It should be platform-independent because I use Linux and the file is expected to be edited by other members of the team using Windows/Mac
  • Free, because there no such free tool, we should create one
  • It would also be nice if you can include a screenshot of the class diagram produced, just to make sure that the tool is actually used for creating Class Diagrams and not just any other types of diagrams

Also, please only suggest the tools that you've actually used.

UPDATE: Please DO NOT include those UML Diagram tools that cannot create Class Diagrams.

share|improve this question
4  
Have you tried google? It's really good at this sort of thing...!! – Mitch Wheat Jul 27 '09 at 6:48
why do you need platform independent? Do you work on all platforms? – Mitch Wheat Jul 27 '09 at 6:49
2  
I only work on Linux. But the diagram should also be editable by other members of the team using Windows/Mac. – Randell Jul 27 '09 at 6:54
Dupe of stackoverflow.com/questions/737431/… among many others – anon Jul 27 '09 at 8:31
UML is too generic for my need. Some of those tools might be able to create UML Diagrams, but not Class Diagrams. – Randell Jul 27 '09 at 9:08
show 1 more comment

12 Answers

I used Poseidon UML Community Edition, it's platform independent and makes fine and clean diagrams. There are some screenshots here.

share|improve this answer
2  
(+1) Great piece of software, and not a capsizing oceanliner in sight. – butterchicken Jul 27 '09 at 6:56

Some time ago I used DIA - free and platform-independent. It was ok. Now I use Enterprise Architect but it's not free.

share|improve this answer

A nice online tool: yUML

share|improve this answer

BOUML is free, can reverse-engineer Java and C++

share|improve this answer

I use StarUML. It works quite good.

share|improve this answer

I've used Enterprise Architect in the past - not free, but not too expensive, and it produces nice diagrams.

share|improve this answer

I have used both Poseidon UML and Enterprise Architect and must say that I prefer Poseidon but wasn't fully satisfied with any of them. I'm currently building a free service with an even clearer interface, will let you know when I'm done.

share|improve this answer

I always use www.gliffy.com works perfectly and does lots of things including class diagrams.

share|improve this answer

I use GenMyModel, first released in 2013. It's a real UML modeler, not a drawing tool. Your diagrams are UML-compliant, generate code and can be exported as UML/XMI files. It's web-based and free so it matches your criteria.

share|improve this answer
Experimenting it and it's really nice and clean! The login is pretty straight forward with g+ account. +1 for sure! :) – Ian Medeiros Apr 4 at 18:25

Since all these tools lack a validation function their outcomes are just drawings and no better tool for creating nice drawings is a piece of paper and pen. Afterwards you can scan your diagrams and insert them into your team's wiki.

share|improve this answer
Enterprise Architect does include validation, and is a modeling tool, not a diagramming tool. – John Saunders Jul 29 '09 at 16:07
One of the prerequisits was "Free, because there no such free tool, we should create one" – Boris Pavlović Jul 30 '09 at 8:03
Something like Yuml.me turns a few lines of text into a better drawing than I can make, and best of all is re-editable. Spare a thought for those of us who are artistically challenged :) – Sean Apr 4 at 17:55

Try Hierarchy.

share|improve this answer

Umbrello UML Modeller is a Unified Modelling Language diagram programme for KDE. UML allows you to create diagrams of software and other systems in a standard format. Our handbook gives a good introduction to Umbrello and UML modelling. http://uml.sourceforge.net/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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