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);
A more convenient string class.
Definition: String.h:57
Base class for sample treatments (Digestion, Modification, Tagging, ...)
Definition: SampleTreatment.h:51
String enzyme_
Definition: Digestion.h:95
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
double ph_
Definition: Digestion.h:98
double digestion_time_
Definition: Digestion.h:96
double temperature_
Definition: Digestion.h:97
Meta information about digestion of a sample.
Definition: Digestion.h:49