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 private void
AbstractCachingDictionary. cache(DictionaryElementType fileType, POSKey key, java.lang.Object obj)
void
AbstractCachingDictionary.DictionaryCacheSet. cacheObject(DictionaryElementType fileType, java.lang.Object key, java.lang.Object value)
void
AbstractCachingDictionary. clearCache(DictionaryElementType elementType)
void
AbstractCachingDictionary.DictionaryCacheSet. clearCache(DictionaryElementType fileType)
int
AbstractCachingDictionary. getCacheCapacity(DictionaryElementType type)
private java.lang.Object
AbstractCachingDictionary. getCached(DictionaryElementType fileType, POSKey key)
java.lang.Object
AbstractCachingDictionary.DictionaryCacheSet. getCachedObject(DictionaryElementType fileType, java.lang.Object key)
int
AbstractCachingDictionary. getCacheSizes(DictionaryElementType type)
private java.util.Map
AbstractCachingDictionary.DictionaryCacheSet. getMap(DictionaryElementType fileType)
private void
AbstractCachingDictionary.DictionaryCacheSet. removeLemma(DictionaryElementType fileType, java.lang.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 DictionaryElementType Modifier and Type Field Description private DictionaryElementType
DictionaryFileType. _elementType
Methods in net.didion.jwnl.dictionary.file that return DictionaryElementType Modifier and Type Method Description DictionaryElementType
DictionaryFileType. getElementType()
Constructors in net.didion.jwnl.dictionary.file with parameters of type DictionaryElementType Constructor Description DictionaryFileType(java.lang.String type, DictionaryElementType elementType)
-