Software

class pyopenms.Software

Bases: object

Cython implementation of _Software

Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1Software.html

__init__()
  • Cython signature: void Software()

  • Cython signature: void Software(Software &)

Methods

__init__

  • Cython signature: void Software()

getName

Cython signature: String getName() Returns the name of the software

getVersion

Cython signature: String getVersion() Returns the software version

setName

Cython signature: void setName(String) Sets the name of the software

setVersion

Cython signature: void setVersion(String) Sets the software version

getName()

Cython signature: String getName() Returns the name of the software

getVersion()

Cython signature: String getVersion() Returns the software version

setName()

Cython signature: void setName(String) Sets the name of the software

setVersion()

Cython signature: void setVersion(String) Sets the software version