Click or drag to resize
StaMaTransitionParent Property
Gets the anchor State where the Transition is aggregated.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public State Parent { get; }

Property Value

Type: State
Remarks
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