| Transition Class |
Namespace: StaMa
The Transition type exposes the following members.
| Name | Description | |
|---|---|---|
| Guard |
Gets the callback method that provides additional conditions
for the transition.
| |
| LeastCommonAncestor | ||
| Name |
Gets name of the Transition.
| |
| Parent |
Gets the anchor State where the Transition is aggregated.
| |
| SourceState |
Gets the StateConfiguration that represents the
source state of the Transition.
| |
| TargetState |
Gets the StateConfiguration that represents the
target state of the Transition.
| |
| TransitionAction |
Gets the callback method that will be called when the transition is executed.
| |
| TriggerEvent |
Gets the trigger event on which the Transition will react.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Returns the name of the Transition as specified in the StateMachineTemplate.Transition Overload statement.
(Overrides ObjectToString.) |