|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.linguist.flat.SentenceHMMState
edu.cmu.sphinx.linguist.flat.HMMStateState
edu.cmu.sphinx.linguist.flat.NonEmittingHMMState
Represents a hmmState in an SentenceHMMS
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 |
public NonEmittingHMMState(SentenceHMMState parent, HMMState hmmState)
parent
- the parent of this statehmmState
- the hmmState associated with this state
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |