edu.cmu.sphinx.linguist.lextree
Class LexTreeLinguist.LexTreeNonEmittingHMMState

java.lang.Object
  extended byedu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeState
      extended byedu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeHMMState
          extended byedu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeNonEmittingHMMState
All Implemented Interfaces:
HMMSearchState, SearchState, SearchStateArc
Enclosing class:
LexTreeLinguist

public class LexTreeLinguist.LexTreeNonEmittingHMMState
extends LexTreeLinguist.LexTreeHMMState

Represents a non emitting hmm state


Method Summary
 int getOrder()
          Returns the order of this particular state
 
Methods inherited from class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeHMMState
equals, getAcousticProbability, getHMMState, getInsertionProbability, getLanguageProbability, getLexState, getProbability, getSignature, getSmearProb, getSmearTerm, getState, getSuccessors, getWordHistory, hashCode, isEmitting, isFinal, toPrettyString, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.cmu.sphinx.linguist.SearchState
getLexState, getWordHistory, isFinal, toPrettyString
 

Method Detail

getOrder

public int getOrder()
Description copied from interface: SearchState
Returns the order of this particular state

Specified by:
getOrder in interface SearchState
Overrides:
getOrder in class LexTreeLinguist.LexTreeHMMState