Sautrela

edu.gtts.sautrela.wfsa
Interface State

All Known Implementing Classes:
DefaultState, HMM.State, LMM.xState

public interface State

Author:
mpenagar

Method Summary
 java.lang.String getName()
          Returns the name of the State.
 

Method Detail

getName

java.lang.String getName()
Returns the name of the State.

Returns:
The name of the State

Sautrela