aggregatorList-class {flowQ}R Documentation

Class "aggregatorList"

Description

A list of qaAggregators

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.

Objects from the Class

Objects should be created using the constructor:

aggregatorList(...), where \code{...} 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

Author(s)

Florian Hahne

See Also

qaGraph, writeQAReport, qaProcess, qaAggregator

Examples

showClass("aggregatorList")

[Package flowQ version 1.2.0 Index]