|
OpenMS
2.6.0
|
Go to the documentation of this file.
87 void replaceCVTerms(
Map<
String, std::vector<CVTerm> > & cv_terms);
90 void setCVTerms(
const std::vector<CVTerm>& terms);
93 void replaceCVTerm(
const CVTerm& cv_term);
96 void replaceCVTerms(
const std::vector<CVTerm>& cv_terms,
const String& accession);
99 void replaceCVTerms(
const Map<
String, std::vector<CVTerm> >& cv_term_map);
102 void consumeCVTerms(
const Map<
String, std::vector<CVTerm> >& cv_term_map);
108 void addCVTerm(
const CVTerm& term);
111 bool hasCVTerm(
const String& accession)
const;
117 void createIfNotExists_();
A more convenient string class.
Definition: String.h:59
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
CVTermList * cvt_ptr_
Definition: CVTermListInterface.h:119
Interface to the controlled vocabulary term list.
Definition: CVTermListInterface.h:57
Representation of controlled vocabulary term list.
Definition: CVTermList.h:52
bool operator==(const IDBoostGraph::ProteinGroup &lhs, const IDBoostGraph::ProteinGroup &rhs)
Representation of controlled vocabulary term.
Definition: CVTerm.h:52
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:50