 |
OpenMS
2.4.0
|
Go to the documentation of this file.
75 const String & getEnzyme()
const;
77 void setEnzyme(
const String & enzyme);
80 double getDigestionTime()
const;
82 void setDigestionTime(
double digestion_time);
85 double getTemperature()
const;
87 void setTemperature(
double temperature);
92 void setPh(
double ph);
double digestion_time_
Definition: Digestion.h:96
A more convenient string class.
Definition: String.h:57
String enzyme_
Definition: Digestion.h:95
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Base class for sample treatments (Digestion, Modification, Tagging, ...)
Definition: SampleTreatment.h:51
double temperature_
Definition: Digestion.h:97
double ph_
Definition: Digestion.h:98
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
Meta information about digestion of a sample.
Definition: Digestion.h:49