CVTerm-class              package:rsbml              R Documentation

_S_B_M_L _T_y_p_e "_C_V_T_e_r_m"

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

     A MIRIAM annotation, consisting of a qualifier ("model",
     "biological" or something else) and a resource (URI).

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

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


     '_q_u_a_l_i_f_i_e_r_T_y_p_e': Object of class '"character"' specifying the type
          of qualifier for this term. Types "model" and "biological"
          have special meaning, but any string may be specified.

     '_m_o_d_e_l_Q_u_a_l_i_f_i_e_r_T_y_p_e': Object of class '"character"' specifying the
          type of model qualifier, if 'qualifierType' is set to
          "model". Types "is" and "isDescribedBy" are formally defined
          in MIRIAM, but any string may be specified.

     '_b_i_o_l_o_g_i_c_a_l_Q_u_a_l_i_f_i_e_r_T_y_p_e': Object of class '"character"'
          specifying the type of biological qualifier, if
          'qualifierType' is set to "biological". Types "is",
          "hasPart", "isPartOf", "isVersionOf", "hasVersion",
          "isHomologTo", and "isDescribedBy" are formally defined in
          MIRIAM, though any string may be specified.

     '_r_e_s_o_u_r_c_e_s': Object of class '"character"' specifying a URI that
          identifies some resource related an SBML element by the
          qualifier.

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


     _b_i_o_l_o_g_i_c_a_l_Q_u_a_l_i_f_i_e_r_T_y_p_e 'signature(object = "CVTerm")': gets the
          'biologicalQualifierType' slot.

     _b_i_o_l_o_g_i_c_a_l_Q_u_a_l_i_f_i_e_r_T_y_p_e<- 'signature(object = "CVTerm")':  sets
          the 'biologicalQualifierType' slot.

     _m_o_d_e_l_Q_u_a_l_i_f_i_e_r_T_y_p_e 'signature(object = "CVTerm")': gets the
          'modelQualifierType' slot.

     _m_o_d_e_l_Q_u_a_l_i_f_i_e_r_T_y_p_e<- 'signature(object = "CVTerm")': sets the
          'modelQualifierType' slot.

     _q_u_a_l_i_f_i_e_r_T_y_p_e 'signature(object = "CVTerm")': gets the
          'qualifierType' slot.

     _q_u_a_l_i_f_i_e_r_T_y_p_e<- 'signature(object = "CVTerm")': sets the
          'qualifierType' slot.

     _r_e_s_o_u_r_c_e_s 'signature(object = "CVTerm")': gets the 'resources'
          slot.

     _r_e_s_o_u_r_c_e_s<- 'signature(object = "CVTerm")': sets the 'resources'
          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/>

