Uses of Class
net.didion.jwnl.data.DictionaryElementType
-
Packages that use DictionaryElementType Package Description net.didion.jwnl.data Classes for extracting and containing data from the dictionary.net.didion.jwnl.dictionary Classes for acessing dictionary information.net.didion.jwnl.dictionary.file Classes for accessing files that contain dictionary information. -
-
Uses of DictionaryElementType in net.didion.jwnl.data
Fields in net.didion.jwnl.data declared as DictionaryElementType Modifier and Type Field Description static DictionaryElementType
DictionaryElementType. EXCEPTION
Property that defines an exception file.static DictionaryElementType
DictionaryElementType. INDEX_WORD
Property to define an index file.static DictionaryElementType
DictionaryElementType. SYNSET
Property to define a synset file.Methods in net.didion.jwnl.data that return DictionaryElementType Modifier and Type Method Description DictionaryElementType
DictionaryElement. getType()
Get the element's type.DictionaryElementType
Exc. getType()
Gets the type of this exception entry.DictionaryElementType
IndexWord. getType()
DictionaryElementType
Synset. getType()
-
Uses of DictionaryElementType in net.didion.jwnl.dictionary
Methods in net.didion.jwnl.dictionary with parameters of type DictionaryElementType Modifier and Type Method Description void
AbstractCachingDictionary. clearCache(DictionaryElementType elementType)
int
AbstractCachingDictionary. getCacheCapacity(DictionaryElementType type)
int
AbstractCachingDictionary. getCacheSizes(DictionaryElementType type)
void
AbstractCachingDictionary. setCacheCapacity(DictionaryElementType type, int size)
-
Uses of DictionaryElementType in net.didion.jwnl.dictionary.file
Methods in net.didion.jwnl.dictionary.file that return DictionaryElementType Modifier and Type Method Description DictionaryElementType
DictionaryFileType. getElementType()
-