Interface: LtpTransition
The result of one ltpReduce step: the next LtpState, the LtpActions to perform (in order), and any AstmLtpWarnings raised.
Properties
actions
readonlyactions: readonlyLtpAction[]
The actions the consumer should take, in order.
state
readonlystate:LtpState
The next session state (frozen).
warnings
readonlywarnings: readonlyAstmLtpWarning[]
Warnings raised by this step (empty on a clean, expected event).