flowQ (version 1.32.0)

rangeAggregator-class: Class "rangeAggregator"

Description

Abstraction of a range type of aggregator where possible states are within certain ranges (e.g. percentages)

Arguments

Objects from the Class

Objects can be created by calls of the form new("rangeAggregator", ...) or using the constructor rangeAggregator(x, min, max, passed), where x, min and max are numeric scalars, with x in the range of [min, max], and passed is a logical scalar.

Slots

min:
Object of class "numeric", the range minimum
max:
Object of class "numeric", the range maximum
x:
Object of class "numeric", the value within the range
passed:
Object of class "logical" indicating whether the process has passed the QA requirements

Extends

Class numericAggregator, directly. Class qaAggregator, by class "numericAggregator", distance 2.

Methods

show
signature(object = "rangeAggregator"): print object details
writeLines
signature(text = "rangeAggregator", con = "file", sep = "missing",useBytes ="missing"): write to HTML file connection

See Also

qaProcess.marginevents, qaReport, qaProcess, qaProcess.timeline, discreteAggregator, factorAggregator, numericAggregator, stringAggregator, binaryAggregator

Examples

Run this code
showClass("rangeAggregator")

Run the code above in your browser using DataLab