Statement

abstract class Statement

Base Trigger statement. Subclassed to provide concrete statements.

Since

0.4.0

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun isOccurring(statementObjects: HashMap<Int, Array<Number>>): Boolean

Validates whether the statement meets the specified trigger criteria.