InitialAssignment-class        package:rsbml        R Documentation

_S_B_M_L _T_y_p_e "_I_n_i_t_i_a_l_A_s_s_i_g_n_m_e_n_t"

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

     Calculates the value of a symbol when the model is initialized.

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

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


     '_s_y_m_b_o_l': Object of class '"character"' to which the value is
          assigned.

     '_m_a_t_h': Object of class '"expression"' that evaluates to the
          assigned value.

     '_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 '"SBase"', directly.

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


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

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

     _s_y_m_b_o_l 'signature(object = "InitialAssignment")': gets the
          'symbol' slot. 

     _s_y_m_b_o_l<- 'signature(object = "InitialAssignment")': sets the
          'symbol' slot. 

_N_o_t_e:

     Requires libsbml >= 3.0

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

     Michael Lawrence

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

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

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

     'AssignmentRule', which can set a value at any time but cannot set
     constants.

