jmartinalonso
jmartinalonso

Reputation: 2482

How to show name of choice elements in StarUML?

I'am creating an statechart diagram in StarUML and I want to show the name of choice elements in the diagram, but I don't know how to do it without adding a text annotation.

enter image description here

Do you know if it is possible?

Thanks!

Upvotes: 2

Views: 3030

Answers (2)

Zgpeace
Zgpeace

Reputation: 4477

Agree with @Victor, I just add Text Element inside the Choice Element.

enter image description here

Upvotes: 1

Victor Henrique
Victor Henrique

Reputation: 327

(...)

Showing names of control nodes (including decision, merge, ...) diagram is not supported. It was never supported in previous versions, even in V1. Typically just show the guards of the control flows connected to the decision node, instead of showing the name of decision node. At this time, we recommend to use "Text" or "Note" annotation. (...)

Thanks, StarUML Team

This was the answer about the same question in this forum. Take a look.

Upvotes: 5

Related Questions