MethodsList-class          package:methods          R Documentation

_C_l_a_s_s _M_e_t_h_o_d_s_L_i_s_t, _R_e_p_r_e_s_e_n_t_a_t_i_o_n _o_f _M_e_t_h_o_d_s _f_o_r _a _G_e_n_e_r_i_c _F_u_n_c_t_i_o_n

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

     Objects from this class are generated and revised by the
     definition of methods for a generic function.

_C_r_e_a_t_i_n_g _O_b_j_e_c_t_s:

     ` new('MethodsList', methods     = ...., # Object of class list
     argument    = ...., # Object of class name allMethods  = ...., #
     Object of class list fromClass   = ...., # Object of class
     character )'

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


     `_m_e_t_h_o_d_s': Object of class "list" ~~ 

     `_a_r_g_u_m_e_n_t': Object of class "name" ~~ 

     `_a_l_l_M_e_t_h_o_d_s': Object of class "list" ~~ 

     `_f_r_o_m_C_l_a_s_s': Object of class "character" ~~ 

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

     Class "OptionalMethods" directly.

