| aggregatorList-class {flowQ} | R Documentation |
A list of qaAggregators
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 should be created using the constructor:
aggregatorList(...), where \code{...} are objects
inheriting form class qaAggregator or a list of
such objects.
.Data:"list", the list data
Class "list", from data part.
Class "vector", by class "list", distance 2.
signature(.Object = "aggregatorList"):
constructor signature(object = "aggregatorList"): print
object details Florian Hahne
qaGraph, writeQAReport,
qaProcess, qaAggregator
showClass("aggregatorList")