aggregatorList-class: Class "aggregatorList"

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

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 ... 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

1
showClass("aggregatorList")

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