flowQ (version 1.32.0)

aggregatorList-class: Class "aggregatorList"

Description

A list of qaAggregators

Arguments

Objects from the Class

Objects should be created using the constructor: aggregatorList(...), where ... are objects inheriting form class qaAggregator or a list of such objects.

Slots

.Data:
Object of class "list", the list data

Extends

Class "list", from data part. Class "vector", by class "list", distance 2.

Methods

initialize
signature(.Object = "aggregatorList"): constructor
show
signature(object = "aggregatorList"): print object details

Details

This class directly extends class "list" and is intended to exclusively hold objects of class qaAggregator, where each list item represents the outcome of a QA subprocess for a single flowFrame. It mainly exists to allow for method dispatch and should never be populated manualy; instead, use the constructor qaAggregatorList which checks for valid objects.

See Also

qaGraph, writeQAReport, qaProcess, qaAggregator

Examples

Run this code
showClass("aggregatorList")

Run the code above in your browser using DataCamp Workspace