Uses of Class
net.didion.jwnl.data.DictionaryElementType
Packages that use DictionaryElementType
Package
Description
Classes for extracting and containing data from the dictionary.
Classes for acessing dictionary information.
Classes for accessing files that contain dictionary information.
-
Uses of DictionaryElementType in net.didion.jwnl.data
Fields in net.didion.jwnl.data declared as DictionaryElementTypeModifier and TypeFieldDescriptionstatic final DictionaryElementType
DictionaryElementType.EXCEPTION
Property that defines an exception file.static final DictionaryElementType
DictionaryElementType.INDEX_WORD
Property to define an index file.static final DictionaryElementType
DictionaryElementType.SYNSET
Property to define a synset file.Methods in net.didion.jwnl.data that return DictionaryElementType -
Uses of DictionaryElementType in net.didion.jwnl.dictionary
Methods in net.didion.jwnl.dictionary with parameters of type DictionaryElementTypeModifier and TypeMethodDescriptionprivate void
AbstractCachingDictionary.cache
(DictionaryElementType fileType, POSKey key, Object obj) void
AbstractCachingDictionary.DictionaryCacheSet.cacheObject
(DictionaryElementType fileType, Object key, Object value) void
AbstractCachingDictionary.clearCache
(DictionaryElementType elementType) void
AbstractCachingDictionary.DictionaryCacheSet.clearCache
(DictionaryElementType fileType) int
AbstractCachingDictionary.getCacheCapacity
(DictionaryElementType type) private Object
AbstractCachingDictionary.getCached
(DictionaryElementType fileType, POSKey key) AbstractCachingDictionary.DictionaryCacheSet.getCachedObject
(DictionaryElementType fileType, Object key) int
AbstractCachingDictionary.getCacheSizes
(DictionaryElementType type) private Map
AbstractCachingDictionary.DictionaryCacheSet.getMap
(DictionaryElementType fileType) private void
AbstractCachingDictionary.DictionaryCacheSet.removeLemma
(DictionaryElementType fileType, String lemma, POS pos) void
AbstractCachingDictionary.setCacheCapacity
(DictionaryElementType type, int size) -
Uses of DictionaryElementType in net.didion.jwnl.dictionary.file
Fields in net.didion.jwnl.dictionary.file declared as DictionaryElementTypeMethods in net.didion.jwnl.dictionary.file that return DictionaryElementTypeConstructors in net.didion.jwnl.dictionary.file with parameters of type DictionaryElementTypeModifierConstructorDescriptionprivate
DictionaryFileType
(String type, DictionaryElementType elementType)