flowQ (version 1.32.0)

stringAggregator-class: Class "stringAggregator"

Description

Abstraction of a string type of aggregator for which possible states are indicated through a textual description

Arguments

Objects from the Class

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.

Slots

x:
Object of class "character" which is a textual description of the outcome
passed:
Object of class "logical" indicating whether the process has passed the QA requirements

Extends

Class "qaAggregator", directly.

Methods

show
signature(object = "stringAggregator"): print object details
writeLines
signature(text = "stringAggregator", con = "file", sep = "missing", useBytes= "missing"): write to HTML file connection

See Also

qaProcess.marginevents, qaReport, qaProcess, qaProcess.timeline, discreteAggregator, factorAggregator, numericAggregator, binaryAggregator, rangeAggregator

Examples

Run this code
showClass("stringAggregator")

Run the code above in your browser using DataLab