|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LexFile | |
|---|---|
| edu.mit.jwi.item | Provides classes and interfaces that represent the Wordnet data structures. |
| Uses of LexFile in edu.mit.jwi.item |
|---|
| Subclasses of LexFile in edu.mit.jwi.item | |
|---|---|
class |
UnknownLexFile
Represents 'unknown' lexical files. |
| Methods in edu.mit.jwi.item that return LexFile | |
|---|---|
static LexFile |
LexFile.getLexicalFile(int num)
A convenience method that allows retrieval of one of the built-in lexical file descriptions given the number. |
| Methods in edu.mit.jwi.item that return types with arguments of type LexFile | |
|---|---|
static java.util.Collection<LexFile> |
LexFile.values()
Emulates the Enum#values() function. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||