OpenMS
MzIdentMLValidator.h
Go to the documentation of this file.
1 // Copyright (c) 2002-2023, The OpenMS Team -- EKU Tuebingen, ETH Zurich, and FU Berlin
2 // SPDX-License-Identifier: BSD-3-Clause
3 //
4 // --------------------------------------------------------------------------
5 // $Maintainer: Timo Sachsenberg $
6 // $Authors: Andreas Bertsch $
7 // --------------------------------------------------------------------------
8 
9 #pragma once
10 
12 
13 namespace OpenMS
14 {
15  class ControlledVocabulary;
16  namespace Internal
17  {
18 
22  class OPENMS_DLLAPI MzIdentMLValidator :
23  public SemanticValidator
24  {
25 public:
32  MzIdentMLValidator(const CVMappings & mapping, const ControlledVocabulary & cv);
33 
35  ~MzIdentMLValidator() override;
36 
37 private:
38 
41 
44 
47 
48  };
49 
50  } // namespace Internal
51 
52 } // namespace OpenMS
53 
Representation of controlled vocabulary mapping rules (for PSI formats)
Definition: CVMappings.h:31
Representation of a controlled vocabulary.
Definition: ControlledVocabulary.h:29
Semantically validates MzXML files.
Definition: MzIdentMLValidator.h:24
~MzIdentMLValidator() override
Destructor.
MzIdentMLValidator & operator=(const MzIdentMLValidator &rhs)
Not implemented.
MzIdentMLValidator(const CVMappings &mapping, const ControlledVocabulary &cv)
Constructor.
MzIdentMLValidator(const MzIdentMLValidator &rhs)
Not implemented.
Semantically validates XML files using CVMappings and a ControlledVocabulary.
Definition: SemanticValidator.h:32
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:22