DataProcessing

class pyopenms.DataProcessing

Bases: object

Cython implementation of _DataProcessing

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

– Inherits from [‘MetaInfoInterface’]

__init__()
  • Cython signature: void DataProcessing()

  • Cython signature: void DataProcessing(DataProcessing &)

Methods

__init__

  • Cython signature: void DataProcessing()

clearMetaInfo

Cython signature: void clearMetaInfo() Removes all meta values

getCompletionTime

Cython signature: DateTime getCompletionTime()

getKeys

Cython signature: void getKeys(libcpp_vector[String] & keys) Fills the given vector with a list of all keys for which a value is set

getMetaValue

Cython signature: DataValue getMetaValue(String) Returns the value corresponding to a string, or

getProcessingActions

Cython signature: libcpp_set[ProcessingAction] getProcessingActions()

getSoftware

Cython signature: Software getSoftware()

isMetaEmpty

Cython signature: bool isMetaEmpty() Returns if the MetaInfo is empty

metaRegistry

Cython signature: MetaInfoRegistry metaRegistry() Returns a reference to the MetaInfoRegistry

metaValueExists

Cython signature: bool metaValueExists(String) Returns whether an entry with the given name exists

removeMetaValue

Cython signature: void removeMetaValue(String) Removes the DataValue corresponding to name if it exists

setCompletionTime

Cython signature: void setCompletionTime(DateTime t)

setMetaValue

Cython signature: void setMetaValue(String, DataValue) Sets the DataValue corresponding to a name

setProcessingActions

Cython signature: void setProcessingActions(libcpp_set[ProcessingAction])

setSoftware

Cython signature: void setSoftware(Software s)

ProcessingAction

alias of pyopenms.pyopenms_2.__ProcessingAction

clearMetaInfo()

Cython signature: void clearMetaInfo() Removes all meta values

getCompletionTime()

Cython signature: DateTime getCompletionTime()

getKeys()

Cython signature: void getKeys(libcpp_vector[String] & keys) Fills the given vector with a list of all keys for which a value is set

getMetaValue()

Cython signature: DataValue getMetaValue(String) Returns the value corresponding to a string, or

getProcessingActions()

Cython signature: libcpp_set[ProcessingAction] getProcessingActions()

getSoftware()

Cython signature: Software getSoftware()

isMetaEmpty()

Cython signature: bool isMetaEmpty() Returns if the MetaInfo is empty

metaRegistry()

Cython signature: MetaInfoRegistry metaRegistry() Returns a reference to the MetaInfoRegistry

metaValueExists()

Cython signature: bool metaValueExists(String) Returns whether an entry with the given name exists

removeMetaValue()

Cython signature: void removeMetaValue(String) Removes the DataValue corresponding to name if it exists

setCompletionTime()

Cython signature: void setCompletionTime(DateTime t)

setMetaValue()

Cython signature: void setMetaValue(String, DataValue) Sets the DataValue corresponding to a name

setProcessingActions()

Cython signature: void setProcessingActions(libcpp_set[ProcessingAction])

setSoftware()

Cython signature: void setSoftware(Software s)