41 namespace IdentificationDataInternal
87 return first < second;
A more convenient string class.
Definition: String.h:58
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
bool isBetterScore(double first, double second) const
Definition: ScoreType.h:84
const String & getAccession() const
returns the accession string of the term
ScoreType(const String &name, bool higher_better)
Definition: ScoreType.h:61
bool operator==(const ScoreType &other) const
Definition: ScoreType.h:79
Representation of controlled vocabulary term.
Definition: CVTerm.h:52
std::set< ScoreType > ScoreTypes
Definition: ScoreType.h:91
CVTerm cv_term
Definition: ScoreType.h:47
const String & getName() const
returns the name of the term
ScoreType()
Definition: ScoreType.h:51
bool operator<(const ScoreType &other) const
Definition: ScoreType.h:70
void setName(const String &name)
sets the name of the term
ScoreType(const CVTerm &cv_term, bool higher_better)
Definition: ScoreType.h:56
bool higher_better
Definition: ScoreType.h:49
Information about a score type.
Definition: ScoreType.h:45
IteratorWrapper< ScoreTypes::iterator > ScoreTypeRef
Definition: ScoreType.h:92
Wrapper that adds operator< to iterators, so they can be used as (part of) keys in maps/sets or multi...
Definition: MetaData.h:45