Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Protected Attributes | List of all members
HPLC Class Reference

Representation of a HPLC experiment. More...

#include <OpenMS/METADATA/HPLC.h>

Public Member Functions

 HPLC ()
 Constructor. More...
 
 HPLC (const HPLC &source)
 Copy constructor. More...
 
 ~HPLC ()
 Destructor. More...
 
HPLCoperator= (const HPLC &source)
 Assignment operator. More...
 
bool operator== (const HPLC &source) const
 Equality operator. More...
 
bool operator!= (const HPLC &source) const
 Equality operator. More...
 
const StringgetInstrument () const
 returns a const reference to the instrument name More...
 
void setInstrument (const String &instrument)
 sets the instrument name More...
 
const StringgetColumn () 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 GradientgetGradient () const
 returns a const reference to the used gradient More...
 
GradientgetGradient ()
 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_
 

Detailed Description

Representation of a HPLC experiment.

It contains the description of instrument, the settings and the gradient.

Constructor & Destructor Documentation

HPLC ( )

Constructor.

HPLC ( const HPLC source)

Copy constructor.

~HPLC ( )

Destructor.

Member Function Documentation

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)

const Gradient& getGradient ( ) const

returns a const reference to the used gradient

Gradient& getGradient ( )

returns a mutable 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.

HPLC& operator= ( const HPLC source)

Assignment 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)

Member Data Documentation

String column_
protected
String comment_
protected
Int flux_
protected
Gradient gradient_
protected
String instrument_
protected
Int pressure_
protected
Int temperature_
protected

OpenMS / TOPP release 2.0.0 Documentation generated on Tue Aug 25 2015 05:54:01 using doxygen 1.8.9.1