Sautrela

edu.gtts.sautrela.wfsa
Interface Symbol

All Known Implementing Classes:
DefaultSymbol, HMM.Symbol, KTLSS.OOVSymbol, KTLSS.Symbol

public interface Symbol

Author:
mpenagar

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

Method Detail

getName

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

Returns:
The name of the Symbol

Sautrela