| TransitionParent Property |
Namespace: StaMaAssembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax public State Parent { get; }
Public ReadOnly Property Parent As State
Get
public:
property State^ Parent {
State^ get ();
}
member Parent : State with get
Property Value
Type:
StateRemarks
Usually the
Parent will be identical with the source
State.
In some cases a transition may be aggregated on a higher hierarchical level than the
SourceState in order to raise the
Transitions priority above other
transitions that are handled premptive due to their hierarchy level.
See Also