edu.cmu.sphinx.research.parallel
Interface ParallelState

All Known Implementing Classes:
ParallelHMMStateState, ParallelUnitState

public interface ParallelState

A SentenceHMMState in a parallel branch.


Method Summary
 FeatureStream getFeatureStream()
          Returns the FeatureStream of the acoustic model behind this ParallelHMMStateState.
 TokenStack getTokenStack()
          Returns the token stack of this ParallelUnitState.
 

Method Detail

getFeatureStream

public FeatureStream getFeatureStream()
Returns the FeatureStream of the acoustic model behind this ParallelHMMStateState.

Returns:
the FeatureStream of the acoustic model

getTokenStack

public TokenStack getTokenStack()
Returns the token stack of this ParallelUnitState.

Returns:
the token stack