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