2

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!

dan1st
  • 12,568
  • 8
  • 34
  • 67
jmartinalonso
  • 2,324
  • 1
  • 19
  • 22

2 Answers2

5

(...)

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.

Victor Henrique
  • 327
  • 1
  • 5
  • 16
  • 1
    Taken from another answer from the same forum. "OK. I understand what you expect. However, we strongly recommend to use "guard" property of "Control Flow" instead of using "name" of "Decision Node". Please refers to: http://www.uml-diagrams.org/activity-diagrams-controls.html#decision-node" – Naxos84 Feb 14 '19 at 13:56
1

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

enter image description here

Zgpeace
  • 3,927
  • 33
  • 31