Alternative to the Enterprise Architect

Asked

Viewed 637 times

3

Does anyone know any tools for diagramming classes like EA? It does not need to be so complete only need class diagrams, and it would have to run in Ubuntu.

  • The answers make it clear that it is difficult to answer without incurring GTKY (nice to know what you like) which may be the main reason for the opinion-based closure.

  • The Open Office does not have?

  • Why close that question? I’m sure the answers can help a lot of people.

  • @Fábiolemoselizandro Não pode. Sopt is not a repository of links and opinions. The information contained here gives the false sense that the information is relevant to helping someone decide something with discretion but in fact it’s just a few users telling them what they like. Over time you will understand how Sopt is different from a forum where people put information without worrying about its relevance.

3 answers

2

As a suggestion, I strongly recommend the Astah*.

It has native build for Linux (Mac OS and Windows also) and has long been in the market. It started as Jude and then changed its name to Astah*.

The version Community which is free and caters to many cases where you only need a diagram and can export as an image.

And has the following diagrams:

  1. Class
  2. Use cases
  3. Sequel
  4. Activity
  5. Communicating
  6. States
  7. Component
  8. Deployment
  9. Composite structure
  10. Objects and Packages

There is a version Pro and also for students, I managed to get once just by sending a registration voucher. In this version there are 16 types of diagrams, it is already possible to export code and also do reverse engineering.

1

0


The Staruml is a great tool, very complete and free.

Features UML modeling capabilities, is extensible and features a very nice UX.

To use Staruml on Ubuntu, you will need to use Wine

Under Applications, select Ubuntu Software Center
Search by Wine if you haven’t installed it yet
Install the Wine
then just download and run as below
wget http://internap.dl.sourceforge.net/sourceforge/staruml/staruml-5.0-with-cm.exe
wget http://kegel.com/wine/winetricks sh winetricks vcrun6 msxml3
Wine staruml-5.0-with-cm.exe

This will install starUML on your system and run with Wine.

Source: http://jefferyhaynes.net/2009/12/12/getting-staruml-working-on-ubuntu-9-10/

Browser other questions tagged

You are not signed in. Login or sign up in order to post.