#include <OpenMS/METADATA/HPLC.h>
It contains the description of instrument, the settings and the gradient.
Public Member Functions | |
HPLC () | |
Constructor. | |
HPLC (const HPLC &source) | |
Copy constructor. | |
~HPLC () | |
Destructor. | |
HPLC & | operator= (const HPLC &source) |
Assignment operator. | |
bool | operator== (const HPLC &source) const |
Equality operator. | |
bool | operator!= (const HPLC &source) const |
Equality operator. | |
const String & | getInstrument () const |
returns a const reference to the instument name | |
void | setInstrument (const String &instrument) |
sets the instument name | |
const String & | getColumn () const |
returns a const reference to the column description | |
void | setColumn (const String &column) |
sets the column description | |
Int | getTemperature () const |
returns the temperature (in degree C) | |
void | setTemperature (Int temperature) |
sets the temperature (in degree C) | |
UInt | getPressure () const |
returns the pressure (in bar) | |
void | setPressure (UInt pressure) |
sets the pressure (in bar) | |
UInt | getFlux () const |
returns the flux (in microliter/sec) | |
void | setFlux (UInt flux) |
sets the flux (in microliter/sec) | |
String | getComment () const |
returns the comments | |
void | setComment (String comment) |
sets the comments | |
const Gradient & | getGradient () const |
returns a const reference to the used gradient | |
Gradient & | getGradient () |
returns a mutable reference to the used gradient | |
void | setGradient (const Gradient &gradient) |
sets the used gradient | |
Protected Attributes | |
String | instrument_ |
String | column_ |
Int | temperature_ |
Int | pressure_ |
Int | flux_ |
String | comment_ |
Gradient | gradient_ |
HPLC | ( | ) |
Constructor.
~HPLC | ( | ) |
Destructor.
bool operator== | ( | const HPLC & | source | ) | const |
Equality operator.
bool operator!= | ( | const HPLC & | source | ) | const |
Equality operator.
const String& getInstrument | ( | ) | const |
returns a const reference to the instument name
void setInstrument | ( | const String & | instrument | ) |
sets the instument name
const String& getColumn | ( | ) | const |
returns a const reference to the column description
void setColumn | ( | const String & | column | ) |
sets the column description
Int getTemperature | ( | ) | const |
returns the temperature (in degree C)
void setTemperature | ( | Int | temperature | ) |
sets the temperature (in degree C)
UInt getPressure | ( | ) | const |
returns the pressure (in bar)
void setPressure | ( | UInt | pressure | ) |
sets the pressure (in bar)
UInt getFlux | ( | ) | const |
returns the flux (in microliter/sec)
void setFlux | ( | UInt | flux | ) |
sets the flux (in microliter/sec)
String getComment | ( | ) | const |
returns the comments
void setComment | ( | String | comment | ) |
sets the comments
const Gradient& getGradient | ( | ) | const |
returns a const reference to the used gradient
Gradient& getGradient | ( | ) |
returns a mutable reference to the used gradient
void setGradient | ( | const Gradient & | gradient | ) |
sets the used gradient
String instrument_ [protected] |
Int temperature_ [protected] |
Generated Tue Apr 1 15:36:46 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |