edu.cmu.sphinx.linguist.flat
Class NonEmittingHMMState

java.lang.Object
  extended byedu.cmu.sphinx.linguist.flat.SentenceHMMState
      extended byedu.cmu.sphinx.linguist.flat.HMMStateState
          extended byedu.cmu.sphinx.linguist.flat.NonEmittingHMMState
All Implemented Interfaces:
HMMSearchState, SearchState, java.io.Serializable

public class NonEmittingHMMState
extends HMMStateState

Represents a hmmState in an SentenceHMMS

See Also:
Serialized Form

Constructor Summary
NonEmittingHMMState(SentenceHMMState parent, HMMState hmmState)
          Creates a NonEmittingHMMState
 
Methods inherited from class edu.cmu.sphinx.linguist.flat.HMMStateState
getHMMState, getOrder, getScore, getTypeLabel, isEmitting
 
Methods inherited from class edu.cmu.sphinx.linguist.flat.SentenceHMMState
collectStates, connect, dumpAll, findArc, getAssociatedWord, getColor, getFullName, getLexState, getName, getNumSuccessors, getParent, getPrettyName, getSignature, getSuccessors, getTitle, getValueSignature, getWhich, getWordHistory, isFanIn, isFinal, isProcessed, isSharedState, isUnit, isWordStart, resetAllProcessed, setColor, setFanIn, setFinalState, setProcessed, setSharedState, setWhich, setWordStart, toPrettyString, toString, validateAll, visitStates
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.cmu.sphinx.linguist.SearchState
getLexState, getSignature, getSuccessors, getWordHistory, isFinal, toPrettyString
 

Constructor Detail

NonEmittingHMMState

public NonEmittingHMMState(SentenceHMMState parent,
                           HMMState hmmState)
Creates a NonEmittingHMMState

Parameters:
parent - the parent of this state
hmmState - the hmmState associated with this state