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

java.lang.Object
  extended byedu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeState
      extended byedu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeWordState
          extended byedu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeEndWordState
All Implemented Interfaces:
SearchState, SearchStateArc, WordSearchState
Enclosing class:
LexTreeLinguist

public class LexTreeLinguist.LexTreeEndWordState
extends LexTreeLinguist.LexTreeWordState
implements WordSearchState

Represents the final end of utterance word


Method Summary
 int getOrder()
          Returns the order of this particular state
 
Methods inherited from class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeWordState
equals, getAcousticProbability, getInsertionProbability, getLanguageProbability, getLexState, getProbability, getPronunciation, getSignature, getSmearProb, getSmearTerm, getState, getSuccessors, getWordHistory, hashCode, isEmitting, isFinal, isWordStart, toPrettyString, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.cmu.sphinx.linguist.WordSearchState
getPronunciation, isWordStart
 
Methods inherited from interface edu.cmu.sphinx.linguist.SearchState
getLexState, getSignature, getSuccessors, getWordHistory, isEmitting, 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.LexTreeWordState