CVMappingTerm#
- class pyopenms.CVMappingTerm#
Bases:
objectCython implementation of _CVMappingTerm
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1CVMappingTerm.html
- __init__()#
Cython signature: void CVMappingTerm()
Cython signature: void CVMappingTerm(CVMappingTerm &)
Methods
Cython signature: void CVMappingTerm()
Cython signature: String getAccession() Returns the accession string of the term
Cython signature: bool getAllowChildren() Returns true if the children of this term are allowed to be used
Cython signature: String getCVIdentifierRef() Returns the CV identifier reference string
Cython signature: bool getIsRepeatable() Returns true if this term can be repeated, false otherwise
Cython signature: String getTermName() Returns the name of the term
Cython signature: bool getUseTerm() Returns true if the term can be used, false if only children are allowed
Cython signature: bool getUseTermName() Returns whether the term name should be used, instead of the accession
Cython signature: void setAccession(String accession) Sets the accession string of the term
Cython signature: void setAllowChildren(bool allow_children) Sets whether children of this term are allowed
Cython signature: void setCVIdentifierRef(String cv_identifier_ref) Sets the CV identifier reference string, e.g.
Cython signature: void setIsRepeatable(bool is_repeatable) Sets whether this term can be repeated
Cython signature: void setTermName(String term_name) Sets the name of the term
Cython signature: void setUseTerm(bool use_term) Sets whether the term itself can be used (or only its children)
Cython signature: void setUseTermName(bool use_term_name) Sets whether the term name should be used, instead of the accession
- getAccession()#
Cython signature: String getAccession() Returns the accession string of the term
- getAllowChildren()#
Cython signature: bool getAllowChildren() Returns true if the children of this term are allowed to be used
- getCVIdentifierRef()#
Cython signature: String getCVIdentifierRef() Returns the CV identifier reference string
- getIsRepeatable()#
Cython signature: bool getIsRepeatable() Returns true if this term can be repeated, false otherwise
- getTermName()#
Cython signature: String getTermName() Returns the name of the term
- getUseTerm()#
Cython signature: bool getUseTerm() Returns true if the term can be used, false if only children are allowed
- getUseTermName()#
Cython signature: bool getUseTermName() Returns whether the term name should be used, instead of the accession
- setAccession()#
Cython signature: void setAccession(String accession) Sets the accession string of the term
- setAllowChildren()#
Cython signature: void setAllowChildren(bool allow_children) Sets whether children of this term are allowed
- setCVIdentifierRef()#
Cython signature: void setCVIdentifierRef(String cv_identifier_ref) Sets the CV identifier reference string, e.g. UO for unit obo
- setIsRepeatable()#
Cython signature: void setIsRepeatable(bool is_repeatable) Sets whether this term can be repeated
- setTermName()#
Cython signature: void setTermName(String term_name) Sets the name of the term
- setUseTerm()#
Cython signature: void setUseTerm(bool use_term) Sets whether the term itself can be used (or only its children)
- setUseTermName()#
Cython signature: void setUseTermName(bool use_term_name) Sets whether the term name should be used, instead of the accession