Labels in State Diagrams

When I create a state diagram, I can’t find out how to get the names of the transitions to display as labels, as shown in the on line documentation.
I’m using what I think is the Beta version of Capella 1.2 for Mac:
Version: 1.2.0
Build id: 201708221512
Also, is there an explanation anywhere of the semantics and purpose of the various attributes in the “State” object?

Hello,
In order to get a label on the transitions, you should use the fields triggers, guard or effect.
The name of the transition is not displayed and is not really important.
In order to know more about State Machine diagrams, please have a look at
https://www.uml-diagrams.org/state-machine-diagrams.html.
You will get explanation about the different elements of a state machine and the semantic behind it.
Regarding the attributes of the State object, there is only two thing that you will not find in the link above:

  • the “state realization” field is use to make a traceability link with a state defined in a upper Arcadia step (e.g. SA if you are in LA)
  • the “Operational Activities / Functions” field is used to define what is available, in complement of what is really actuated (entry, do activity and exit fields)

Hi Capella Community,

I have two questions related to the use of state machines:

  1. Why can’t I select a functional chain for Entry, Do activity, Exit and Effects? Rather than listing all the functions performed, it seems more effective to list the Functional Chains (if defined) that connect these functions.

  2. I created a class that has an operation (Service) with input and output parameters. In the State Machine Diagram, I can use this operation as a trigger or in Entry, Do activity, Exit and Effects. I would like to know if it is possible to display on this diagram not only the name of the operation, but also the parameters of the operation. If these parameters were used as a Guard, for example, the fact that they are visible would make the diagram more understandable.

Thank you all in advance!
Gabriele