Questions tagged [tool-uml]

85 questions
1
vote
2 answers

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 model, such as UML etc. Just anything that works -…
Jason
  • 13,712
  • 15
  • 61
  • 104
1
vote
0 answers

How to use Green UML to reverse engineer java code

I found Green UML, a good UML tool that integrates well into Eclipse (and it is free) I could develop a class disgram with it easily. I am looking for a specific tutorial or help, which explains how to reverse engineer existing java code, into Class…
1
vote
1 answer

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 package =…
1
vote
1 answer

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 would like to automatically reverse engineer class…
Christine
  • 46
  • 4
1
vote
4 answers

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 manually construct something assisted by the UML…
Olav
  • 1,659
  • 4
  • 26
  • 47
1
vote
0 answers

When the Plantuml file is of 10K lines, Not able to generate the complete image rather only half the image is generated

I download the plantuml jar from the link : http://plantuml.com/de/download It is able to generate the image as png successfully for the Plantuml content But when the size of the plantuml content is above 10K lines, It is able to generate only half…
Harry
  • 2,251
  • 2
  • 29
  • 69
1
vote
1 answer

How the N-ary association works in class diagram?

i have three classes and each one of them has an association with same forth class, is it okey to use N-ary association in this case ?
1
vote
2 answers

Visual or UML tool to draw micro service connectivity

what is the best way to represent microservice and their connection to each other via UML diagram? any open source tool to create UML/Visualize the different microservice and their connections?
vkt
  • 1,111
  • 1
  • 12
  • 32
1
vote
4 answers

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 sure if a product like this exists, but would love…
Sheehan Alam
  • 57,155
  • 123
  • 348
  • 546
1
vote
1 answer

Apply stereotype to an InstanceSpecification

is it possible to Apply stereotypes to an InstanceSpecification? I'm using Papyrus. Thank you
By-tor
  • 111
  • 1
  • 5
1
vote
1 answer

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 of a bigger group?
Anna
  • 11
  • 2
1
vote
1 answer

how to synchronize source code with Enterprise Architect model?

I have a relatively big Java project. I am learning EA to see if it can help me with the code structure refactoring. I have generated the class diagrams with its reverse engineering feature. But I cannot find a way to synchronize the EA model with…
peterboston
  • 749
  • 1
  • 6
  • 21
1
vote
2 answers

UML Annotation >>

I have a Model in UML of visual studio and between two entities A y B are a --->>. I mean the Model has A --->> B What does it mean? Sorry for not paste a image, the problem is I am new in stack and yet I can"t post images with my reputation.
user5344646
1
vote
1 answer

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 one response so hopefully somebody here can…
ziggy
  • 14,901
  • 61
  • 181
  • 273
1
vote
2 answers

UMLet Bold Face Single Word

I need to figure out if there is a way in UMLet to apply boldfacing to a single word without imposing a line break. For example: read(out value) I don't see any way to do this. Does anyone know? Thanks!
AndroidDev
  • 18,031
  • 39
  • 126
  • 220