SpeciesReferenceGlyph-class      package:rsbml      R Documentation

_S_B_M_L _t_y_p_e "_S_p_e_c_i_e_s_R_e_f_e_r_e_n_c_e_G_l_y_p_h"

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

     A glyph representing a 'SpeciesReference' in an SBML layout.

_I_n_s_t_a_n_t_i_a_t_i_o_n:

     Objects can be created by calls of the form
     'new("SpeciesReferenceGlyph", ...)'.

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

     '_s_p_e_c_i_e_s_G_l_y_p_h': Object of class '"character"' identifying the
          'SpeciesGlyph' representing the 'Species' that is referenced
          by the underyling 'SpeciesReference'.

     '_s_p_e_c_i_e_s_R_e_f_e_r_e_n_c_e': Object of class '"character"' identifying the
          'linkS4class{SpeciesReference}' represented by this glyph.

     '_r_o_l_e': Object of class '"character"' indicating how this glyph
          should represent the "role" of the underlying
          'SpeciesReference'.

     '_c_u_r_v_e': Object of class '"Curve"' describing this glyph as a
          curve (optional).

     '_i_d': Object of class '"character"' uniquely identifying this
          component. 

     '_b_o_u_n_d_i_n_g_B_o_x': Object of class '"BoundingBox"' describing the
          position and size of the graphical object.

     '_m_e_t_a_I_d': Object of class '"character"' that is an XML ID
          "described" by an RDF resource. This links an SBML element to
          an RDF resource. RDF may appear anywhere in an SBML element,
          but is usually placed inside the 'annotation' element.

     '_n_o_t_e_s': Object of class '"character"'  containing user-readable
          XHTML notes about an element. 

     '_a_n_n_o_t_a_t_i_o_n': Object of class '"character"' containing additional
          machine-readable information about an element, usually as
          RDF, such as BioPAX. This is where application-specific data
          belongs.

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

     Class '"GraphicalObject"', directly. Class '"SBase"', by class
     "GraphicalObject", distance 2.

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

     _r_o_l_e 'signature(object = "SpeciesReferenceGlyph")': gets the
          'role' slot 

     _r_o_l_e<- 'signature(object = "SpeciesReferenceGlyph")': sets the
          'role' slot 

     _s_p_e_c_i_e_s_G_l_y_p_h 'signature(object = "SpeciesReferenceGlyph")': gets
          the 'speciesGlyph' slot 

     _s_p_e_c_i_e_s_G_l_y_p_h<- 'signature(object = "SpeciesReferenceGlyph")': sets
          the 'speciesGlyph' slot 

     _s_p_e_c_i_e_s_R_e_f_e_r_e_n_c_e 'signature(object = "SpeciesReferenceGlyph")':
          gets the 'speciesReference' slot 

     _s_p_e_c_i_e_s_R_e_f_e_r_e_n_c_e<- 'signature(object = "SpeciesReferenceGlyph")':
          sets the 'speciesReference' slot 

     _c_u_r_v_e 'signature(expr = "SpeciesReferenceGlyph")': ... 

     _c_u_r_v_e<- 'signature(object = "SpeciesReferenceGlyph")': sets the
          'curve' slot 

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

     Michael Lawrence

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://projects.villa-bosch.de/bcb/sbml>

