Alternative for enterprise architect [closed]

3

Does anyone know of any tool for class diagramming like EA? It does not have to be so complete I just need class diagrams, and it would have to run on ubuntu.

    
asked by anonymous 20.08.2014 / 15:45

3 answers

0

StarUML is a great tool, very complete and free.

It has UML modeling capabilities, it is extensible and has a very nice UX.

To use StarUML in Ubuntu, you will need to use Wine

  

Under Applications, select Ubuntu Software Center
  Search for Wine if you do not have it installed yet   Install Wine
  then just download and run as below   wget link
  wget link sh winetricks vcrun6 msxml3
  wine staruml-5.0-with-cm.exe

     

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

Source: link

    
20.08.2014 / 15:53
2

As a suggestion, I highly recommend the Astah * .

It has native builds for both Linux and Mac OS and is a long time in the market.

It started as Jude and then changed its name to Astah *.

The Community version is free and serves many cases where you only need one diagram and can export as an image.

And it has the following diagrams:

  • Class
  • Use cases
  • Sequence
  • Activity
  • Communication
  • States
  • Component
  • Deployment
  • Composite structure
  • Objects and Packages
  • There is a Pro version and also for students, I got one once only by submitting a registration form. In this version there are 16 types of diagrams, you can already export code and also reverse engineering.

        
    20.08.2014 / 16:49
    1

    Use Visual Paradigm , which support for Linux . It's the most complete UML tool I know.

    It has Community and Pro version.

        
    20.08.2014 / 17:49