Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Protected Attributes

HPLC Class Reference
[Metadata]

Representation of a HPLC experiment. More...

#include <OpenMS/METADATA/HPLC.h>

List of all members.

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_

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

Referenced by DBAdapter::storeExperiment().

String getComment (  )  const

returns the comments

Referenced by DBAdapter::storeExperiment().

UInt getFlux (  )  const

returns the flux (in microliter/sec)

Referenced by DBAdapter::storeExperiment().

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 instument name

Referenced by DBAdapter::storeExperiment().

UInt getPressure (  )  const

returns the pressure (in bar)

Referenced by DBAdapter::storeExperiment().

Int getTemperature (  )  const

returns the temperature (in degree C)

Referenced by DBAdapter::storeExperiment().

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 instument 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 1.10.0 Documentation generated on Thu Mar 7 2013 09:42:56 using doxygen 1.7.1