Meta information about digestion of a sample. More...
#include <OpenMS/METADATA/Digestion.h>
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 | |
| DoubleReal | getDigestionTime () const |
| returns the digestion time in minutes (default is 0.0) | |
| void | setDigestionTime (DoubleReal digestion_time) |
| sets the digestion time in minutes | |
| DoubleReal | getTemperature () const |
| return the temperature during digestion in degree C (default is 0.0) | |
| void | setTemperature (DoubleReal temperature) |
| sets the temperature during digestion in degree C | |
| DoubleReal | getPh () const |
| returns the pH value (default is 0.0) | |
| void | setPh (DoubleReal ph) |
| sets the pH value | |
Protected Attributes | |
| String | enzyme_ |
| DoubleReal | digestion_time_ |
| DoubleReal | temperature_ |
| DoubleReal | ph_ |
Meta information about digestion of a sample.
Representation of a digestion.
| Digestion | ( | ) |
default constructor
| virtual ~Digestion | ( | ) | [virtual] |
destructor
| virtual SampleTreatment* clone | ( | ) | const [virtual] |
clone method. See SampleTreatment
Implements SampleTreatment.
| DoubleReal getDigestionTime | ( | ) | const |
returns the digestion time in minutes (default is 0.0)
| const String& getEnzyme | ( | ) | const |
returns the enzyme name (default is "")
| DoubleReal getPh | ( | ) | const |
returns the pH value (default is 0.0)
| DoubleReal getTemperature | ( | ) | const |
return the temperature during digestion in degree C (default is 0.0)
| 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.
| void setDigestionTime | ( | DoubleReal | digestion_time | ) |
sets the digestion time in minutes
| void setEnzyme | ( | const String & | enzyme | ) |
sets the enzyme name
| void setPh | ( | DoubleReal | ph | ) |
sets the pH value
| void setTemperature | ( | DoubleReal | temperature | ) |
sets the temperature during digestion in degree C
DoubleReal digestion_time_ [protected] |
DoubleReal ph_ [protected] |
DoubleReal temperature_ [protected] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:55 using doxygen 1.7.1 |