binaryAggregator-class         package:flowQ         R Documentation

_C_l_a_s_s "_b_i_n_a_r_y_A_g_g_r_e_g_a_t_o_r"

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

     Abstraction of a binary type of aggregator with possible states
     "passed" and "not passed"

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

     Objects can be created by calls of the form
     'new("binaryAggregator", ...)', or using the constructor
     'binaryAggregator(passed)', where 'passed' is a logical scalar.

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


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

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

     Class '"qaAggregator"', directly.

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


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

     _w_r_i_t_e_L_i_n_e_s 'signature(text = "binaryAggregator", con = "file", sep
          = "missing")': write to HTML file connection 

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

     Florian Hahne

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

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

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

     showClass("binaryAggregator")

