Uses of Interface
net.didion.jwnl.util.factory.Installable
-
Packages that use Installable Package Description net.didion.jwnl.dictionary Classes for acessing dictionary information. -
-
Uses of Installable in net.didion.jwnl.dictionary
Classes in net.didion.jwnl.dictionary that implement Installable Modifier and Type Class Description class
AbstractCachingDictionary
ExtendsDictionary
to provide caching of elements.class
DatabaseBackedDictionary
class
Dictionary
Abstract representation of a WordNet dictionary.class
FileBackedDictionary
ADictionary
that retrieves objects from the text files in the WordNet distribution directory.class
MapBackedDictionary
ADictionary
backed byMap
s.
-