Semantically validates MzQuantML files. More...
#include <OpenMS/FORMAT/VALIDATORS/MzQuantMLValidator.h>
Public Member Functions | |
| MzQuantMLValidator (const CVMappings &mapping, const ControlledVocabulary &cv) | |
| Constructor. | |
| virtual | ~MzQuantMLValidator () |
| Destructor. | |
Protected Attributes | |
| Map< String, std::vector < CVTerm > > | param_groups_ |
| CV terms which can have a value (term => value type) - see MzMLValidator impl. | |
Private Member Functions | |
| MzQuantMLValidator () | |
| Not implemented. | |
| MzQuantMLValidator (const MzQuantMLValidator &rhs) | |
| Not implemented. | |
| MzQuantMLValidator & | operator= (const MzQuantMLValidator &rhs) |
| Not implemented. | |
Semantically validates MzQuantML files.
| MzQuantMLValidator | ( | const CVMappings & | mapping, | |
| const ControlledVocabulary & | cv | |||
| ) |
Constructor.
| mapping | The mapping rules | |
| cv | All controlled vocabularies required for the mapping |
| virtual ~MzQuantMLValidator | ( | ) | [virtual] |
Destructor.
| MzQuantMLValidator | ( | ) | [private] |
Not implemented.
| MzQuantMLValidator | ( | const MzQuantMLValidator & | rhs | ) | [private] |
Not implemented.
| MzQuantMLValidator& operator= | ( | const MzQuantMLValidator & | rhs | ) | [private] |
Not implemented.
Map<String, std::vector<CVTerm> > param_groups_ [protected] |
CV terms which can have a value (term => value type) - see MzMLValidator impl.
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:43:00 using doxygen 1.7.1 |