Representation of a HPLC gradient.
Definition: Gradient.h:53
Representation of a HPLC experiment.
Definition: HPLC.h:51
String comment_
Definition: HPLC.h:115
HPLC(HPLC &&)=default
Move constructor.
String instrument_
Definition: HPLC.h:110
Int temperature_
Definition: HPLC.h:112
Int getTemperature() const
returns the temperature (in degree C)
UInt getPressure() const
returns the pressure (in bar)
HPLC(const HPLC &)=default
Copy constructor.
bool operator!=(const HPLC &source) const
Equality operator.
const String & getInstrument() const
returns a const reference to the instrument name
HPLC & operator=(const HPLC &)=default
Assignment operator.
const Gradient & getGradient() const
returns a const reference to the used gradient
UInt getFlux() const
returns the flux (in microliter/sec)
HPLC & operator=(HPLC &&) &=default
Move assignment operator.
void setTemperature(Int temperature)
sets the temperature (in degree C)
String column_
Definition: HPLC.h:111
void setGradient(const Gradient &gradient)
sets the used gradient
Gradient gradient_
Definition: HPLC.h:116
String getComment() const
returns the comments
void setFlux(UInt flux)
sets the flux (in microliter/sec)
void setPressure(UInt pressure)
sets the pressure (in bar)
void setComment(String comment)
sets the comments
Int flux_
Definition: HPLC.h:114
Int pressure_
Definition: HPLC.h:113
void setColumn(const String &column)
sets the column description
const String & getColumn() const
returns a const reference to the column description
Gradient & getGradient()
returns a mutable reference to the used gradient
bool operator==(const HPLC &source) const
Equality operator.
void setInstrument(const String &instrument)
sets the instrument name
A more convenient string class.
Definition: String.h:61
int Int
Signed integer type.
Definition: Types.h:102
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47