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