SuccessionSourceHints
- class SuccessionSourceHints
Whether to show the implicitly computed succession and transition sources.
This helps with ensuring that successions link the expected actions and states.
action A { first start; //* first start */ then fork f; //* first f */ then action a; //* first a */ then action b; }
Members defined in
SuccessionSourceHints(4 members)RWWhether to show implicit sources for successions only.
RWToggle for all nested options.
RWWhether to show implicit sources for transitions only.
Attributes
- property successions: bool
Whether to show implicit sources for successions only.
action A { first start; //* first start */ then action a; }
- property toggle: syside.conf.Toggle
Toggle for all nested options.
onenables the default behaviouroffdisables the default behaviour and all nested optionsexplicitdisables the default behaviour. Same asonif there is no default behaviour not covered by nested options.
- property transitions: bool
Whether to show implicit sources for transitions only.
action A { first start; //* first start */ then decide d; //* first d */ if 2 < 4 then done; }
Methods