Uses of Interface
net.didion.jwnl.data.DictionaryElement
-
Packages that use DictionaryElement Package Description net.didion.jwnl.data Classes for extracting and containing data from the dictionary.net.didion.jwnl.dictionary Classes for acessing dictionary information. -
-
Uses of DictionaryElement in net.didion.jwnl.data
Classes in net.didion.jwnl.data that implement DictionaryElement Modifier and Type Class Description class
Exc
Represents an entry in an exception file.class
IndexWord
AnIndexWord
represents a line of the pos.index
file.class
Synset
ASynset
, or synonym set, represents a line of a WordNet pos.data
file.class
SynsetProxy
Proxy for aSynset
. -
Uses of DictionaryElement in net.didion.jwnl.dictionary
Methods in net.didion.jwnl.dictionary that return DictionaryElement Modifier and Type Method Description protected abstract DictionaryElement
DatabaseBackedDictionary.DatabaseElementIterator. createElement()
protected DictionaryElement
DatabaseBackedDictionary.ExceptionIterator. createElement()
protected DictionaryElement
DatabaseBackedDictionary.IndexWordIterator. createElement()
protected DictionaryElement
DatabaseBackedDictionary.SynsetIterator. createElement()
-