flowQ (version 1.32.0)

numericAggregator-class: Class "numericAggregator"

Description

Abstraction of a numeric type of aggregator for which possible states are coded by a numeric value

Arguments

Objects from the Class

Objects can be created by calls of the form new("numericAggregator", ...) or using the constructor numericAggregator(x, passed), where x is a numeric scalar, and passed is a logical scalar.

Slots

x:
Object of class "numeric" coding the outcome state.
passed:
Object of class "logical" indicating whether the process has passed the QA requirements.

Extends

Class qaAggregator, directly.

Methods

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

See Also

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

Examples

Run this code
showClass("numericAggregator")

Run the code above in your browser using DataLab