discreteAggregator-class        package:flowQ        R Documentation

_C_l_a_s_s "_d_i_s_c_r_e_t_e_A_g_g_r_e_g_a_t_o_r"

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

     Abstraction of a discrete type of aggregator with possible states
     "passed", "not passed" and "warning"

_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("discreteAggregator", ...)' or using the constructor
     'discreteAggregator(x)', where 'x' is an integer value in
     '[0,1,2]' or a factor with levels '0', '1' and '2'.

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


     '_x': Object of class '"factor"' One in '0' (not passes), '1'
          (passed) or '2' (warning)

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

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

     Class '"qaAggregator"', directly.

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


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

     _w_r_i_t_e_L_i_n_e_s 'signature(text = "discreteAggregator", 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', 'binaryAggregator', 'factorAggregator',
     'numericAggregator', 'stringAggregator', 'rangeAggregator',

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

     showClass("discreteAggregator")

