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, isUnit
collectStates, 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, visitStates
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLexState, getSignature, getSuccessors, getWordHistory, isEmitting, isFinal, toPrettyString
public 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