|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILanguage
This interface represents recognition language. Instance of this can be construct only in Language factory.
Method Summary | |
---|---|
void |
addWord(String word)
Adds the word to the dictionary. |
String |
getAlphabet()
Gets the alphabet. |
String |
getClassName(char ch)
Returns name of the class input character is reffers to. |
String |
getLanguage()
Gets the name of language. |
Method Detail |
---|
String getLanguage()
void addWord(String word)
word
- The word to add.String getAlphabet()
String getClassName(char ch)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |