Extensions.StateMachineProcedure.Transitions

From emotive
Jump to navigation Jump to search

Classification

Name Transitions
Short Description
Class Named And Specified
Base Data Type
Default Value Empty
Provide a Literal No
SpecifiedBy ISO 13209-4
Standard Compliant Yes

Description

Collection of all transitions of the state machine.

Sample

	transitions
	{
		transition({Trigger1}) : Transition1 target State1
		{
		}
		transition({Trigger1}) : Transition2 target State2
		{
		}
	}