DetectorModelDefinition

data class DetectorModelDefinition(val initialStateName: String, val states: List<DetectorModelState>)

Information that defines how a detector operates.

Constructors

Link copied to clipboard
constructor(initialStateName: String, states: List<DetectorModelState>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The state that is entered at the creation of each detector (instance).

Link copied to clipboard

Information about the states of the detector.