HMMState

class pyopenms.HMMState

Bases: object

Cython implementation of _HMMState

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

__init__()
  • Cython signature: void HMMState()

  • Cython signature: void HMMState(HMMState &)

  • Cython signature: void HMMState(const String & name, bool hidden)

Methods

__init__

  • Cython signature: void HMMState()

addPredecessorState

Cython signature: void addPredecessorState(HMMState * state) Adds the given predecessor state to the list

addSuccessorState

Cython signature: void addSuccessorState(HMMState * state) Add the given successor state to the list

deletePredecessorState

Cython signature: void deletePredecessorState(HMMState * state) Deletes the given predecessor state from the list

deleteSuccessorState

Cython signature: void deleteSuccessorState(HMMState * state) Deletes the given successor state from the list

getName

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

getPredecessorStates

Cython signature: libcpp_set[HMMState *] getPredecessorStates() Returns the predecessor states of the state

getSuccessorStates

Cython signature: libcpp_set[HMMState *] getSuccessorStates() Returns the successor states of the state

isHidden

Cython signature: bool isHidden() Returns true if the state is hidden

setHidden

Cython signature: void setHidden(bool hidden) Sets the hidden property to the state

setName

Cython signature: void setName(const String & name) Sets the name of the state

addPredecessorState()

Cython signature: void addPredecessorState(HMMState * state) Adds the given predecessor state to the list

addSuccessorState()

Cython signature: void addSuccessorState(HMMState * state) Add the given successor state to the list

deletePredecessorState()

Cython signature: void deletePredecessorState(HMMState * state) Deletes the given predecessor state from the list

deleteSuccessorState()

Cython signature: void deleteSuccessorState(HMMState * state) Deletes the given successor state from the list

getName()

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

getPredecessorStates()

Cython signature: libcpp_set[HMMState *] getPredecessorStates() Returns the predecessor states of the state

getSuccessorStates()

Cython signature: libcpp_set[HMMState *] getSuccessorStates() Returns the successor states of the state

isHidden()

Cython signature: bool isHidden() Returns true if the state is hidden

setHidden()

Cython signature: void setHidden(bool hidden) Sets the hidden property to the state

setName()

Cython signature: void setName(const String & name) Sets the name of the state