TargetedExperiment_Instrument
- class pyopenms.TargetedExperiment_Instrument
Bases:
objectCython implementation of _TargetedExperiment_Instrument
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS::TargetedExperimentHelper::RetentionTime::RTUnit_1_1TargetedExperiment_Instrument.html
- __init__()
Cython signature: void TargetedExperiment_Instrument()
Cython signature: void TargetedExperiment_Instrument(TargetedExperiment_Instrument &)
Methods
Cython signature: void TargetedExperiment_Instrument()
Cython signature: void addCVTerm(CVTerm & term)
Cython signature: void consumeCVTerms(libcpp_map[String,libcpp_vector[CVTerm]] cv_term_map)
Cython signature: bool empty()
Cython signature: libcpp_map[String,libcpp_vector[CVTerm]] getCVTerms()
Cython signature: void getKeys(libcpp_vector[String] & keys)
Cython signature: void getKeysAsIntegers(libcpp_vector[unsigned int] & keys)
Cython signature: DataValue getMetaValue(unsigned int)
Cython signature: bool hasCVTerm(String accession)
Cython signature: bool metaValueExists(String)
Cython signature: void removeMetaValue(String)
Cython signature: void replaceCVTerm(CVTerm & term)
Cython signature: void replaceCVTerms(libcpp_vector[CVTerm] cv_terms, String accession)
Cython signature: void setCVTerms(libcpp_vector[CVTerm] & terms)
Cython signature: void setMetaValue(unsigned int, DataValue)
Attributes
- addCVTerm()
Cython signature: void addCVTerm(CVTerm & term)
- consumeCVTerms()
Cython signature: void consumeCVTerms(libcpp_map[String,libcpp_vector[CVTerm]] cv_term_map)
- empty()
Cython signature: bool empty()
- getCVTerms()
Cython signature: libcpp_map[String,libcpp_vector[CVTerm]] getCVTerms()
- getKeys()
Cython signature: void getKeys(libcpp_vector[String] & keys)
- getKeysAsIntegers()
Cython signature: void getKeysAsIntegers(libcpp_vector[unsigned int] & keys)
- getMetaValue()
Cython signature: DataValue getMetaValue(unsigned int)
Cython signature: DataValue getMetaValue(String)
- hasCVTerm()
Cython signature: bool hasCVTerm(String accession)
- id
- metaValueExists()
Cython signature: bool metaValueExists(String)
Cython signature: bool metaValueExists(unsigned int)
- removeMetaValue()
Cython signature: void removeMetaValue(String)
Cython signature: void removeMetaValue(unsigned int)
- replaceCVTerm()
Cython signature: void replaceCVTerm(CVTerm & term)
- replaceCVTerms()
Cython signature: void replaceCVTerms(libcpp_vector[CVTerm] cv_terms, String accession)
Cython signature: void replaceCVTerms(libcpp_map[String,libcpp_vector[CVTerm]] cv_term_map)
- setCVTerms()
Cython signature: void setCVTerms(libcpp_vector[CVTerm] & terms)
- setMetaValue()
Cython signature: void setMetaValue(unsigned int, DataValue)
Cython signature: void setMetaValue(String, DataValue)