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