|
OpenMS
2.5.0
|
Go to the documentation of this file.
41 namespace IdentificationDataInternal
ScoreType(const String &name, bool higher_better)
Definition: ScoreType.h:61
Wrapper that adds operator< to iterators, so they can be used as (part of) keys in maps/sets or multi...
Definition: MetaData.h:43
bool higher_better
Definition: ScoreType.h:49
std::set< ScoreType > ScoreTypes
Definition: ScoreType.h:85
CVTerm cv_term
Definition: ScoreType.h:47
const String & getName() const
returns the name of the term
Interface for classes that can store arbitrary meta information (Type-Name-Value tuples).
Definition: MetaInfoInterface.h:60
ScoreType(const CVTerm &cv_term, bool higher_better)
Definition: ScoreType.h:56
void setName(const String &name)
sets the name of the term
Information about a score type.
Definition: ScoreType.h:45
A more convenient string class.
Definition: String.h:58
const String & getAccession() const
returns the accession string of the term
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
IteratorWrapper< ScoreTypes::iterator > ScoreTypeRef
Definition: ScoreType.h:86
Representation of controlled vocabulary term.
Definition: CVTerm.h:52
bool operator==(const ScoreType &other) const
Definition: ScoreType.h:79
bool operator<(const ScoreType &other) const
Definition: ScoreType.h:70
ScoreType()
Definition: ScoreType.h:51