OpenMS  2.7.0
Classes | Namespaces
SemanticValidator.h File Reference
#include <OpenMS/FORMAT/XMLFile.h>
#include <OpenMS/FORMAT/HANDLERS/XMLHandler.h>
#include <OpenMS/DATASTRUCTURES/Map.h>
#include <OpenMS/DATASTRUCTURES/CVMappings.h>
Include dependency graph for SemanticValidator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SemanticValidator
 Semantically validates XML files using CVMappings and a ControlledVocabulary. More...
 
struct  SemanticValidator::CVTerm
 Representation of a parsed CV term. More...
 

Namespaces

 OpenMS
 Main OpenMS namespace.
 
 OpenMS::Internal
 Namespace used to hide implementation details from users.
 

Class Documentation

◆ OpenMS::Internal::SemanticValidator::CVTerm

struct OpenMS::Internal::SemanticValidator::CVTerm

Representation of a parsed CV term.

Collaboration diagram for SemanticValidator::CVTerm:
[legend]
Class Members
String accession
bool has_unit_accession
bool has_unit_name
bool has_value
String name
String unit_accession
String unit_name
String value