Questions tagged [tool-uml]
86 questions
2
votes
2 answers
Nice free tool to create an UML Composite Structure Diagram
There are a lot of UML Diagrams besides the well known use cases, and class, activity and sequence diagrams. Those other diagrams are not so common, so not all the diagram tools for UML include them.
That's the case of the UML Composite Structure…

chelder
- 3,819
- 6
- 56
- 90
2
votes
2 answers
Generating UML class diagrams from Grails domain model
Is there a tools or plugin which generates UML class Diagram from grails domain Model?

Abdennour TOUMI
- 87,526
- 38
- 249
- 254
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
- 15,064
- 15
- 65
- 105
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…

Jeevan Sunkersett
- 79
- 2
- 5
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 =…

Andreas Jakobik
- 33
- 4
1
vote
1 answer
Is it possible to Link a specific class or line of method from source code to the UML diagram for PlantUML IntelliJ Plugin?
I am using the PlantUML Integration plug-in to create a class diagram following the documentation:
enter link description here
Would it be possible to link the actual class or the method line to the class diagram?

Xin Zhang
- 103
- 1
- 9
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,758
- 4
- 27
- 49
1
vote
1 answer
How to create an UML diagram in Android Studio - JAVA via sofrware
so i have a big Android Studio Java project and i need to write an UML.
Because the project is big i would love to get an add on / software who will do it for me =)
tnx! =)

adi trach
- 11
- 2
1
vote
1 answer
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
- 3,072
- 6
- 43
- 100
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 ?

Mohamed Hmini
- 81
- 9
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,401
- 2
- 20
- 46
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
- 60,111
- 124
- 355
- 556
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
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
- 877
- 1
- 12
- 24