public interface UsesLexicon
A class which uses a lexicon can implement this interface to standardize on the methods for getting and setting a lexicon.
| Modifier and Type | Method and Description |
|---|---|
Lexicon |
getLexicon()
Get the lexicon.
|
void |
setLexicon(Lexicon lexicon)
Set the lexicon.
|