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 to create a abstract method in staruml 5

does anybody know how to create an abstract method in staruml 5.0? The UML standard says that such a method should be italic, but it seems that is not possible in staruml 5.0 for a single method? please help me :D
user2726861
  • 13
  • 1
  • 3
1
vote
2 answers

Dictionary> not allowed in staruml

I am using whitestaruml 5.4 with class diagram, i can't seem to be able to type this attribute ServiceCategory: Dictionary> But Dictionary> is a valid type for C#, how to get over this?
william007
  • 17,375
  • 25
  • 118
  • 194
1
vote
1 answer

what does "system use case" means?

i searched lately about the menaning of system use cases but i couldn't find anything clear i really couldnt see the point :// ..as far as i know its a use cases modeling where the "System" is one of the actors, but it is not clair enough i working…
Nadia
  • 45
  • 5
0
votes
2 answers

Can I generate a collaboration diagram using sequence diagram in StarUML?

Is it possible to do this automatically?or do i have to do it manually?
namita
  • 115
  • 2
  • 3
  • 9
0
votes
2 answers

Is this class diagram correct according to this use case diagram?

I am trying to create a class diagram which shows generalisation and maybe some form of aggregation or composition from this use case diagram. The intended system is to be a site/application similar to facebook social networking. USE CASE…
0
votes
2 answers

StarUML in generating C++ code

I'm new to UML and I have written a Sequence diagram for a Voucher User Interface, it is a small pet project I'm doing to learn UML. I have written a decent Sequence Diagram in StarUML and now I would like to generate the C++ code, the step is very…
HaggarTheHorrible
  • 7,083
  • 20
  • 70
  • 81
0
votes
0 answers

How to import xmi generated with genmymodel to StarUML?

I exported a UML diagram from genmymodel (xmi format) and tried to import it in StarUML. Project in genmymodel : It didn't work (error at import) and the fix described here doesn't work : I can import the xmi file but the class are not…
Butanium
  • 726
  • 5
  • 19
0
votes
0 answers

can't retrieve sequence diagrams after importing them

I have tried to import mdj file with sequence diagrams and suddenly the diagrams disappeared and turned into collaborations. i dont know how to convert them back to sequence diagrams or retrieve them back . can anyone help me I tried to go back to…
nonameeee
  • 9
  • 1
0
votes
1 answer

Global variable as a namespace? Defining ambient typescript definitions for StarUML

I'm trying to define the TypeScript type definitions for the StarUML tool. I've managed to make it work for a good part of the API but I'm getting stuck on the following problem: how to make the link between a (JavaScript) global variable ("type"…
0
votes
1 answer

StarUML 5 and SVN

I'd like to track my UML diagrams with an SVN repository. I have a StartUML project, where I am drawing several diagrams that describe the requirements and architecture of my software project, and I'd like to manage and track changes for each…
Frank
  • 21
0
votes
1 answer

How can I describe an associative entity relationship?

So in a one to many relation it can be like: Director (1..1)--R3--(0..*) Movie R11: A director can direct many movies; a movie only has one director. But if we have a many to many relation and we use an Associative entity: Movie…
0
votes
2 answers

StarUML show "in" in methods

i use StarUML for 2 weeks now. I can't find the option for showing "in" in the methods parameters. Is there any option? I should look like this: -foo(in param1:String[0..3], in param2:int = 0): long Thank you!
cLx
  • 63
  • 6
0
votes
1 answer

How can I export image in StarUML?

I have a problem in exporting image in starUml. When I export, the result is the diagram with a background like this can someone help me?
0
votes
1 answer

StarUML: go from Model Explorer to Design Model

All Could you please suggest how can I move cursor from element on Model Explorer to it location on Design Model ? I found that backward movement (Design Model -> Model Explorer) can be achieved by Ctrl+M.
0
votes
3 answers

What type of UML diagram should I use to model the parts of a web app?

What type of UML diagram should I use to model the parts of a web app? For instance, lets say my parts are as followed: Server Database Web App Multiple APIs The web app interacts with all the other parts in some way. From my research, the best…
Corey P
  • 955
  • 1
  • 14
  • 23
1 2 3
8 9