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