taggedHierNomenclature-class    package:ontoTools    R Documentation

_C_l_a_s_s "_t_a_g_g_e_d_H_i_e_r_N_o_m_e_n_c_l_a_t_u_r_e" ~~~

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

     representation of a DAG-structured nomenclature

_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("taggedHierNomenclature", ...)'. See example

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


     '_t_a_g_s': Object of class '"character"'  ; formal tags, often
          semantically opaque 

     '_p_a_r_e_n_t_s': Object of class '"character"'; terms regarded as
          generalizations of the given term 

     '_d_e_l_i_m': Object of class '"character"'; the parent strings are
          decomposed using this delimiter 

     '_r_o_o_t_T_o_k_e_n': Object of class '"character"'; token used to indicate
          root of DAG 

     '_n_a_m_e': Object of class '"character"'  name of nomenclature 

     '_p_r_o_v_e_n_a_n_c_e': Object of class '"provStruct"' information on
          origins of vocabulary 

     '_i_n_M_a_p_p_i_n_g_s': Object of class '"character"' list of mappings in
          which the term is employed 

     '_t_e_r_m_s': Object of class '"character"' actual subject matter terms
          being organized 

     '_d_e_f_i_n_i_t_i_o_n_s': Object of class '"character"' verbal definitions of
          terms 

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

     Class '"nomenclature"', directly.

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


     _c_h_i_l_d_r_e_n 'signature(term = "character", nom =
          "taggedHierNomenclature")': ... 

     _p_a_r_e_n_t_s 'signature(term = "character", nom =
          "taggedHierNomenclature")': ... 

     _s_h_o_w 'signature(object = "taggedHierNomenclature")': ... 

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

     VJ Carey <stvjc@channing.harvard.edu>

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

     'GDI_NCIThesaurus'

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

     data(GDI_NCIThesaurus)
     GDI_NCIThesaurus

