Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
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
:Object of class "numeric"
, the range minimum
max
:Object of class "numeric"
, the range maximum
x
:Object of class "numeric"
, the value within
the range
passed
:Object of class "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",useBytes ="missing")
: write to HTML file connection
Florian Hahne
qaProcess.marginevents
,
qaReport
,
qaProcess
,
qaProcess.timeline
,
discreteAggregator
,
factorAggregator
,
numericAggregator
,
stringAggregator
,
binaryAggregator
1 | showClass("rangeAggregator")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.