[][src]Module ieql::query::threshold

This document provides functionality related to thresholds.

Structs

Threshold

The Threshold struct allows for the boolean output of triggers to be composed so that only certain combinations constitute a 'match.'

Enums

ThresholdConsideration

A consideration by the threshold that evaluates to either true or false. This can be a Trigger identified by its id, or a NestedThreshold.