aafList-class            package:annaffy            R Documentation

_C_l_a_s_s _a_a_f_L_i_s_t, _a _s_p_e_c_i_a_l_i_z_e_d _s_u_b_c_l_a_s_s _o_f _l_i_s_t

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

     A class for lists of annotation data objects.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects are generally created by any of the annotation data
     constructors that are also part of this package. Objects can also
     be created manually  by calls of the form 'new("aafList", list)'.

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


     '._D_a_t_a': Object of class 'list'

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

     Class 'list', from data part.

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


     _g_e_t_T_e_x_t (aafList): Returns a character vector containing textual
          representations of every item.

     _g_e_t_U_R_L (aafList): Returns a character vector containing single
          URLs (if possible) of every item.

     _g_e_t_H_T_M_L (aafList): Returns a character vector containing HTML
          representations of every item.

     _g_e_t_T_D (aafList): Returns a character vector containing HTML table
          cell representations of every item.

     _g_e_t_C_S_S (aafList): Returns getCSS() of the first item in the list.

     [ (aafList): Returns a subset of aafList as another 'aafList' 
          object.


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

     Colin A. Smith, annaffy@colinsmith.org

