| discreteAggregator-class {flowQ} | R Documentation |
Abstraction of a discrete type of aggregator with possible states "passed", "not passed" and "warning"
Objects can be created by calls of the
form new("discreteAggregator", ...) or using the constructor
discreteAggregator(x), where x is an integer value in
[0,1,2] or a factor with levels 0, 1 and 2.
x:"factor" One in 0
(not passes),
1 (passed) or 2 (warning)passed:"logical" indicating
whether the process has passed the QA requirements (not eveluated)
Class "qaAggregator", directly.
signature(object = "discreteAggregator"): print
object details signature(text = "discreteAggregator", con = "file", sep = "missing"): write to HTML file connection Florian Hahne
qaProcess.marginevents, qaReport,
qaProcess, qaProcess.timeline,
binaryAggregator,
factorAggregator,
numericAggregator,
stringAggregator,
rangeAggregator,
showClass("discreteAggregator")