This class represents a transition between two states.
Type | Name | Parameters |
---|---|---|
FSMC_Transition | FSMC_Transition | string name, FSMC_State origin, FSMC_State destination |
Type | Name | Description |
---|---|---|
string | Name | Name of a transition (read only) |
List | conditions | List of all alternatives in a conditions set |
FSMC_State | OriginState | State which this transition comes from (read only) |
FSMC_State | DestinationState | State which this transition goes to (read only) |