Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tools for creating Class Diagrams [closed]

Tags:

class

diagram

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.

like image 834
Randell Avatar asked Jul 27 '09 06:07

Randell


People also ask

Which software is used for class diagram?

Visual Paradigm Community Edition is a UML software that supports all UML diagram types. It is an international award-winning UML modeler, and yet it is easy-to-use, intuitive & completely free.

How do I create a class diagram automatically?

To build a class diagram, all you have to do is launch the Smartdraw's Automatic Class Diagram extension and point it at your repository. Load your source code and choose which files you want to include in your diagram. Click "Build Diagram" and you're done.


1 Answers

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.

like image 115
Ron Avatar answered Oct 24 '22 15:10

Ron