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 voidAbstractCachingDictionary. clearCache(DictionaryElementType elementType)intAbstractCachingDictionary. getCacheCapacity(DictionaryElementType type)intAbstractCachingDictionary. getCacheSizes(DictionaryElementType type)voidAbstractCachingDictionary. 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 DictionaryElementTypeDictionaryFileType. getElementType()
-