binaryAggregator-class {flowQ}R Documentation

Class "binaryAggregator"

Description

Abstraction of a binary type of aggregator with possible states "passed" and "not passed"

Objects from the Class

Objects can be created by calls of the form new("binaryAggregator", ...), or using the constructor binaryAggregator(passed), where passed is a logical scalar.

Slots

passed:
Object of class "logical" indicating whether the process has passed the QA requirements

Extends

Class "qaAggregator", directly.

Methods

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

Author(s)

Florian Hahne

See Also

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

Examples

showClass("binaryAggregator")

[Package flowQ version 1.2.0 Index]