Questions tagged [staruml]

StarUML is a free open-source Unified Modeling Language (UML) and Model Driven Architecture (MDA) tool. StarUML can be used to design software models and create their associated UML artifacts. StarUML has support for code generation from UML diagrams and also for creating UML diagrams from source code.

StarUML is a free, open source UML / MDA tool. It can be used for creating software models and UML diagrams. It also has support for code generation in several languages (C++, C#, Java) from UML models as well as "Reverse Engineering" support to take source code and create UML models and diagrams.

For more information on the UML, check out the UML Tag Wiki. The program can be downloaded from SourceForge, which also contains the User Documentation.

Questions related to use of the StarUML tool should include this tag, while general questions about software modeling and UML diagram usage should be tagged under "UML".

130 questions
2
votes
2 answers

How to show relation between interfaces and classes in UML?

I have some related interfaces and classes that I want to represent in UML (sorry about the relationships, I don't know how to do it properly with StarUML): The idea of an interface ISMS implementing IMessage and IStorable, instead of having…
ehtio
  • 179
  • 3
  • 11
2
votes
1 answer

Can I include a use case multiple times.. true?

Is my work right? the include many time can be a probleme where ? and how i fix it ?
DJAMEL
  • 45
  • 5
2
votes
1 answer

How to change the order of "messages" in starUML in a communication diagram?

Changing the order of messages in a communication diagram in starUML seems impossible. Up until now I've been deleting all the messages and adding them back in the right order. This seems quite a lot of trouble (even for starUML) for a relatively…
2
votes
0 answers

How to apply requirement traceability in my StarUML project?

Although I'm aware that StarUML does not have the requirement diagram feature but, I wish to use an available diagram to create different requirements and then map each requirement to use cases, activity diagrams, class diagrams etc., and…
s279
  • 61
  • 5
2
votes
1 answer

UML about packages

Ok, I'm preparing an exam and I need the answer to this question, that I couldn't find in the book. Hope that you can help me. What is needed for the A package to access the B package? (1 of the 2 answers is the right one) A will import B and B…
Mr. Kevin
  • 327
  • 4
  • 12
2
votes
0 answers

How to model traits in StarUML?

I recently found the concept of traits and would like to implement them into my StarUML-diagram, but I did not found a class for Traits in the menu.
Guy
  • 91
  • 7
2
votes
0 answers

UML tool which generates a document and php code automatically

I am looking for a UML tool with the following features: Draw diagrams(sequence, class, use case, system architecture, database) by entering some text format or from the code structure. From the diagram, I should be able to generate a word…
Ramya
  • 47
  • 7
2
votes
1 answer

StarUML Install Extension failed

I'm using StarUML to install java extension. I have done following steps: Tools -> Extension Manager.. Click Registry, Search java, then click Install button. Extension Manager Then error happens, saying: Installation Failed. Unknown internal…
hellozjf
  • 169
  • 5
  • 16
2
votes
2 answers

How to show name of choice elements in StarUML?

I'am creating an statechart diagram in StarUML and I want to show the name of choice elements in the diagram, but I don't know how to do it without adding a text annotation. Do you know if it is possible? Thanks!
jmartinalonso
  • 2,324
  • 1
  • 19
  • 22
2
votes
0 answers

How to draw multiobject using staruml?

I am drawing a sequence diagram using staruml tool.I can not find any tool to draw a multiobject. Is there anyway to draw multiobject using staruml?
Ju Ju
  • 199
  • 1
  • 13
2
votes
2 answers

UML diagrams + Android classes

I've been developing an Android app for a while but I didn't start with any particular diagram. And now comes the time to do some real diagrams but I don't know how. Not because I'm not familiar with UML but because of Android and it's components.…
BlueHatCoder
  • 87
  • 1
  • 2
  • 7
2
votes
1 answer

StarUML - Operator Overloading

How do I show an overloaded operator in starUML. I have overloaded the assignment, equality and array operators. (If that matters) Thanks
2
votes
2 answers

Error in Generating Java Code from StarUML

I get an following Error when I try to generate the Java Code from StarUML class diagram Java Profile has not been included. Generate the code after including the Profile to the project. (Check the "generate......) I was following the below steps…
Milinda Bandara
  • 542
  • 8
  • 23
2
votes
1 answer

representation of if else condition in collaboration diagram

I was wondering, how can one represent "if" statement on a collaboration diagram? if (somethingShouldBeDone) { //multiple conditions // Do it } else { // Do something else } Can it be represented at all? The thing is ... in my code,…
WannaBeCoder
  • 1,280
  • 2
  • 17
  • 40
2
votes
1 answer

StarUML - cannot indicate abstract operations (italics) in abstract class

When I set the class as abstract, only its name is displayed in italics. But to be correct from UML point of view, I need the operations to be in italics too. Is this possible?
John V
  • 4,855
  • 15
  • 39
  • 63
1 2 3
8 9