singleModelMVC-class        package:MVCClass        R Documentation

_C_l_a_s_s "_s_i_n_g_l_e_M_o_d_e_l_M_V_C": _A _c_l_a_s_s _t_o _r_e_p_r_e_s_e_n_t _a _s_i_n_g_l_e
_m_o_d_e_l-_v_i_e_w-_c_o_n_t_r_o_l_l_e_r _o_b_j_e_c_t

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

     singleModelMVC is a class to represent a model-view-controller
     object that cannot be linked to other MVC objects (i.e. single
     refers to the MVC object being unlinked).  The singleModelMVC
     class will combine thee three components (model, view and
     controller) so that the MVC objects can be reused.

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

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


     '_m_o_d_e_l': the model object (will inherit from the gModel virtual
          class) 

     '_v_i_e_w_L_i_s_t': a list of the view objects that visualize the model 

     '_c_o_n_t_r_o_l_l_e_r': the environment that stores information for the MVC
          object 

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

     Class '"MVC"', directly.

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

     No methods defined with class "singleModelMVC" in the signature.

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

     Elizabeth Whalen

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

     'gModel-class', 'genView-class', 'MVC-class',
     'linkedModelMVC-class'

