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
4
votes
1 answer

Uml-Designer Plugin-Installation doesn't work on eclipse

The uml designer plugin installation doesnt work. Eclipse "cannot perform operation", after i choose the uml designer items to install. The installtion results in a error, cannot find the requestet items from the link. the link is the update site…
Rackor
  • 61
  • 2
  • 7
3
votes
1 answer

UML Designer discards undefined types

When I type a method signature, UML Designer discards all unknown types, e.g., if you add class FooBuilder to an empty class diagram, and then type the following signature: setBar(b: Bar): FooBuilder Bar will be discarded and the signature will be…
Dmitry Timofeev
  • 329
  • 2
  • 10
3
votes
1 answer

Apply Stereotype to operation in Eclipse UML-Designer

Applying a stereotype to an operation Hi, in the image I have a "REST" stereotype that I would like to apply to the "Operation_2". In effect, at a system level, I want to say that this is a REST API. I have tried Melanie's suggestion (thank you),…
Nathan Sowatskey
  • 151
  • 1
  • 11
2
votes
1 answer

Use Case Diagram - customer registration by manager

The system I want to model is an application called GetKnowSoft. The example is simple: there is a customer, a manager, and a register customer use case. Who registers the customer in the application is the manager. I connect the manager to the…
Bernardo
  • 41
  • 2
2
votes
1 answer

Can I use Final Activity node several times in an activity diagram?

I am currently drawing an activity diagram. There are several activities and end states, For example There is an end state 'display details' .After that activity is ended. Like this there are many activities in the system. Can I Use Final activity…
2
votes
2 answers

How to specify an operation return type in UML Designer?

I've stuck with a small problem designing a class diagram in UML Designer: I can't figure out how to specify a return type for an operation. There is no information about it on UML Designer home site and it's guides. I've tried to explore operation…
2
votes
4 answers

uml-designer: 'Create Representation Wizard' empty

I'm trying out the uml-designer plugin and a tutorial ask me to select 'UML Structural Modeling' -> 'Class diagram' in the 'Create Representation Wizard'. But when I open the wizard it's empty. Is this a known issue or am I missing something?
Rien B.
  • 113
  • 1
  • 5
2
votes
1 answer

reverse engineering by "Uml-Designer"

the very simple question: Is UML Designer able to execute the reverse engineering my classes ? I am reading currently the documentation from official page, but didn't meet any words about this feature. regards
1
vote
0 answers

What are the steps for installing UML Designer in Eclipse?

I am having no success at installing UML Designer in Eclipse for Java Developers. I have tried 6 different versions of the Eclipse IDE, going back as far as 2020-09. I have also tried installing Sirius first, but that also resulted in errors during…
Bob
  • 83
  • 6
1
vote
1 answer

Eclipse Market place - UML designer - installation error

Getting below error while I try to install UML Designer plugin from eclipse market place. Unable to read repository at https://s3-eu-west-1.amazonaws.com/obeo-networkaggregation-releases/sirius_5_1/content.xml. Unable to make member of class…
Gururaja Hegde
  • 323
  • 3
  • 9
1
vote
1 answer

Relation between attributes in related class

It's possible to model the relation between attributes in associated class with the UML Designer? The objective is choose a source and the target class for describe one interaction between objects(for example describe a message in a sequence…
abdiel
  • 2,078
  • 16
  • 24
1
vote
0 answers

Does UML designer 8 work with eclipse Neon?

Can I install UML 8 designer on eclipse neon? Do I have to uninstall 7.1 first? The stack overflow check is really stupid.
1
vote
0 answers

Uml designer 7.0 Loading models error

error log with eclipse oxygen 4.7.0 An internal error occurred during: "Loading models". loader constraint violation: when resolving field "IS_DETACHMENT" the class loader (instance of org/eclipse/osgi/internal/loader/EquinoxClassLoader) of the…
user3172755
  • 137
  • 1
  • 10
1
vote
1 answer

Adding combined fragments in UML Designer for Eclipse

I'm using the latest version of UML Designer (7.1) for Eclipse. I have to create a Sequence Diagram, but in the palettes there are no combined Fragments. All I have are actors and sync/async messages. In some tutorials I've seen seen palettes with…
v2to
  • 409
  • 1
  • 5
  • 11
1
vote
3 answers

Is it possible to work with git in UMLdesigner?

I am working on the standalone version of UMLdesigner. Is there a way to work with GIT in UMLdesigner?
1
2 3 4