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 DictionaryElementTypeDictionaryElementType.EXCEPTIONProperty that defines an exception file.static final DictionaryElementTypeDictionaryElementType.INDEX_WORDProperty to define an index file.static final DictionaryElementTypeDictionaryElementType.SYNSETProperty 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 voidAbstractCachingDictionary.cache(DictionaryElementType fileType, POSKey key, Object obj) voidAbstractCachingDictionary.DictionaryCacheSet.cacheObject(DictionaryElementType fileType, Object key, Object value) voidAbstractCachingDictionary.clearCache(DictionaryElementType elementType) voidAbstractCachingDictionary.DictionaryCacheSet.clearCache(DictionaryElementType fileType) intAbstractCachingDictionary.getCacheCapacity(DictionaryElementType type) private ObjectAbstractCachingDictionary.getCached(DictionaryElementType fileType, POSKey key) AbstractCachingDictionary.DictionaryCacheSet.getCachedObject(DictionaryElementType fileType, Object key) intAbstractCachingDictionary.getCacheSizes(DictionaryElementType type) private MapAbstractCachingDictionary.DictionaryCacheSet.getMap(DictionaryElementType fileType) private voidAbstractCachingDictionary.DictionaryCacheSet.removeLemma(DictionaryElementType fileType, String lemma, POS pos) voidAbstractCachingDictionary.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 DictionaryElementTypeModifierConstructorDescriptionprivateDictionaryFileType(String type, DictionaryElementType elementType)