gModifyMessage-class        package:MVCClass        R Documentation

_C_l_a_s_s "_g_M_o_d_i_f_y_M_e_s_s_a_g_e": _A _c_l_a_s_s _t_o _r_e_p_r_e_s_e_n_t _a _m_o_d_i_f_y _m_e_s_s_a_g_e

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

     gModifyMessage is a virtual class to represent a modify message. 
     Both gAddMessage and gUpdateMessage classes are inherited from
     gModifyMessage.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     A virtual Class: No objects may be created from it.

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


     '_d_a_t_a_N_a_m_e': the name of the data to be added or the name of the
          data that the view will visualize 

     '_m_D_a_t_a': a list of information needed to perform the addition 

     '_t_y_p_e': the type of addition to perform (ex. which type of model
          to add or which type of view to add) 

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

     Class '"gMessage"', directly.

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


     _d_a_t_a_N_a_m_e<- Sets the 'dataName' slot 

     _d_a_t_a_N_a_m_e Returns the 'dataName' slot 

     _m_D_a_t_a<- Sets the 'mData' slot 

     _m_D_a_t_a Returns the 'mData' slot 

     _t_y_p_e<- Sets the 'type' slot 

     _t_y_p_e Returns the 'type' slot 

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

     Elizabeth Whalen

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

     'gMessage-class', 'gAddMessage-class', 'gUpdateMessage-class'

