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
1
vote
1 answer

How can I make a ternary association in staruml

I want to make a ternary relationship in staruml [somthing like that1
user7254462
1
vote
1 answer

The relation between Class name and its method name at UML Class Diagram

In UML Class Diagram , what is the relation between the name of class and the name of its methods? in specifically are there any consistency between their names ? for example: I have three classes " Patient" , " Appointment" , and…
elay221
  • 61
  • 8
1
vote
1 answer

Move combined fragment to top in StarUml

In star UML I am trying to make my combined fragment overlap the timelines but even though I click "Move to top" or "move to back" on the timeline, the combined fragment keeps being covered: When I watch this Tutorial the author doesnt seem to have…
Łukasz Przeniosło
  • 2,725
  • 5
  • 38
  • 74
1
vote
1 answer

nested class form of composite notation in staruml

How to draw nested class form of composite notation in starUML? I use the part and connector to draw a class diagram like this. I suppressed the attributes because the parts ( the nested classes) also appear as attributes. But I can not use part and…
Ju Ju
  • 199
  • 1
  • 13
1
vote
1 answer

Deleting a lifeline from a StarUML sequence diagram

How can I delete a lifeline from a sequence diagram in StarUML without deleting it from the model ? I'm using the same lifeline in two different diagrams, but I can't delete from one of them. When I hit Delete, I get the message "selected view…
Radhwen
  • 232
  • 4
  • 15
1
vote
3 answers

What UML relationship when one object subscribes to events on another object?

Object B contains a bunch of public events. Object A subscribes to these events. What is the UML relationship between these? Currently I have a directed association from Object A to Object B. Is that correct? Or should the direction go the other…
rygo6
  • 1,929
  • 22
  • 30
1
vote
1 answer

Use case diagram agriculture project

[![ ][2]][2] Here's the flow of my project- 1. User logs into the system providing Username and password, which is authenticated by the Server with help of the Database2. After authentication, User ie. Farmer will be able to Start water sprinkler's…
Dev1ce
  • 5,390
  • 17
  • 90
  • 150
1
vote
1 answer

exporting XMI file from StarUML 2.5

I have StarUML v-2.5 installed in my pc, I need to export my project to a XMI file, in a previous version I did it in a very easy way, now, in the 2.5 version I dont know where to do it. It's possible?
Sredny M Casanova
  • 4,735
  • 21
  • 70
  • 115
1
vote
1 answer

staruml "combined fragment" layout

Am facing a bit of trouble getting the 'combined fragment' to sit above an activation (in a sequence diagram). On adding a 'combined fragment' (loop/alt/opt etc) to a section of the sequence diagram, the label and the guard condition appear 'under'…
Ryan Fernandes
  • 8,238
  • 7
  • 36
  • 53
1
vote
1 answer

How to map Business layer to Model objects in UML?

Just started with Star UML to draw a class diagram. As with any application, MyBLL(business layer) creates an instance of Model after interacting with the DAO(database layer). More or less, the simplified (for clarity) class diagram looks like…
1
vote
2 answers

Nice free tool to create UML Communication (=Collaboration) diagrams

UML 1 uses the name Collaboration Diagram. UML 2 uses the name Communication Diagram. In this link you can find the definition and one nice example. Here you can find a nice reference about how to create them. Unfortunately, I didn't find this…
chelder
  • 3,819
  • 6
  • 56
  • 90
1
vote
2 answers

StarUML statechart transition line overlapping

I'm trying draw statechart in StarUML, found that the transition line overlapping. I want some transition line separated like this: ------ ( stop ) ------ | ^ t | | p v | ------ ( play ) ------ but always got the transition…
Sunline
  • 126
  • 1
  • 4
1
vote
1 answer

how to import sequence diagram saved in uml format from argouml to staruml

I drew a sequence diagram in argo uml and saved it in .uml extension. It failed to generate a collaboration diagram from sequence diagram. So I started to draw in staruml. But I'm finding it difficult to import sequence diagram from argouml to…
1
vote
3 answers

How to snap to grid in StarUML?

I'm using StarUML to make some diagrams and have the grid enabled but I can't find any option to make objects snap to grid... Does anyone have a solution? Thank you
franzbischoff
  • 150
  • 5
  • 15
1
vote
2 answers

UML diagrams applicable for Background Process

I am trying to create design document for a project which has all background processes in it. The sequence of background processes are as follows: Process P1-> Get all records(thousands) from database. Analyze validity of records. Send valid…
Learn More
  • 1,535
  • 4
  • 29
  • 51
1 2 3
8 9