What UML Tools do you know? [closed] - uml

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I'm designing a system and I'll use UML as Modeling, I would like that you talk about some Tools that support Diagrams UML, I Know Visual Paradigm, but unfortunately it isn't a free software, I need a good tool compatible with Linux.

If you have no java code generation and only need an UML graphical free tool then Papyrus or Topcased is what you need. These are Eclipse plugins and are really good at graphical level because they use the GMF framework.
UMLet is also a good choice because really easy to use.

yEd Graph Editor is pretty neat and free:
http://www.yworks.com/en/products_yed_applicationfeatures.html
Download:
http://www.yworks.com/en/products_yed_download.html

Probably this may help:
http://en.wikipedia.org/wiki/List_of_Unified_Modeling_Language_tools

Try boUML , and it is free
boUML

If you are starting from scratch and do not require reverse engineering, i would recommend Violet UML or Visual Paradigm Both have helped me greatly when modelling. Btw there is a free community version of Visual Paradigm

Related

Is there any free or low cost tool for drawing sequence diagrams? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have been using Visual Studio ultimate to draw sequence diagrams. Visual Studio sequence diagrams are quite easy to work with and I am much more productive compare to drawing them in Visio.
However, Visual Studio Ultimate is quite expensive. Is there any free or low budget tool for drawing sequence diagrams?
Thank you,
Yes Allan , IBM provides its Rational Software for all types of diagrams including sequence diagram. They provide free trial of that. Even for most of the university students, they provide it free for academic sessions.
Check this link
You can also prefer previous answers of stackoverflow
Free Sequence Diagram Tool
Hi you could use Argo UML its good tool and free http://argouml.tigris.org/

Free online UML tool [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for free online (flash, silverlight, or javascript - simply "browser-based") tool for creating UML diagrams & ER diagrams. In the past, there was great tools like cacoo.com, creately.com, gliffy.com, or lucidchart.com. But now, they are all paid or limited for free users.
So, is there any free online tools, which can do that?
Thank you for your tips.
GenMyModel seems to match: UML tool. It is an online modeler in the cloud. It does more than drawing as you get models conforming the UML metamodel. It's free and online. Presently for class diagrams and use case diagrams.
EverGraph is free for use and despite being notation agnostic can handle program structure / architecture visualization: http://evergraph.io

How are command-line GUIs made? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I've always wanted to know how CL GUIs like top or nano or vi are constructed? I have a need to actually make one and am looking for a guide or tutorial on the general idea behind them.
Here is a bunch of them.
Also there is a list.
CDK
Dialog
ncurses
Newt, a widget-based toolkit
PDCurses
SMG$
Turbo Vision
You could start by reading about ncurses, it’s a very well-known library to draw on the terminal
Check out TWIN (apparently, inspired by Turbo Vision) by Massimiliano Ghilardi. More screenshots are available here. Be sure to use the GitHub version, as SourceForge repository has been unmaintained since 2002.
If you don't mind your GUI running in a JVM, take a look at Lanterna (Java and Clojure bindings).
I've also seen a post about Turbo Vision "ported" to (or rather rewritten using) C# and XAML, but haven't had a chance to examine it.

Use case diagrams [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
What are the free options for creating use case diagrams under Windows? I need some simple use case diagrams for a school project.
Why install anything when you can use free online tools such as
http://creately.com/
http://yuml.me/
http://www.gliffy.com/uses/uml-software/
There are multiple options, but not yet mentioned are:
Cacoo - web tool for creating various diagrams,
Dia - standalone toolf for creating diagrams, with Win32 version also available in downloads,
When I remember right, there is a community edition of Magic Draw (the leading app?): https://www.magicdraw.com/
I already used Poseidon (Community) and ArgoUML, both not really convenient.
Recently I found a great tool called yEd: http://www.yworks.com/de/products_yed_about.htm This can be run via web start. Not really UML but use cases are perfect with yEd.
Apparently there is already something in Eclipse: http://www.eclipse.org/modeling/mdt/?project=uml2 I did use it to test. Not yet convincing usability.
Wikipedia says: http://en.wikipedia.org/wiki/List_of_Unified_Modeling_Language_tools
Edit!
Don't miss the stackoverflow search top right of this page.
There's a pretty nice tool called UML Pad.
http://web.tiscalinet.it/ggbhome/umlpad/umlpad.htm

Where can i download some good software design document? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Right now i am designing a software, and i need some good documents for reference.
Where can i download some good system design or UI design documents ?
by the way, i don't want just some document template.
Thanks in advance!
Regards,
It's a bit hard to answer your question because it's a little vague. Are you talking technical documentation (eg low-level and/or high-level designs, architecture documents, etc) or more business-level documentation (eg requirements, functional specification)?
I would say of these the func spec is the most important, in which case I'd suggest reading:
Painless Functional Specifications - Part 1: Why Bother?
Painless Functional Specifications - Part 2: What's a Spec?
The Project Aardvark Spec
for a good intro and a good sample func spec (last link).

Resources