#include <OpenMS/METADATA/Digestion.h>
Representation of a digestion.
Public Member Functions | |
Digestion () | |
default constructor | |
Digestion (const Digestion &) | |
copy constructor | |
virtual | ~Digestion () |
destructor | |
Digestion & | operator= (const Digestion &) |
assignment operator | |
virtual bool | operator== (const SampleTreatment &rhs) const |
Equality operator. | |
virtual SampleTreatment * | clone () const |
clone method. See SampleTreatment | |
const String & | getEnzyme () const |
returns the enzyme name (default is "") | |
void | setEnzyme (const String &enzyme) |
sets the enzyme name | |
float | getDigestionTime () const |
returns the digestion time in minutes (default is 0.0) | |
void | setDigestionTime (float digestion_time) |
sets the digestion time in minutes | |
float | getTemperature () const |
return the temperature during digestion in degree C (default is 0.0) | |
void | setTemperature (float temperature) |
sets the temperature during digestion in degree C | |
float | getPh () const |
returns the pH value (default is 0.0) | |
void | setPh (float ph) |
sets the pH value | |
Protected Attributes | |
String | enzyme_ |
float | digestion_time_ |
float | temperature_ |
float | ph_ |
Digestion | ( | ) |
default constructor
virtual ~Digestion | ( | ) | [virtual] |
destructor
virtual bool operator== | ( | const SampleTreatment & | rhs | ) | const [virtual] |
Equality operator.
Although this operator takes a reference to a SampleTreatment as argument it tests for the equality of Tagging instances!
Reimplemented from SampleTreatment.
virtual SampleTreatment* clone | ( | ) | const [virtual] |
const String& getEnzyme | ( | ) | const |
returns the enzyme name (default is "")
void setEnzyme | ( | const String & | enzyme | ) |
sets the enzyme name
float getDigestionTime | ( | ) | const |
returns the digestion time in minutes (default is 0.0)
void setDigestionTime | ( | float | digestion_time | ) |
sets the digestion time in minutes
float getTemperature | ( | ) | const |
return the temperature during digestion in degree C (default is 0.0)
void setTemperature | ( | float | temperature | ) |
sets the temperature during digestion in degree C
float getPh | ( | ) | const |
returns the pH value (default is 0.0)
void setPh | ( | float | ph | ) |
sets the pH value
float digestion_time_ [protected] |
float temperature_ [protected] |
float ph_ [protected] |
Generated Tue Apr 1 15:36:46 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |