flowQ (version 1.32.0)

qaAggregator-class: Abstraction of the possible outcomes of a QA process

Description

Virtual parent class for different types of QA aggregators

Arguments

Objects from the Class

A virtual Class: No objects may be created from it.

Slots

passed:
Object of class "logical" indicating whether the process has passed the QA requirements

Methods

No methods defined with class "qaAggregator" in the signature.

Details

In the context of this package, qaAggregators are objects that hold the outcome of a QA process. Each subclass implements its own writeLine method, which creates the appropriate HTML code for a graphical representation of the object.

See Also

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

Examples

Run this code
showClass("qaAggregator")

Run the code above in your browser using DataLab