signature-class           package:methods           R Documentation

_C_l_a_s_s "_s_i_g_n_a_t_u_r_e" _F_o_r _M_e_t_h_o_d _D_e_f_i_n_i_t_i_o_n_s

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

     This class represents the mapping of some of the formal arguments
     of a function onto the names of some classes.  It is used as one
     of two slots in the 'MethodDefinition' class.

_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("signature",
     functionDef, ...)'.  The 'functionDef' argument, if it is supplied
     as a function object, defines the formal names.  The other
     arguments define the classes.

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


     '._D_a_t_a': Object of class '"character"' the classes. 

     '_n_a_m_e_s': Object of class '"character"' the corresponding argument
          names. 

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

     Class '"character"', from data part. Class '"vector"', by class
     "character".

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


     _i_n_i_t_i_a_l_i_z_e 'signature(object = "signature")': see the discussion
          of objects from the class, above. 

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

     class 'MethodDefinition' for the use of this class.

