Questions tagged [tool-uml]

86 questions
0
votes
1 answer

why executing umlgraph command sets UMLGRAPH_HOME path to "lib"?

UMLGRAPH_HOME=C:\Program Files\Java\jdk1.8.0_241\lib The above is the path set before the execution of "umlgraph" command in command line. After my execution, the path changes to lib as UMLGRAPH_HOME=lib. umlgraph command check So, my questions are…
Saranya
  • 31
  • 4
0
votes
1 answer

PlantUML object layout control is not working, how to deal with that?

@startuml rectangle "System Architecture" as map { rectangle "Problem" as problem { rectangle "Quantity" as quantity { } } rectangle "Soluation" as solution { rectangle "Flow 1" as flow_1 { } …
http8086
  • 1,306
  • 16
  • 37
0
votes
2 answers

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
By-tor
  • 111
  • 1
  • 5
0
votes
1 answer

When to use aggregation, association?

is there any why to know which one of two types of interaction mentioned[aggregation or association] should be used in class diagram ? is it even matter to specify which one to use in a certain interaction ?
0
votes
2 answers

SPARX Enterprise Architect - importing transparent image exports with black background

When importing an image with transparent background into Enterprise Architect, it displays with transparency in the designer, but when exporting or copying the image, ex. into Word, then the image has a black background. This is how it looks in the…
JohnCambell
  • 633
  • 8
  • 23
0
votes
2 answers

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, if in future if I make some changes to my Class…
user517400
0
votes
1 answer

Modelling logic

I have an interface (android activity, but that should not matter) with text input, spinners and a toggle button (all on one page). Depending on the state of all these elements I produce text output (on the same page). Since the relationship is not…
user1583209
  • 1,637
  • 3
  • 24
  • 42
0
votes
1 answer

How to setup UML diagramming tool (powered by yFiles) for IntelliJ IDEA?

There is a cool diagramming tool for IntelliJ IDEA powered by yFiles. Check out this video: https://youtu.be/cTg_ocVFmcs?t=36 I wonder if I can get this thing to work on IntelliJ IDEA (Community Edition). The problem is there is no such plugin…
Happy Torturer
  • 1,128
  • 15
  • 27
0
votes
1 answer

in StarUML How to copy plain text from other applications?

I want to copy some plain text(such as method name, class name , comments) to StarUML , but ctrl+v does not work. Is there a way to make that work?
Juude
  • 1,207
  • 2
  • 13
  • 22
0
votes
1 answer

Netbeans UML diagrams

I am a beginer on UML and i am a little bit curious about netbeans tool,does it support all UML diagramm such as class diagrams or activity diagrams and if it's not what are the diagramms that Netbeans support? and thanks for adavance.
0
votes
3 answers

Are there any UML tools that allow hiding entities?

When browsing through a large UML class diagram (20+ classes), if I try to find the "path" from one entity to another or the connections of a certain entity, I get lost very easily. Are there any tools that allow hiding certain entities? Or that…
conectionist
  • 2,694
  • 6
  • 28
  • 50
0
votes
1 answer

Open Source[in php] Tool Which can convert XML into UML Diagrams?

I had already searched on Github and SourceForge, but these keywords are so much used that i could not find any relevant result , specially on sourceForge. I want to know if there is any Open Source tool written in php for converting XML in UML…
CyberBoy
  • 745
  • 1
  • 7
  • 31
0
votes
1 answer

Is there tutorial available for Agro Uml Xmi

Have created the Sequence diagram using ArgoUML and exported it as XMI. I need to identify the class,function and their relationships by parsing the XMI. I can able to parse the class and their corresponding operation and attribute as explained in…
Harini Sekar
  • 760
  • 7
  • 14
0
votes
1 answer

UML data relationship tool

I'm learning software engineering at school and right now we're focusing on data diagrams. That is, Objec Classes, associations (and multiplicities), Ternary (or in general N-ary) assocciations, aggregation classes and so on. I've been taught that…
Setzer22
  • 1,589
  • 2
  • 13
  • 29
0
votes
1 answer

Rational software architect how to read .h and .cpp files into a new project

I am new to UML and I am trying to use Rational Software architect to visualize a C++ project. 1) How can I add the existing .h and .cpp files that I have to a new Rational Software architect project in order to see the UML diagram? 2) I see that…
Gary Gal
  • 15
  • 1
  • 8