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