Create a Sequence Diagram using the Obeo Uml-Designer Eclipse Plugin

2.2k views Asked by At

I have been working my way through the Obeo Uml-Designer plugin for Eclipse and it's been quite a learning curve!

Right now, I could use some help in creating a Sequence Diagram. I'd like to add an existing Actor to the diagram to create a lifeline. I can't seem to drag it from the Model Explorer. The Actor button under Existing Elements in the Palette brings up an empty list.

I think that I may need to create an Instance of my Actor, but I don't know how to do that. :-(

If I add a new Actor to the diagram, I can set the type by selecting the Actor from the "Semantic > Represents" dropdown in the properties. However, this still shows the instance as null, as in "null : MyActor".

Any help would be most appreciated. Thanks!

Rob

1

There are 1 answers

5
Mélanie Bats On

I just tried with the 4.0.1 version, and I am able to use an existing actor or to create a new one.

I create my actor thanks to a use case diagram and then when I click on the "Existing elements -> Actor" tool, it opens a wizard which lists my actors. Then if i select one of them, it creates a lifeline for the selected actor and if I have a look on the properties view the lifeline represents the property associated to the actor which is automatically created by the "create actor" tool.

Are you using an older version of UML Designer ? And how did you create your actors?

For the drag & drop problem, no doubt, it is a bug. You can report an issue on github : https://github.com/ObeoNetwork/UML-Designer/issues

You can find the detailed documentation on the UML Designer website : http://www.umldesigner.org/

Mélanie