public class ExtendedUnitState extends UnitState
SentenceHMMState.Color| Constructor and Description |
|---|
ExtendedUnitState(PronunciationState parent,
int which,
Unit unit)
Creates a UnitState.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFullName()
Gets the fullName for this state
|
getName, getOrder, getPosition, getPrettyName, getTypeLabel, getUnit, getValueSignature, isLast, isUnitcollectStates, connect, dumpAll, findArc, getAnnotation, getAssociatedWord, getColor, getLexState, getNumSuccessors, getParent, getSignature, getSuccessors, getTitle, getWhich, getWordHistory, isEmitting, isFanIn, isFinal, isProcessed, isSharedState, isWordStart, resetAllProcessed, setColor, setFanIn, setFinalState, setProcessed, setSharedState, setWhich, setWordStart, toPrettyString, toString, validateAll, visitStatesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLexState, getSignature, getSuccessors, getWordHistory, isEmitting, isFinal, toPrettyStringpublic ExtendedUnitState(PronunciationState parent, int which, Unit unit)
parent - the parent statewhich - the index of the given stateunit - the unit associated with this statepublic java.lang.String getFullName()
getFullName in class SentenceHMMState