edu.cmu.sphinx.linguist
Interface HMMSearchState

All Superinterfaces:
SearchState
All Known Implementing Classes:
HMMStateState, LexTreeLinguist.LexTreeHMMState, LexTreeLinguist.LexTreeNonEmittingHMMState, NonEmittingHMMState

public interface HMMSearchState
extends SearchState

Represents a single hmm state in a language search space


Method Summary
 HMMState getHMMState()
          Gets the hmm state
 
Methods inherited from interface edu.cmu.sphinx.linguist.SearchState
getLexState, getOrder, getSignature, getSuccessors, getWordHistory, isEmitting, isFinal, toPrettyString
 

Method Detail

getHMMState

HMMState getHMMState()
Gets the hmm state

Returns:
the hmm state