Description of the software used for processing. More...
#include <OpenMS/METADATA/Software.h>
Public Member Functions | |
| Software () | |
| Constructor. | |
| Software (const Software &source) | |
| Copy constructor. | |
| virtual | ~Software () |
| Destructor. | |
| Software & | operator= (const Software &source) |
| Assignment operator. | |
| bool | operator== (const Software &rhs) const |
| Equality operator. | |
| bool | operator!= (const Software &rhs) const |
| Equality operator. | |
| const String & | getName () const |
| returns the name of the software | |
| void | setName (const String &name) |
| sets the name of the software | |
| const String & | getVersion () const |
| returns the software version | |
| void | setVersion (const String &version) |
| sets the software version | |
Protected Attributes | |
| String | name_ |
| String | version_ |
Description of the software used for processing.
| Software | ( | ) |
Constructor.
| virtual ~Software | ( | ) | [virtual] |
Destructor.
| const String& getName | ( | ) | const |
returns the name of the software
Referenced by DBAdapter::storeExperiment(), MzMLHandler< MapType >::writeSoftware_(), MzXMLHandler< MapType >::writeTo(), and MzDataHandler< MapType >::writeTo().
| const String& getVersion | ( | ) | const |
returns the software version
Referenced by DBAdapter::storeExperiment(), MzMLHandler< MapType >::writeSoftware_(), MzXMLHandler< MapType >::writeTo(), and MzDataHandler< MapType >::writeTo().
| bool operator!= | ( | const Software & | rhs | ) | const |
Equality operator.
| bool operator== | ( | const Software & | rhs | ) | const |
Equality operator.
| void setName | ( | const String & | name | ) |
sets the name of the software
Referenced by SpectrumCanvas::addDataProcessing_(), MzDataHandler< MapType >::characters(), XMassFile::load(), DBAdapter::loadExperiment(), and DBAdapter::loadSpectrum().
| void setVersion | ( | const String & | version | ) |
sets the software version
Referenced by SpectrumCanvas::addDataProcessing_(), MzDataHandler< MapType >::characters(), XMassFile::load(), DBAdapter::loadExperiment(), and DBAdapter::loadSpectrum().
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:56 using doxygen 1.7.1 |