DetectorModelOnInput

data class DetectorModelOnInput(val events: List<DetectorModelEvent>? = null, val transitionEvents: List<DetectorModelTransitionEvent>? = null)

When an input is received and the condition is TRUE, perform the specified actions.

Constructors

Link copied to clipboard
fun DetectorModelOnInput(events: List<DetectorModelEvent>? = null, transitionEvents: List<DetectorModelTransitionEvent>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the actions performed when the condition evaluates to TRUE.

Link copied to clipboard

Specifies the actions performed, and the next state entered, when a condition evaluates to TRUE.