Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

rnaml::Identity Class Reference

#include <Identity.h>

Inheritance diagram for rnaml::Identity:

rnaml::Object List of all members.

Public Methods

 Identity ()
 Initializes the object.

 Identity (const Identity &right)
 Initializes the object with the right's content.

Identity * clone () const
 Clones the object.

virtual ~Identity ()
 Destroys the object.

Identity & operator= (const Identity &right)
 Assigns the object with the right's content.

const char * getName () const
 Gets the identity name.

void setName (const char *name)
 Sets the identity name.

TaxonomygetTaxonomy () const
 Gets the identity taxonomy.

void setTaxonomy (Taxonomy *taxonomy)
 Sets the identity taxonomy.


Constructor & Destructor Documentation

rnaml::Identity::Identity   [inline]
 

Initializes the object.

rnaml::Identity::Identity const Identity &    right [inline]
 

Initializes the object with the right's content.

Parameters:
right  the object to copy.

virtual rnaml::Identity::~Identity   [inline, virtual]
 

Destroys the object.


Member Function Documentation

Identity* rnaml::Identity::clone   const [inline]
 

Clones the object.

Returns:
a copy of the object.

const char* rnaml::Identity::getName   const [inline]
 

Gets the identity name.

Returns:
the identity name string.

Taxonomy * rnaml::Identity::getTaxonomy  
 

Gets the identity taxonomy.

Returns:
the identity taxonomy.

Identity & rnaml::Identity::operator= const Identity &    right
 

Assigns the object with the right's content.

Parameters:
right  the object to copy.
Returns:
itself.

void rnaml::Identity::setName const char *    name [inline]
 

Sets the identity name.

Parameters:
name  the identity name string.

void rnaml::Identity::setTaxonomy Taxonomy   taxonomy
 

Sets the identity taxonomy.

Parameters:
taxonomy  the identity taxonomy.


The documentation for this class was generated from the following files:
Generated on Tue Nov 11 14:59:56 2003 for xmlcpg by doxygen1.2.18