Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

22
votes
13answers
23k views

Best Free Professional Looking UML Tool?

I like the look of the Visual Studio Class Designers, but it doesn't give me the flexibility of designing before I implement the code. Also, I'd like to show interfaces, inheritance, and aggregation ...
11
votes
1answer
3k views

UML Sequence Diagram in Dia?

What's a good workflow (usage procedure) for creating a UML Sequence diagram in Dia?
3
votes
5answers
199 views

Best Class Diagram generator (not eclipse plugin)

I am looking for a stand alone class diagram generator that takes the root folder as input and generates the class diagram. Share some of the best tools you might have used.
3
votes
3answers
573 views

UML tools for Eclipse Helios

I'm using Eclipse Helios as IDE, specifically I am using the "modeling" version that may have all modeling plugins pre-installed. Unfortunately, I'm not able to find a compatible version of UML2 ...
3
votes
1answer
142 views

How to convert an activity diagram to a petrinet, synthesize it and then analyse it?

I am doing a project on Petri nets. I have generated an activity diagram (in the .xmi format) using the UML tool Umbrello. I need to convert it to a Petri net and then synthesize it using the tool ...
2
votes
1answer
86 views

Enterprise Architect Synchronize with Code

I am learning EA. I did reserve engineering with my java code and generated some class diagrams. Then I changed my code and copy over to EA project (delete the original source code which EA used and ...
2
votes
4answers
338 views

Simple UML tools

I am looking for a simple UML-tool that will let me do for example a sequence diagram quicker and better than Word from scratch (Without spending to much time on learning the tool, and with the tool ...
2
votes
2answers
105 views

Is there any tool to generate UML diagrams based on a custom grammar?

I need a tool/lib to generate UML diagrams from source of a custom programming language grammar. Is there a tool with API or another method to relatively easily tell to generator how it should to ...
1
vote
2answers
66 views

are there any alternatives to yUML

I'm looking for an alternatives to yUML, preferably open source. Sure yUML is great and I really like it, but I would like to be able to extend it. I'm also interested in other services in the same ...
1
vote
1answer
15 views

How to add an InstanceSpecification to a Package using org.eclipse.uml2 API

Here is a simple task for you who know the org.eclispe.uml2 API: I'd like to add an org.eclipse.uml2.uml.InstanceSpecification to an org.eclipse.uml2.uml.Package, but how is that done? Package ...
1
vote
2answers
40 views

UML tool to document code

In our project, we use UML to document our code when we deliver it to our customers. Sometime we may draw some UML to understand a problem, but there are exceptions. We work in C++ and C#. We ...
1
vote
6answers
112 views

What UML Tools do you know?

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 ...
1
vote
4answers
128 views

Understanding C++ codebase with UML-tools

I am trying to understand a C++ codebase. I have used some free tools that will scan the code and produce diagrams, but they are not so easy to understand. What I think would be useful is to ...
1
vote
5answers
283 views

Are there any software to generate UML Diagrams from analyzing code?

I have a complex application with lots of class files. I'm using Doxygen to generate some documentation, but would love a tool that can statically analyze my code and generate some UML diagrams. Not ...
1
vote
1answer
148 views

UML Use Cases: representation of a specific actor that is in a group

Lets say that I have 2 groups consisted of 2 sub-groups. Each sub-group is consisted of 2 actors. How can I represent in a UML use-case this actor who is member of a specific sub-group which is part ...
1
vote
0answers
178 views

Software Requirement Specification for UML Tool

I'm searching for a software requirement specification for an UML Tool / Software (which supports software (re)engineering). I didn't find any SRS for any UML tool. Thanks in advance.
1
vote
1answer
999 views

Eclipse UML2 Tools - Sequence diagram

I have spent at least 2 weeks now trying to find out how to do something really simple on UML2Tools but i just cant figure it out. I even posted at the Eclipse newsgroups but for some reason not even ...
0
votes
0answers
13 views

Tool for generating UML class diagram from Doctrine annotations

I am looking for a tool that would generate an UML class diagram from Doctrine's @ORM annotations. Especially showing the relations between entities would be useful. Is there any such tool?
0
votes
2answers
33 views

Tool for creating UML

I have a general question about UML. Do you know about a tool (free) that diagram all the connections (aggregate) and inheritance that are in a program. I want a combination of static UML + the ...
0
votes
1answer
18 views

Database relationship modeling - sqlite

I have a database with several tables in it stored in sqlite. I'm looking for a product or piece of code that will turn this into a relationship diagram for me - it doesn't have to be a specific ...
0
votes
1answer
41 views

A way to use UML Diagrams between Intellij IDEA Ultimate / CE and other IDE

I find IDEA being by far my favourite IDE. The only problem i am seeing is that Ultimate editions HAS UML Diagrams, the community edition doesn't have that feature (Code Navigator plugin isn't ...
0
votes
1answer
46 views

UML tool which can generate sequence diagram from “execution” of C++[native] code

Anybody knows a UML tool which can generate sequence diagram from C++ [native] code?
0
votes
1answer
117 views

I have to draw Data Flow diagram when to use Oval and when to use rectangle

I have to draw Data Flow diagram can any body please help me. For External entity I am using the Oval and for process I am using the rectangle I am beat confused In this when to use oval and when to ...
0
votes
2answers
320 views

Using UMLGraph in Eclipse to Reverse Engineer Java Class Diagram (with or without LightUML) on MacOSX

I am about to leave my position and I need to leave documentation for the maintenance of my Java program. The class diagrams I designed at the start of my project are all out of date, to save time I ...
0
votes
1answer
49 views

How to draw the following architecture?

I am just wondering which program should I use to draw like the following system architecture in http://www.skelta.com/products/Workflow/architecture.aspx I used visio before but I do not know how to ...
0
votes
1answer
182 views

StarUML defining interface methods and attributes in the interface icon?

I'm just using StarUML to create my UML Class diagram and something is bothering me. I create an interface representation, which is a circle, however, there is no room to add which methods and ...
0
votes
4answers
195 views

Free UML tool, ideally for .NET [closed]

Could anyone suggest an UNL tool that meets the following requirements, which you have used and would like to recommend (please provide pros and cons of the tool you recommend, if possible). 1) free, ...
0
votes
1answer
156 views

UML Eclipse Helios problem

I need to build a class diagram and for do it I want to use UML 2 for Eclipse Helios but I can't find how to install it. Please help!
0
votes
1answer
126 views

MSCGen for Mac OS X

I am starting a new SW project between client and server and would like to utilize some SW tools for constructing the message flow. Is there any one has MSCGen that is built for Mac OS X ?
0
votes
0answers
72 views

generate c++ or java code from activity diagrams using umbrello uml modeller

How to generate c++ or Java code from activity diagrams using Umbrello UML modeller?
0
votes
2answers
112 views

How to use a class defined in another .uml file using Papyrus UML?

I'm Using Papyrus UML and I have to use in my diagram, a class which is defined in another .uml file. HowI can do it? Thank you
0
votes
2answers
345 views

Open Source/Free .. UML/Design tools

I was planning to generate UML diagrams (Class and Sequence mainly) from source code of my Java application. I was also looking for ways to generate source code from my UML diagrams. I looked at ...
0
votes
1answer
93 views

Apply stereotype to an InstanceSpecification

is it possible to Apply stereotypes to an InstanceSpecification? I'm using Papyrus. Thank you
0
votes
1answer
319 views

Creating UML's for PHP projects

I write web applications based on PHP. I use PHP5, with OOP concepts and smarty as a template engine. I was working on a project and my client is asking me to give a UML diagram of the model. I ...
0
votes
2answers
106 views

Community edition UML tool

Can anyone suggest me a free or community edition UML tool for C++. Any UML tool is fine but I need something that can generate class templates for c++. Why I need to generate class codes is because, ...
0
votes
3answers
671 views

Reverse engineering C++ - best tools and approach

I am sorry - C++ source code can be seen as implementation of a design, and with reverse-engineering I mean getting the design back. It seems most of you have read it as getting C++ source from ...
0
votes
2answers
432 views

using the starUml, the align problem

I am using the StarUml to draw some component dialog,however I found that it is to difficult to make a straight line straight enough. As shown in this image: the example image In visio, when I want ...