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 DictionaryElementTypeDictionaryElementType. EXCEPTIONProperty that defines an exception file.static DictionaryElementTypeDictionaryElementType. INDEX_WORDProperty to define an index file.static DictionaryElementTypeDictionaryElementType. SYNSETProperty to define a synset file.Methods in net.didion.jwnl.data that return DictionaryElementType Modifier and Type Method Description DictionaryElementTypeDictionaryElement. getType()Get the element's type.DictionaryElementTypeExc. getType()Gets the type of this exception entry.DictionaryElementTypeIndexWord. getType()DictionaryElementTypeSynset. 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 private voidAbstractCachingDictionary. cache(DictionaryElementType fileType, POSKey key, java.lang.Object obj)voidAbstractCachingDictionary.DictionaryCacheSet. cacheObject(DictionaryElementType fileType, java.lang.Object key, java.lang.Object value)voidAbstractCachingDictionary. clearCache(DictionaryElementType elementType)voidAbstractCachingDictionary.DictionaryCacheSet. clearCache(DictionaryElementType fileType)intAbstractCachingDictionary. getCacheCapacity(DictionaryElementType type)private java.lang.ObjectAbstractCachingDictionary. getCached(DictionaryElementType fileType, POSKey key)java.lang.ObjectAbstractCachingDictionary.DictionaryCacheSet. getCachedObject(DictionaryElementType fileType, java.lang.Object key)intAbstractCachingDictionary. getCacheSizes(DictionaryElementType type)private java.util.MapAbstractCachingDictionary.DictionaryCacheSet. getMap(DictionaryElementType fileType)private voidAbstractCachingDictionary.DictionaryCacheSet. removeLemma(DictionaryElementType fileType, java.lang.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 DictionaryElementType Modifier and Type Field Description private DictionaryElementTypeDictionaryFileType. _elementTypeMethods in net.didion.jwnl.dictionary.file that return DictionaryElementType Modifier and Type Method Description DictionaryElementTypeDictionaryFileType. getElementType()Constructors in net.didion.jwnl.dictionary.file with parameters of type DictionaryElementType Constructor Description DictionaryFileType(java.lang.String type, DictionaryElementType elementType)
-