discreteAggregator-class: Class "discreteAggregator"

Description Objects from the Class Slots Extends Methods Author(s) See Also Examples

Description

Abstraction of a discrete type of aggregator with possible states "passed", "not passed" and "warning"

Objects from the Class

Objects can be created by calls of the form new("discreteAggregator", ...) or using the constructor discreteAggregator(x), where x is an integer value in [0,1,2] or a factor with levels 0, 1 and 2.

Slots

x:

Object of class "factor" One in 0 (not passes), 1 (passed) or 2 (warning)

passed:

Object of class "logical" indicating whether the process has passed the QA requirements (not eveluated)

Extends

Class qaAggregator, directly.

Methods

show

signature(object = "discreteAggregator"): print object details

writeLines

signature(text = "discreteAggregator", con = "file", sep = "missing", useBytes="missing"): write to HTML file connection

Author(s)

Florian Hahne

See Also

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

Examples

1
showClass("discreteAggregator")

flowQ documentation built on Nov. 1, 2018, 3:38 a.m.