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
0
votes
2 answers

Is correct relationships of class diagram in UML?

The image shows the logistics of the Warehouse. Very very simplistic. What is its concept: There are documents: ReceivingWayBill, DispatchingWaybill, ReplacementOrder. They interact with the main classes: Warehouse, Counterparty, Item. And the…
John Brown
  • 11
  • 1
  • 6
0
votes
1 answer

Staruml component diagram UML 2.0 notation

Component diagram uses UML1.0 notation for 'component instance'. Is there a support for UML 2.0 version with stereotype and small icon in the top right corner?
Deil
  • 492
  • 4
  • 14
0
votes
1 answer

In modeling context: How to call a method that placed outside class

For example if method A return either 0 or 1 . If method A returns 1 then it should call method B. How to visualize this in Class Diagram ?
elay221
  • 61
  • 8
0
votes
1 answer

Is this legal in an Activity Diagram [UML]

Particularly interested on the merge right after the decision. Can you have this?
Mac
  • 123
  • 4
0
votes
2 answers

Association in Use case diagram

I start to learn Use case diagram and i am very confused.I don't know which picture is better .Please help me , thanks.
BlackZero
  • 23
  • 3
0
votes
1 answer

How to remove midpoints from a line in StarUML

I can't figure out any way to select a specific midpoint and delete it. I can of course delete the entire line and create a new one, which is my workaround thus far, but a way to actually remove midpoints would be less cumbersome. Anyone know how…
Vincent
  • 2,689
  • 3
  • 24
  • 40
0
votes
0 answers

UML - How to depict global functions in star uml?

I have a global function called ("UPDATE") that is static and only visible in the c++ file. However, it is still crucial to the classes function and I want to depict it in my staruml map. I tried to do this by simply putting text in a rounded…
MoustacheSpy
  • 743
  • 1
  • 6
  • 27
0
votes
1 answer

Error StarUml installation dpkg: error processing archive StarUML-v2.0.2-64-bit.deb

I'm installing SarUml . I follow those instructions: wget http://staruml.io/download/release/v2.8.0/StarUML-v2.8.0-32-bit.deb Then , when typing sudo dpkg -i StarUML-v2.0.2-64-bit.deb Iget this warning message : Hw can i fix it please
Sihem Hcine
  • 1,089
  • 5
  • 24
  • 40
0
votes
1 answer

Class diagram attribute visibility. Public attribute can have getter and setter operations?

when the registration details are public visibility, can i used getter and setter for registration details ? please help
Java_NewBie
  • 93
  • 1
  • 10
0
votes
3 answers

Separating class diagram into packages in UML

I'm mapping out a piece of software using a class diagram, that I now want to separate into packages in a package diagram. My problem is this: How do you represent connections between classes from two different packages? For example, I have a class…
PL200
  • 741
  • 6
  • 24
0
votes
1 answer

Class Diagram Clarification

I am clarification trying to draw up my class diagram for an app that I am looking to produce. I have been following some different tutorials and explanations of class diagrams but I am unsure if I am filling it in right. What I have done so far is…
Hayes121
  • 283
  • 7
  • 25
0
votes
1 answer

StarUML UseCase diagram for creating the Hangman game

As the title says I have problems creating a simple use case diagram for the game Hangman. The rules are simple, the computer generates a word, it gives you the length and the first and last letter, and you have 9 tries to guess the word. So far…
Cr1ms0nStraY
  • 81
  • 1
  • 2
  • 11
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

Is StartUML 2 compatible with its previous version?

Previously I used for my work StarUml on Windows, all the data is saved with .uml extension. Now we move to iOS and I was pretty happy with the announcement of the new StarUML 2 for Mac. Although with this program all the data is saved with .umlj…
grin
  • 99
  • 1
  • 8
0
votes
2 answers

ArrayList or Aggregation with specified multiplicity

I am just starting with UML (StarUML 5) so please excuse this really basic question. Let's say a Person has multiple Characteristics, each of which has a Name and a Value. (This is just to keep things simple.) Suppose I create the Characteristic…
Aharon
  • 1
  • 1
1 2 3
8
9