Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages

HPLC Class Reference
[Metadata]

#include <OpenMS/METADATA/HPLC.h>

List of all members.


Detailed Description

Representation of a HPLC experiment.

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

Public Member Functions

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


Constructor & Destructor Documentation

HPLC (  ) 

Constructor.

HPLC ( const HPLC source  ) 

Copy constructor.

~HPLC (  ) 

Destructor.


Member Function Documentation

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


Member Data Documentation

String instrument_ [protected]

String column_ [protected]

Int temperature_ [protected]

Int pressure_ [protected]

Int flux_ [protected]

String comment_ [protected]

Gradient gradient_ [protected]


The documentation for this class was generated from the following file:
Generated Tue Apr 1 15:36:46 2008 -- using doxygen 1.5.4 OpenMS / TOPP 1.1