![]() |
OpenMS
|
Representation of a quality parameter. More...
#include <OpenMS/FORMAT/QcMLFile.h>
Public Member Functions | |
| QualityParameter () | |
| Default constructor. | |
| QualityParameter (const QualityParameter &rhs) | |
| QualityParameter & | operator= (const QualityParameter &rhs) |
| bool | operator== (const QualityParameter &rhs) const |
| bool | operator< (const QualityParameter &rhs) const |
| bool | operator> (const QualityParameter &rhs) const |
| std::string | toXMLString (UInt indentation_level) const |
Public Attributes | |
| std::string | name |
| Name. | |
| std::string | id |
| Identifier. | |
| std::string | value |
| Value. | |
| std::string | cvRef |
| cv reference | |
| std::string | cvAcc |
| cv accession | |
| std::string | unitRef |
| cv reference of the unit | |
| std::string | unitAcc |
| cv accession of the unit | |
| std::string | flag |
| cv accession of the unit | |
Representation of a quality parameter.
| QualityParameter | ( | ) |
Default constructor.
| QualityParameter | ( | const QualityParameter & | rhs | ) |
| bool operator< | ( | const QualityParameter & | rhs | ) | const |
| QualityParameter & operator= | ( | const QualityParameter & | rhs | ) |
| bool operator== | ( | const QualityParameter & | rhs | ) | const |
| bool operator> | ( | const QualityParameter & | rhs | ) | const |
| std::string toXMLString | ( | UInt | indentation_level | ) | const |
| std::string cvAcc |
cv accession
| std::string cvRef |
cv reference
| std::string flag |
cv accession of the unit
| std::string id |
Identifier.
| std::string name |
Name.
| std::string unitAcc |
cv accession of the unit
| std::string unitRef |
cv reference of the unit
| std::string value |
Value.