Software
- class pyopenms.Software
Bases:
objectCython 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
Cython signature: void Software()
Cython signature: String getName() Returns the name of the software
Cython signature: String getVersion() Returns the software version
Cython signature: void setName(String) Sets the name of the software
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