rangeAggregator-class {flowQ} | R Documentation |
Abstraction of a range type of aggregator where possible states are within certain ranges (e.g. percentages)
Objects can be created by calls of the
form new("rangeAggregator", ...)
or using the constructor
rangeAggregator(x, min, max, passed)
, where x
, min
and max
are numeric scalars, with x
in the range of
[min, max]
, and passed
is a logical scalar.
min
:"numeric"
, the range minimum max
:"numeric"
, the range maximum x
:"numeric"
, the value within
the range passed
:"logical"
indicating
whether the process has passed the QA requirements
Class "numericAggregator"
, directly.
Class "qaAggregator"
, by class "numericAggregator", distance 2.
signature(object = "rangeAggregator")
: print
object details signature(text = "rangeAggregator", con = "file", sep = "missing")
: write to HTML file connection Florian Hahne
qaProcess.marginevents
, qaReport
,
qaProcess
, qaProcess.timeline
,
discreteAggregator
,
factorAggregator
,
numericAggregator
,
stringAggregator
,
binaryAggregator
,
showClass("rangeAggregator")