|  | OpenMS
    2.6.0
    | 
 
 
  
  
 
Go to the documentation of this file.
   80     void setName(
const String & name);
 
   82     const String & getName() 
const;
 
   84     void setPeptideRef(
const String & peptide_ref);
 
   86     const String & getPeptideRef() 
const;
 
   88     void setCompoundRef(
const String & compound_ref);
 
   90     const String & getCompoundRef() 
const;
 
   93     void setPrecursorMZ(
double mz);
 
   95     double getPrecursorMZ() 
const;
 
   97     void setPrecursorCVTermList(
const CVTermList & list);
 
   99     void addPrecursorCVTerm(
const CVTerm & cv_term);
 
  101     const CVTermList & getPrecursorCVTermList() 
const;
 
  103     void setProductMZ(
double mz);
 
  105     double getProductMZ() 
const;
 
  107     void setProductCVTermList(
const CVTermList & list);
 
  109     void addProductCVTerm(
const CVTerm & cv_term);
 
  111     const CVTermList & getProductCVTermList() 
const;
 
  113     void setInterpretations(
const std::vector<CVTermList> & interpretations);
 
  115     const std::vector<CVTermList> & getInterpretations() 
const;
 
  117     void addInterpretation(
const CVTermList & interpretation);
 
  119     void setConfigurations(
const std::vector<Configuration> & configuration);
 
  121     const std::vector<Configuration> & getConfigurations() 
const;
 
  125     void setPrediction(
const CVTermList & prediction);
 
  127     void addPredictionTerm(
const CVTerm & prediction);
 
  148     void updateMembers_();
 
  
double product_mz_
Definition: IncludeExcludeTarget.h:156
CVTermList product_cv_terms_
Definition: IncludeExcludeTarget.h:158
String peptide_ref_
Definition: IncludeExcludeTarget.h:162
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
This class stores a SRM/MRM transition.
Definition: IncludeExcludeTarget.h:52
std::vector< Configuration > configurations_
Definition: IncludeExcludeTarget.h:166
std::vector< CVTermList > interpretation_list_
Definition: IncludeExcludeTarget.h:160
TargetedExperimentHelper::Configuration Configuration
Definition: IncludeExcludeTarget.h:58
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
CVTermList precursor_cv_terms_
Definition: IncludeExcludeTarget.h:154
double precursor_mz_
Definition: IncludeExcludeTarget.h:152
String compound_ref_
Definition: IncludeExcludeTarget.h:164
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
Definition: TargetedExperimentHelper.h:64
This class stores a retention time structure that is used in TargetedExperiment (representing a TraML...
Definition: TargetedExperimentHelper.h:127
CVTermList prediction_
Definition: IncludeExcludeTarget.h:168
String name_
Definition: IncludeExcludeTarget.h:150
TargetedExperimentHelper::RetentionTime RetentionTime
Definition: IncludeExcludeTarget.h:59
RetentionTime rts_
Definition: IncludeExcludeTarget.h:170