clusterModule-class        package:goCluster        R Documentation

_C_l_a_s_s "_c_l_u_s_t_e_r_M_o_d_u_l_e" _r_e_p_r_e_s_e_n_t_s _t_h_e _b_a_s_e _c_l_a_s_s _f_o_r _a_l_l _g_o_C_l_u_s_t_e_r
_o_b_j_e_c_t_s

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

     This is the central class in 'goCluster' and is being used to
     abstract the configuration and execution of 'goCluster'-objects.

_D_e_t_a_i_l_s:

     'goCluster' has been created as an object oriented package to
     build a modular structure that allows to easily modify and extend
     the functionality of the package. The 'clusterModule'-class
     abstracts the configuration and execution of the different
     modules.

     The 'config', 'setup', and 'setup<-' methods can be used for the
     module configuration. 

     The object oriented structure of 'goCluster' tries to

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

     '_c_o_n_f_i_g': Object of class '"list"'. A list of functions that can
          be 

     '_s_e_t_u_p': Object of class '"list"' ~~ 

     '_e_x_e_c_u_t_e': Object of class '"function"' ~~ 

     '_r_e_s_e_t': Object of class '"list"' ~~ 

     '_c_h_i_l_d_r_e_n': Object of class '"character"' ~~ 

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

     _c_o_n_f_i_g 'signature(object = "clusterModule")': ... 

     _e_x_e_c_u_t_e 'signature(object = "clusterModule")': ... 

     _e_x_e_c_u_t_e<- 'signature(object = "clusterModule")': ... 

     _r_e_s_e_t 'signature(object = "clusterModule")': ... 

     _s_e_t_u_p 'signature(object = "clusterModule")': ... 

     _s_e_t_u_p<- 'signature(object = "clusterModule")': ... 

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

     Gunnar Wrobel, <URL: http://www.gunnarwrobel.de>.

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

     'goCluster-class',

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

