BasicObject               package:R.oo               R Documentation

_A _r_o_o_t _c_l_a_s_s _l_i_k_e _O_b_j_e_c_t _b_u_t _w_i_t_h_o_u_t _r_e_f_e_r_e_n_c_e_s

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

     R.oo
      *Class BasicObject*

     public class *BasicObject*

_U_s_a_g_e:

     BasicObject(core=NULL)

_A_r_g_u_m_e_n_t_s:

    core: The core value of the object.

_F_i_e_l_d_s _a_n_d _M_e_t_h_o_d_s:

     *Methods:*

         '$'                     Makes the fields and methods of an BasicObject accessable via the $ and the [[ operator.
         '$<-'                   Makes the fields and methods of an BasicObject assignable via the $<- and the [[<- operator.
         '[['                    -
         '[[<-'                  -
         'as.character'          Gets a character string representing the object.
         'attach'                Attach an BasicObject to the R search path.
         'detach'                Detach an BasicObject from the R search path.
         'equals'                Compares an object with another.
         'extend'                Extends another class.
         'getFields'             Returns the field names of an BasicObject.
         'getInstanciationTime'  Gets the time when the object was instanciated.
         'hasField'              Checks if a field exists or not.
         'hashCode'              Gets a hash code for the object.
         'isReferable'           Checks if the object is referable or not.
         'objectSize'            Gets the size of the BasicObject in bytes.
         'print'                 Prints an BasicObject.

     *Methods inherited from logical*:
      as.data.frame

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

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

