aggregatorList-class          package:flowQ          R Documentation

_C_l_a_s_s "_a_g_g_r_e_g_a_t_o_r_L_i_s_t"

_D_e_s_c_r_i_p_t_i_o_n:

     A list of qaAggregators

_D_e_t_a_i_l_s:

     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.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects should be created using the constructor:

     'aggregatorList(...), where \code{...}' are objects inheriting
     form class 'qaAggregator' or a list of such objects.

_S_l_o_t_s:


     '._D_a_t_a': Object of class '"list"', the list data 

_E_x_t_e_n_d_s:

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

_M_e_t_h_o_d_s:


     _i_n_i_t_i_a_l_i_z_e 'signature(.Object = "aggregatorList")': constructor 

     _s_h_o_w 'signature(object = "aggregatorList")': print object details 

_A_u_t_h_o_r(_s):

     Florian Hahne

_S_e_e _A_l_s_o:

     'qaGraph', 'writeQAReport', 'qaProcess', 'qaAggregator'

_E_x_a_m_p_l_e_s:

     showClass("aggregatorList")

