qaAggregator-class           package:flowQ           R Documentation

_A_b_s_t_r_a_c_t_i_o_n _o_f _t_h_e _p_o_s_s_i_b_l_e _o_u_t_c_o_m_e_s _o_f _a _Q_A _p_r_o_c_e_s_s

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

     Virtual parent class for different types of QA aggregators

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

     In the context of this package, 'qaAggregators' are objects that
     hold the outcome of a QA process. Each subclass implements its own
     'writeLine' method, which creates the appropriate HTML code for a
     graphical representation of the object.

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

     A virtual Class: No objects may be created from it.

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


     '_p_a_s_s_e_d': Object of class '"logical"' indicating whether the
          process has passed the QA requirements 

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

     No methods defined with class "qaAggregator" in the signature.

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

     Florian Hahne

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

     'qaProcess.marginevents', 'qaReport', 'qaProcess',
     'qaProcess.timeline', 'binaryAggregator', 'discreteAggregator',
     'factorAggregator', 'numericAggregator', 'stringAggregator',
     'rangeAggregator',

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

     showClass("qaAggregator")

