ModelHistory-class           package:rsbml           R Documentation

_S_B_M_L _T_y_p_e "_M_o_d_e_l_H_i_s_t_o_r_y"

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

     Stores the history of an SBML model, including the
     created/modified dates and the creators.

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

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


     '_c_r_e_a_t_e_d_D_a_t_e': Object of class '"character"' representing the
          date/time of creation, in W3CDTF format: 
          'YYYY-MM-DDThh:mm:ssTZD', e.g. "1997-07-16T19:20:30+01:00".

     '_m_o_d_i_f_i_e_d_D_a_t_e': Object of class '"character"' representing the
          date/time of last modification, in W3CDTF format: 
          'YYYY-MM-DDThh:mm:ssTZD', e.g. "1997-07-16T19:20:30+01:00".

     '_c_r_e_a_t_o_r_s': Object of class '"list"' of instances of
          'ModelCreator', one for each creator of the model.

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


     _c_r_e_a_t_e_d_D_a_t_e 'signature(object = "ModelHistory")': get the
          'createdDate' slot.

     _c_r_e_a_t_e_d_D_a_t_e<- 'signature(object = "ModelHistory", value =
          "character")': Set the 'createdDate' slot to a correctly
          formatted string. 

     _c_r_e_a_t_e_d_D_a_t_e<- 'signature(object = "ModelHistory", value =
          "POSIXt")': Set the 'createdDate' slot with a 'POSIXt'
          instance, obtained e.g. from 'Sys.time'.

     _c_r_e_a_t_o_r_s 'signature(object = "ModelHistory")': gets the 'creators'
          slot. 

     _c_r_e_a_t_o_r_s<- 'signature(object = "ModelHistory")': sets the
          'creators' slot. 

     _m_o_d_i_f_i_e_d_D_a_t_e 'signature(object = "ModelHistory")': get the
          'modifiedDate' slot.

     _m_o_d_i_f_i_e_d_D_a_t_e<- 'signature(object = "ModelHistory", value =
          "character")': Set the 'modifiedDate' slot to a correctly
          formatted string. 

     _m_o_d_i_f_i_e_d_D_a_t_e<- 'signature(object = "ModelHistory", value =
          "POSIXt")': Set the 'modifiedDate' slot with a 'POSIXt'
          instance, obtained e.g. from 'Sys.time'.

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

     Michael Lawrence

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

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

