KineticLaw-class            package:rsbml            R Documentation

_S_B_M_L _t_y_p_e "_K_i_n_e_t_i_c_L_a_w"

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

     Describes the rate of a 'Reaction'.

_I_n_s_t_a_n_t_i_a_t_i_o_n:

     Objects can be created by calls of the form 'new("KineticLaw",
     ...)'.

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

     '_m_a_t_h': Object of class '"expression"' defining the rate of the
          reaction.

     '_p_a_r_a_m_e_t_e_r_s': Object of class '"list"' containing 'Parameter's
          that may be used in 'math'.

     '_t_i_m_e_U_n_i_t_s': Object of class '"character"' indicating the units
          for time.

     '_s_u_b_s_t_a_n_c_e_U_n_i_t_s': Object of class '"character"' indicating the
          units for substance.

     '_m_e_t_a_I_d': Object of class '"character"' that is an XML ID
          "described" by an RDF resource. This links an SBML element to
          an RDF resource. RDF may appear anywhere in an SBML element,
          but is usually placed inside the 'annotation' element.

     '_n_o_t_e_s': Object of class '"character"'  containing user-readable
          XHTML notes about an element. 

     '_a_n_n_o_t_a_t_i_o_n': Object of class '"character"' containing additional
          machine-readable information about an element, usually as
          RDF, such as BioPAX. This is where application-specific data
          belongs.

_E_x_t_e_n_d_s:

     Class '"SBase"', directly.

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

     _m_a_t_h 'signature(object = "KineticLaw")': gets the 'math' slot 

     _m_a_t_h<- 'signature(object = "KineticLaw")': sets the 'math' slot 

     _s_u_b_s_t_a_n_c_e_U_n_i_t_s 'signature(object = "KineticLaw")': gets the
          'substanceUnits' slot 

     _s_u_b_s_t_a_n_c_e_U_n_i_t_s<- 'signature(object = "KineticLaw")': sets the
          'substanceUnits' slot 

     _t_i_m_e_U_n_i_t_s 'signature(object = "KineticLaw")': gets the 'timeUnits'
          slot 

     _t_i_m_e_U_n_i_t_s<- 'signature(object = "KineticLaw")': sets the
          'timeUnits' slot 

     _p_a_r_a_m_e_t_e_r_s 'signature(object = "KineticLaw")': gets the
          'parameters' slot 

     _p_a_r_a_m_e_t_e_r_s<- 'signature(object = "KineticLaw")': sets the
          'parameters' 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/>

