BaseFileParameters        package:aroma.Base        R Documentation

_T_h_e _B_a_s_e_F_i_l_e_P_a_r_a_m_e_t_e_r_s _c_l_a_s_s _e_x_t_e_n_d_i_n_g _B_a_s_e_F_i_l_e_S_e_c_t_i_o_n

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

     Package:  aroma.Base 
      *Class BaseFileParameters*

     'Object'
      '~~|'
      '~~+--''BaseFileSection'
      '~~~~~~~|'
      '~~~~~~~+--''BaseFileParameters'

     *Directly known subclasses:*


     public static class *BaseFileParameters*
      extends BaseFileSection

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

     BaseFileParameters(section=NULL, ...)

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

 section: A section 'list' structure.

     ...: Not used.

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

     *Methods:*

         'as.character'      Gets a string description of BASE parameters.
         'attachParameters'  Assigns the parameters of a BASE parameters section locally.
         'getParameter'      Gets one parameter from a BASE parameters section.
         'getParameters'     Gets parameters from a BASE parameters section.
         'getPluginVersion'  Gets the plugin version of a BASE parameters section.
         'nbrOfParameters'   Gets the number of parameters in a BASE parameters section.

     *Methods inherited from BaseFileSection*:
      addColumn, as.character, as.list, equals, getColumns, getData,
     getDataByKeys, getHeader, getHeaders, getType, hasColumns,
     hasData, hasHeaders, nbrOfHeaders, print, setColumns, setData,
     setDataFieldByKeys, setHeader, setType, sizeOfData, validate

     *Methods inherited from Object*:
      $, $<-, [[, [[<-, as.character, attach, attachLocally,
     clearCache, clone, detach, equals, extend, finalize, gc,
     getEnvironment, getFields, getInstantiationTime,
     getStaticInstance, hasField, hashCode, ll, load, objectSize,
     print, registerFinalizer, save

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

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

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

     'BaseFile'.

