Questions tagged [uml-designer]

UML Designer is a graphical tooling to edit and visualize UML models based on the Eclipse project Sirius

see umldesigner.org

53 questions
0
votes
1 answer

In uml-model set instance of java class as parameter

In an UML Model i would like to give an instance of a JAVA-class as parameter to a method. example : public void setDate(LocalDate date){...} i don´t find a way to achieve this either with Papyrus or with Eclipse/UMLDesigner. I cannot set LocalDate…
0
votes
1 answer

Go to activity explorer menu does not appear in eclipse when using Obeo UML designer 7.1

I installed the Obeo UML Designer 7.1.0.201611211357 from eclipse marketplace on Eclipse Neon.2 (4.6.2) platform (actually STS 3.8.3) and the menu Go to Activity Explorer does not appear when I right click on the uml model document from the Model…
mario
  • 25
  • 1
  • 8
  • 18
0
votes
1 answer

UML Designer, how to generate Java classes from UML Diagram

I am using Obeo UML Designer v. 8.0.0 (latest version downloaded from here), to design an UML data model, and I would like to generate the Java classes corresponding to the model. How can I generate the classes?
psuzzi
  • 2,187
  • 1
  • 17
  • 21
0
votes
1 answer

UML Designer opens additional activity explorer when eclipse is started

UML designer 7.1: Every time I start eclipse and there are models open, including an already open activity explorer, it opens a new activity explorer. so in the end i have 2, 3, 4 etc activity explorers open if i do not close them. anyway to stop…
0
votes
1 answer

Model shows only c generation

I have UML-generator installed, including java and c generator. When I right click on a class it allows me only C code (and reverse) but not java. Any hint that it also allows me to generate java ?
0
votes
1 answer

how can i set the default font/size in UML designer?

how can i set the default font/size in UML designer? I changed it in the preferences sirius, but the diagram still uses the old default fonts (ubuntu 9) which is just to tiny on my big screen. i have to change the font manually to 12 for each…
0
votes
1 answer

Impossible to add opaque action in activity diagram

The activity diagram creation have some weird behaviour when used with partitions : it was impossible for me to add any "opaque action" in the partitions. After a while and some researches into the documentation it seems that there is no particular…
dlewin
  • 1,673
  • 1
  • 19
  • 37
0
votes
1 answer

UMLDesigner – Diagram auto layout

I tried to use UMLDesigner to draw my project related diagrams. I see there is a Arrange functionality that can automatically layout diagram elements and links to save some manual work. But when i used it in my Activity diagrams it designed it…
0
votes
1 answer

UML Designer 7.1 on Activity Explorer does not display Diagrams Viewer

I'm working with UML Designer and as I was following the tutorial from http://www.umldesigner.org/ref-doc/define-the-system.html#Create_A_Project the Diagrams Viewer from the Activity Explorer tab does not appear. (all the viewpoints are selected)
Sara R.
  • 1
  • 1
0
votes
1 answer

SysML-Designer: block properties and associations between blocks not displayed

When I create a BDD or open a BDD from the AlarmRadio example no block properties and no associations between blocks are displayed: no properties shown no associations shown Configuration see below. Same behavior on a Win7-Machine. The…
0
votes
1 answer

missing modeling perspective with UML Designer

When running Eclipse Neon.2 (4.6.2) with UML-Designer (7.1), I cannot find any Modeling perspective. Could this be a bug or an Eclipse configuration issue ?
0
votes
1 answer

UML Designer model from Java

I would like to initialize a model from an existing Java source code. Is there an option to do it in Obeo UML Designer ? Thanks
ruddy32
  • 21
  • 7
0
votes
1 answer

UML Designer 7.1 does not display full dialog content

While using UML Designer 7.1 on linux Arch Gnome3 desktop, dialog box content does not show botton and left content. It makes preference dialog box validation not possible. Other eclipse based tools does not have this behavior. Is there a way to fix…
ruddy32
  • 21
  • 7
0
votes
1 answer

Change the arrow on association in UML-designer Eclipse plugin

I'm using the latest uml-designer with Eclipse NEON.2. Any time I create association between classes it adds the direction arrow. I can change the diamonds from the properties window. However, the only way I found to change the arrow is by going…
ilya1725
  • 4,496
  • 7
  • 43
  • 68
0
votes
1 answer

Default access modifiers not shown in UML Designer 7

Why isn't a new Typed Property or Operation - which has Public as default access modifier - marked as public with the green + ? Example: The + isn't displayed until you switch the Visibility from public (default) to private and then back to public…
FireEmerald
  • 1,002
  • 12
  • 21