|
|||||||||
| 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.AlternativeState
public class AlternativeState
Represents a set of alternatives in an SentenceHMMS
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class edu.cmu.sphinx.linguist.flat.SentenceHMMState |
|---|
SentenceHMMState.Color |
| Constructor Summary | |
|---|---|
AlternativeState(GrammarState parent,
int which)
Creates a WordState |
|
| Method Summary | |
|---|---|
Word[] |
getAlternative()
Gets the word associated with this state |
int |
getOrder()
Returns the state order for this state type |
java.lang.String |
getTypeLabel()
Retrieves a short label describing the type of this state. |
| 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, isEmitting, 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 |
| Constructor Detail |
|---|
public AlternativeState(GrammarState parent,
int which)
which - | Method Detail |
|---|
public Word[] getAlternative()
public java.lang.String getTypeLabel()
getTypeLabel in class SentenceHMMStatepublic int getOrder()
getOrder in interface SearchStategetOrder in class SentenceHMMState
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||