SBMLProblems-class           package:rsbml           R Documentation

_S_B_M_L_P_r_o_b_l_e_m_s

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

     A class representing errors encountered during parsing of SBML.

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


     '_f_a_t_a_l_s': A list of 'SBMLFatal' instances. 

     '_e_r_r_o_r_s': A list of 'SBMLError' instances. 

     '_w_a_r_n_i_n_g_s': A list of 'SBMLWarning' instances. 

     '_i_n_f_o_s': A list of 'SBMLInfo' instances. 

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


     ._t_h_r_o_w 'signature(object = "SBMLProblems")': Throws each
          'SBMLProblem' in this object.

     _e_r_r_o_r_s 'signature(object = "SBMLProblems")': Gets the 'errors'
          slot. 

     _f_a_t_a_l_s 'signature(object = "SBMLProblems")': Gets the 'fatals'
          slot. 

     _i_n_f_o_s 'signature(object = "SBMLProblems")': Gets the 'infos' slot. 

     _w_a_r_n_s 'signature(object = "SBMLProblems")': Gets the 'warns' slot. 

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

     Michael Lawrence

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

     The 'rsbml_problems' function for obtaining an instance of this
     class describing any problems encountered during parsing.

