#include <OpenMS/FORMAT/MzTab.h>
Public Member Functions | |
| MzTabSpectraRef () | |
| bool | isNA () const |
| void | setNA (bool na) |
| void | setMSFile (Size index) |
| void | setSpecRef (String spec_ref) |
| String | getSpecRef () const |
| Size | getMSFile () const |
| void | setSpecRefFile (const String &spec_ref) |
| String | toCellString () const |
| void | fromCellString (String s) |
Protected Attributes | |
| Size | ms_file_ |
| String | spec_ref_ |
| MzTabSpectraRef | ( | ) | [inline] |
| void fromCellString | ( | String | s | ) | [inline, virtual] |
Implements MzTabNAAbleInterface.
References MzTabSpectraRef::ms_file_, MzTabSpectraRef::setNA(), MzTabSpectraRef::spec_ref_, String::split(), String::toUpper(), and String::trim().
| Size getMSFile | ( | ) | const [inline] |
References MzTabSpectraRef::isNA(), and MzTabSpectraRef::ms_file_.
| String getSpecRef | ( | ) | const [inline] |
References MzTabSpectraRef::isNA(), and MzTabSpectraRef::spec_ref_.
| bool isNA | ( | ) | const [inline, virtual] |
Implements MzTabNAAbleInterface.
References MzTabSpectraRef::ms_file_, and MzTabSpectraRef::spec_ref_.
Referenced by MzTabSpectraRef::getMSFile(), MzTabSpectraRef::getSpecRef(), and MzTabSpectraRef::toCellString().
| void setMSFile | ( | Size | index | ) | [inline] |
References MzTabSpectraRef::ms_file_.
| void setNA | ( | bool | na | ) | [inline, virtual] |
Implements MzTabNAAbleInterface.
References MzTabSpectraRef::ms_file_, and MzTabSpectraRef::spec_ref_.
Referenced by MzTabSpectraRef::fromCellString().
| void setSpecRef | ( | String | spec_ref | ) | [inline] |
References MzTabSpectraRef::spec_ref_.
| void setSpecRefFile | ( | const String & | spec_ref | ) | [inline] |
References MzTabSpectraRef::spec_ref_.
| String toCellString | ( | ) | const [inline, virtual] |
Implements MzTabNAAbleInterface.
References MzTabSpectraRef::isNA(), MzTabSpectraRef::ms_file_, and MzTabSpectraRef::spec_ref_.
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:54 using doxygen 1.7.1 |