factorAggregator-class         package:flowQ         R Documentation

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

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

     Abstraction of a factor type of aggregator with possible states
     coded by the factor levels

_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("factorAggregator", ...)' or using the constructor
     'factorAggregator(x, passed)', where 'x' is a factor, or an object
     which can be coerced to a factor, and 'passed' is a logical
     scalar.

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


     '_x': Object of class '"factor"' coding the outcome state 

     '_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 = "factorAggregator")': print object
          details  

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

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

     showClass("factorAggregator")

