CVMappingTerm

class pyopenms.CVMappingTerm

Bases: object

Cython 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

__init__

  • Cython signature: void CVMappingTerm()

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.

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

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