qaAggregator-class {flowQ} | R Documentation |
Virtual parent class for different types of QA aggregators
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.
A virtual Class: No objects may be created from it.
passed
:"logical"
indicating
whether the process has passed the QA requirements No methods defined with class "qaAggregator" in the signature.
Florian Hahne
qaProcess.marginevents
, qaReport
,
qaProcess
, qaProcess.timeline
,
binaryAggregator
,
discreteAggregator
,
factorAggregator
,
numericAggregator
,
stringAggregator
,
rangeAggregator
,
showClass("qaAggregator")