dfModel-class            package:MVCClass            R Documentation

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

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

     dfModel is a class to represent a data frame model.  This class
     inherits from the virtual class, gModel.  An object of dfModel is
     responsible for storing and updating the data.

_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("dfModel", ...)'.
     The initialize method for this class will be created in other
     packages that use this package (for example, the initialize method
     will be created in the iSNetwork and iSPlot packages).

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

     '_m_o_d_e_l_D_a_t_a': the model data, which is a data frame 

     '_v_i_r_t_u_a_l_D_a_t_a': data that is needed by views of this model, will be
          a data frame 

     '_l_i_n_k_D_a_t_a': a list of functions that link this model to its parent
          and child models (if it has any) 

     '_m_o_d_e_l_N_a_m_e': the name of this model 

     '_m_o_d_e_l_V_a_r': a list of variables that refer to the modelData (for
          instance this may be t-test values that were calculated from
          the modelData) 

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

     Class '"gModel"', directly.

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

     No methods defined with class "dfModel" in the signature.  The
     methods for this class will be created in other packages that use
     this package like iSNetwork and iSPlot.

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

     Elizabeth Whalen

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

     'gModel-class'

_E_x_a_m_p_l_e_s:

