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
31
votes
6 answers

Can't install StarUML in Ubuntu 16.04

I’m using ubuntu 16.04 - 64 bit. I tried to install Start UML with .deb file and got this message from Ubuntu Software: This software comes from a 3rd party and may contain non-free components Then I trying to install with dpkg, and got this: $…
Finn
  • 2,707
  • 2
  • 19
  • 28
20
votes
5 answers

using alt in sequence diagrams for starUML

i am not able to discover how to use the alt/combined fragment correctly in starUML,as in there is no way that i am able to provide the condition after the alt fragment appears.can any1 just list down the procedure as to how to do it or a link to…
arinjita paul
  • 201
  • 1
  • 2
  • 4
16
votes
4 answers

How to make a line straight in StarUML

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. In visio, when I want to draw a Horizontal straight line,I can use the "Shift" key in my keybordl,how to do it in…
hguser
  • 35,079
  • 54
  • 159
  • 293
11
votes
2 answers

StarUML do not display diagrams

I am using the latest starUML BETA and I'm having these problems. I have created 2 sequence diagrams and save it as a .mdj file. After a few days, I wanted to continue working on the diagrams. But when I opened the file, the diagrams I was working…
chris yo
  • 1,187
  • 4
  • 13
  • 30
11
votes
8 answers

Is there any way to copy diagrams into different projects?

Our team has been using starUML and we had to divide our job to draw sequence diagram for different parts. But now, I am having trouble how to merge those diagrams into one project. I've searched on net and found out only package can be imported…
Jae Park
  • 621
  • 4
  • 13
  • 27
8
votes
1 answer

StarUML class diagram: add attribute of the type Guid[]

In StarUML 5.0, I am trying to define a class with an attribute of the type Guid[] (an array of Guid Structure). But it is not allowable to enter "-guids : Guid[]" since StarUML automatically discards the square brackets. I have not tried other…
kennyzx
  • 12,845
  • 6
  • 39
  • 83
7
votes
1 answer

StarUML Class Diagram : How to manually add Generics (Template Type T) for a class

Below is the image to show a Generic class of Type T in the UML Class Diagram. I could not figure out how to add the T Template Box on top of Generic Class (set in the Image) using Star UML. Is there any way in Star UML to add this Generic Type T…
Guna
  • 338
  • 6
  • 17
7
votes
2 answers

How to make method arguments visible in StarUML diagrams

I am trying to display the arguments in a sequence diagram using staruml Is it possible to display the arguments like this? 1: saveResult(int value)
Javi Pedrera
  • 2,075
  • 4
  • 21
  • 29
6
votes
1 answer

How can I insert Foreign Key(FK) in starUML ER diagram?

I'm working on a ER diagram in starUML but can't find a Foriegn Key option in it. I've looked through various setting in the application but couldn't find it. Is they a way to insert? Also, I've seen images using FK in starUML but couldn't find out…
Harsha Murupudi
  • 579
  • 1
  • 6
  • 19
6
votes
1 answer

How to specify the return type of a method that returns a list of values in StarUML?

I have two classes (say Database and Record). In Database class, I have a method named getRecords() that returns a list of Record objects. In Java, the above method can be written as: List getRecords(){..} In StarUML, while designing Class…
Harish R
  • 1,159
  • 2
  • 8
  • 10
6
votes
2 answers

Logical Architecture Diagram

I know this is quite a generic question which a normal google search result should give but some of how i am not convinced from results . My understanding of logical architecture diagram is that it is logical grouping of all components that make an…
Vinay b
  • 139
  • 1
  • 2
  • 15
5
votes
1 answer

How to import any UML/XMI files to StarUML?

I am trying to import a UML Diagram (of a C++ project) I designed in a program called Visual Paradigm. This program allows me to save the UML diagram in various formats ) and when I choose the XMI format (supported by StarUML through an…
Spectre_k9
  • 51
  • 1
  • 3
5
votes
2 answers

how to jump to a newline in StarUML

I have been using StarUML, and I'm creating an activity diagram but I want to add a new line inside an action node, How would I do that?
Mohamed Benkedadra
  • 1,964
  • 3
  • 21
  • 48
5
votes
1 answer

Generic type constraints (where clause) in UML

I have a generic C# class, which looks like this: public class Database where T : class, IModel, new() { //Some code ... } T should implement the interface IModel and T have to be a class with an empty constructor. The question is, how…
Genfood
  • 1,436
  • 3
  • 15
  • 26
5
votes
7 answers

Unable to Export Diagram to Image Files Using StarUML

I am using StarUML 2.1.2. I created Sequence Diagram. I want to export it as image (.jpg or .png). But when I exported it, the image file didn't exist. And when I checked the Export As dialog, there is no .jpg or .png filetypes. How can I export my…
user110045
  • 51
  • 1
  • 1
  • 3
1
2 3
8 9