edu.cmu.sphinx.linguist
Interface UnitSearchState

All Superinterfaces:
SearchState
All Known Implementing Classes:
LexTreeLinguist.LexTreeEndUnitState, LexTreeLinguist.LexTreeUnitState, UnitState

public interface UnitSearchState
extends SearchState

Represents a unit state in a search space


Method Summary
 Unit getUnit()
          Gets the unit
 
Methods inherited from interface edu.cmu.sphinx.linguist.SearchState
getLexState, getOrder, getSignature, getSuccessors, getWordHistory, isEmitting, isFinal, toPrettyString
 

Method Detail

getUnit

public Unit getUnit()
Gets the unit

Returns:
the unit