OpenMS
|
Representation of a HPLC experiment. More...
#include <OpenMS/METADATA/HPLC.h>
Public Member Functions | |
HPLC () | |
Constructor. More... | |
HPLC (const HPLC &)=default | |
Copy constructor. More... | |
HPLC (HPLC &&)=default | |
Move constructor. More... | |
~HPLC () | |
Destructor. More... | |
HPLC & | operator= (const HPLC &)=default |
Assignment operator. More... | |
HPLC & | operator= (HPLC &&) &=default |
Move assignment operator. More... | |
bool | operator== (const HPLC &source) const |
Equality operator. More... | |
bool | operator!= (const HPLC &source) const |
Equality operator. More... | |
const String & | getInstrument () const |
returns a const reference to the instrument name More... | |
void | setInstrument (const String &instrument) |
sets the instrument name More... | |
const String & | getColumn () const |
returns a const reference to the column description More... | |
void | setColumn (const String &column) |
sets the column description More... | |
Int | getTemperature () const |
returns the temperature (in degree C) More... | |
void | setTemperature (Int temperature) |
sets the temperature (in degree C) More... | |
UInt | getPressure () const |
returns the pressure (in bar) More... | |
void | setPressure (UInt pressure) |
sets the pressure (in bar) More... | |
UInt | getFlux () const |
returns the flux (in microliter/sec) More... | |
void | setFlux (UInt flux) |
sets the flux (in microliter/sec) More... | |
String | getComment () const |
returns the comments More... | |
void | setComment (String comment) |
sets the comments More... | |
const Gradient & | getGradient () const |
returns a const reference to the used gradient More... | |
Gradient & | getGradient () |
returns a mutable reference to the used gradient More... | |
void | setGradient (const Gradient &gradient) |
sets the used gradient More... | |
Protected Attributes | |
String | instrument_ |
String | column_ |
Int | temperature_ |
Int | pressure_ |
Int | flux_ |
String | comment_ |
Gradient | gradient_ |
Representation of a HPLC experiment.
It contains the description of instrument, the settings and the gradient.
HPLC | ( | ) |
Constructor.
~HPLC | ( | ) |
Destructor.
const String& getColumn | ( | ) | const |
returns a const reference to the column description
String getComment | ( | ) | const |
returns the comments
UInt getFlux | ( | ) | const |
returns the flux (in microliter/sec)
Gradient& getGradient | ( | ) |
returns a mutable reference to the used gradient
const Gradient& getGradient | ( | ) | const |
returns a const reference to the used gradient
const String& getInstrument | ( | ) | const |
returns a const reference to the instrument name
UInt getPressure | ( | ) | const |
returns the pressure (in bar)
Int getTemperature | ( | ) | const |
returns the temperature (in degree C)
bool operator!= | ( | const HPLC & | source | ) | const |
Equality operator.
bool operator== | ( | const HPLC & | source | ) | const |
Equality operator.
void setColumn | ( | const String & | column | ) |
sets the column description
void setComment | ( | String | comment | ) |
sets the comments
void setFlux | ( | UInt | flux | ) |
sets the flux (in microliter/sec)
void setGradient | ( | const Gradient & | gradient | ) |
sets the used gradient
void setInstrument | ( | const String & | instrument | ) |
sets the instrument name
void setPressure | ( | UInt | pressure | ) |
sets the pressure (in bar)
void setTemperature | ( | Int | temperature | ) |
sets the temperature (in degree C)
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |