SpeciesReference-class         package:rsbml         R Documentation

_S_B_M_L _t_y_p_e "_S_p_e_c_i_e_s_R_e_f_e_r_e_n_c_e"

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

     Binds a reactant or product 'Species' to  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("SpeciesReference", ...)'.

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


     '_s_t_o_i_c_h_i_o_m_e_t_r_y': Object of class '"numeric"' indicating the
          (static) stoichiometric coefficient.

     '_s_t_o_i_c_h_i_o_m_e_t_r_y_M_a_t_h': Object of class '"StoichiometryMath"'  that
          dynamically calculates the stoichiometric coefficient.

     '_i_d': Object of class '"character"' uniquely identifying this
          component. 

     '_s_p_e_c_i_e_s': Object of class '"character"' identifying the 'Species'
          being referenced.

     '_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.

     '_c_v_T_e_r_m_s': Object of class '"list"' containing instances of
          'CVTerm' associated with this element.

     '_s_b_o_T_e_r_m': Object of class '"integer"' identifying a term in the
          Systems Biology Ontology (SBO).

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

     Class '"SimpleSpeciesReference"', directly. Class '"SBase"', by
     class "SimpleSpeciesReference", distance 2.

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


     _s_t_o_i_c_h_i_o_m_e_t_r_y 'signature(object = "SpeciesReference")': gets the
          'stoichiometry' slot 

     _s_t_o_i_c_h_i_o_m_e_t_r_y<- 'signature(object = "SpeciesReference")': sets the
          'stoichiometry' slot 

     _s_t_o_i_c_h_i_o_m_e_t_r_y_M_a_t_h 'signature(object = "SpeciesReference")': gets
          the 'stoichiometryMath' slot 

     _s_t_o_i_c_h_i_o_m_e_t_r_y_M_a_t_h<- 'signature(object = "SpeciesReference")': sets
          the 'stoichiometryMath' 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/>

