Skip to main content
Version: v0.0.4

Interface: LtpTransition

The result of one ltpReduce step: the next LtpState, the LtpActions to perform (in order), and any AstmLtpWarnings raised.

Properties

actions

readonly actions: readonly LtpAction[]

The actions the consumer should take, in order.


state

readonly state: LtpState

The next session state (frozen).


warnings

readonly warnings: readonly AstmLtpWarning[]

Warnings raised by this step (empty on a clean, expected event).