12#include <OpenMS/OpenMSConfig.h>
Representation of controlled vocabulary term.
Definition CVMappingTerm.h:25
const std::string & getCVIdentifierRef() const
returns the cv identifier reference string
const std::string & getTermName() const
returns the name of the term
void setUseTermName(bool use_term_name)
sets whether the term name should be used, instead of the accession
void setIsRepeatable(bool is_repeatable)
sets whether this term can be repeated
bool use_term_name_
Definition CVMappingTerm.h:100
CVMappingTerm()
Defaults constructor.
bool is_repeatable_
Definition CVMappingTerm.h:106
bool getUseTermName() const
returns whether the term name should be used, instead of the accession
std::string term_name_
Definition CVMappingTerm.h:104
CVMappingTerm(const CVMappingTerm &rhs)
Copy constructor.
std::string cv_identifier_ref_
Definition CVMappingTerm.h:110
bool getAllowChildren() const
returns true if the children of this term are allowed to be used
bool use_term_
Definition CVMappingTerm.h:102
bool allow_children_
Definition CVMappingTerm.h:108
bool operator!=(const CVMappingTerm &rhs) const
inequality operator
void setCVIdentifierRef(const std::string &cv_identifier_ref)
sets the cv identifier reference string, e.g. UO for unit obo
void setAllowChildren(bool allow_children)
sets whether children of this term are allowed
void setUseTerm(bool use_term)
sets whether the term itself can be used (or only its children)
std::string accession_
Definition CVMappingTerm.h:98
void setTermName(const std::string &term_name)
sets the name of the term
bool getIsRepeatable() const
returns true if this term can be repeated, false otherwise
void setAccession(const std::string &accession)
sets the accession string of the term
const std::string & getAccession() const
returns the accession string of the term
bool operator==(const CVMappingTerm &rhs) const
equality operator
bool getUseTerm() const
returns true if the term can be used, false if only children are allowed
CVMappingTerm & operator=(const CVMappingTerm &rhs)
Assignment operator.
virtual ~CVMappingTerm()
Destructor.
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19