
UML/BPMN Metamodel
Path from one State to another.
Transitions represent the reaction of an object in a certain State, to a particular Event.
For protocol state diagrams, Transitions represent the possible paths between States.
In Modelio, a Transition belongs to its source StateVertex.


Figure 177 : Transition (architecture_autodiagram)
Attribute | Description |
---|---|
string Effect [1..1] | Defines the actions triggered by the Transition. This field excludes the ProcessedOperation association that is shorthand for defining a call action. |
string ReceivedEvents [1..1] | Received events that trigger the Transition. |
string SentEvents [1..1] | Events sent by the Transition once it is triggered. |
string Guard [1..1] | |
string PostCondition [1..1] |
Association | Description |
---|---|
The Operation processed once the Transition is triggered. This is shorthand for a call event, and is also useful for defining the operation carried by a Transition in protocol state diagrams. | |
Events that may trigger the Transition (under initial state and initial Transitions). This association is exclusive from the "ReceivedEvents" string. | |
Specifies the Transitions entering the vertex. | |
Specifies the Transitions departing from the vertex. | |
When the Transition is accomplished, occurrences of this Signal will be sent. |