ModelCreator-class           package:rsbml           R Documentation

_S_B_M_L _T_y_p_e "_M_o_d_e_l_C_r_e_a_t_o_r"

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

     Information, such as name, email and organization, about a creator
     of an SBML model.

_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("ModelCreator",
     ...)'.

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


     '_f_a_m_i_l_y_N_a_m_e': Object of class '"character"' specifying the family
          name of the creator. 

     '_g_i_v_e_n_N_a_m_e': Object of class '"character"' specifying the given
          name of the creator. 

     '_e_m_a_i_l': Object of class '"character"' specifying the email
          address of the creator. 

     '_o_r_g_a_n_i_z_a_t_i_o_n': Object of class '"character"' specifying the name
          of the organization to which the creator belongs. 

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


     _e_m_a_i_l 'signature(object = "ModelCreator")': gets the 'email' slot. 

     _e_m_a_i_l<- 'signature(object = "ModelCreator")': sets the 'email<-'
          slot. 

     _f_a_m_i_l_y_N_a_m_e 'signature(object = "ModelCreator")': gets the
          'familyName' slot. 

     _f_a_m_i_l_y_N_a_m_e<- 'signature(object = "ModelCreator")': sets the
          'familyName<-' slot. 

     _g_i_v_e_n_N_a_m_e 'signature(object = "ModelCreator")': gets the
          'givenName' slot. 

     _g_i_v_e_n_N_a_m_e<- 'signature(object = "ModelCreator")': sets the
          'givenName<-' slot. 

     _o_r_g_a_n_i_z_a_t_i_o_n 'signature(object = "ModelCreator")': gets the
          'organization' slot. 

     _o_r_g_a_n_i_z_a_t_i_o_n<- 'signature(object = "ModelCreator")': sets the
          'organization<-' slot. 

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

     Michael Lawrence

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://sbml.org/documents/>

