qaProcess-class            package:flowQ            R Documentation

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

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

     QA processes create graphical output which can be bundled in a
     single HTML document. This class stores all information that is
     needed by 'writeQAReport' to produce such HTML reports.

_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 functions. See
     'qaProcess.timeline' and 'qaProcess.marginevents' for details.
     When writing new QA process functions, the constructors
     'qaProcessFrame' and 'qaProcess' should be used. The latter
     expects the mandatory arguments 'id', 'type' and 'frameProcesses'
     and also accepts the optional arguments 'name' and 'summaryGraph'.
     See the vignette of this package for details.

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


     '_i_d': Object of class '"character"', the objects unique identifier 

     '_n_a_m_e': Object of class '"character"', the name of the process 

     '_t_y_p_e': Object of class '"character"', the type of process 

     '_f_r_a_m_e_I_D_s': Object of class '"character"', the identifiers of the
          'flowSet's to which the subprocesses are linkes 

     '_s_u_m_m_a_r_y_G_r_a_p_h': Object of class '"qaGraph"', a graphical summary
          of the processe's outcome 

     '_f_r_a_m_e_P_r_o_c_e_s_s_e_s': Object of class '"list"', more detailed
          information for each 'flowFrame' 

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


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

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

     Florian Hahne

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

     'qaGraphList', 'writeQAReport', 'qaProcessFrame'

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

     showClass("qaProcess")

