Uses of Package
net.didion.jwnl.util.factory

Packages that use net.didion.jwnl.util.factory
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.database Classes for accessing databases that contain dictionary information. 
net.didion.jwnl.dictionary.file_manager Classes used by FileBackedDictionary to interface with the filesystem. 
net.didion.jwnl.dictionary.morph   
net.didion.jwnl.princeton.data Implementations of DictionaryElementFactory for Princeton's release of WordNet. 
net.didion.jwnl.util.factory Classes involved in reflective creation of JWNL components. 
 

Classes in net.didion.jwnl.util.factory used by net.didion.jwnl.data
Createable
          A Createable is an object that can create an instance of itself given parameters from a properties file (Params).
 

Classes in net.didion.jwnl.util.factory used by net.didion.jwnl.dictionary
Createable
          A Createable is an object that can create an instance of itself given parameters from a properties file (Params).
Installable
          An Installable is an object that defines a framework for allowing subclasses to define an instance of themselves as the single static instance of the superclass.
 

Classes in net.didion.jwnl.util.factory used by net.didion.jwnl.dictionary.database
Createable
          A Createable is an object that can create an instance of itself given parameters from a properties file (Params).
 

Classes in net.didion.jwnl.util.factory used by net.didion.jwnl.dictionary.file_manager
Createable
          A Createable is an object that can create an instance of itself given parameters from a properties file (Params).
 

Classes in net.didion.jwnl.util.factory used by net.didion.jwnl.dictionary.morph
Createable
          A Createable is an object that can create an instance of itself given parameters from a properties file (Params).
 

Classes in net.didion.jwnl.util.factory used by net.didion.jwnl.princeton.data
Createable
          A Createable is an object that can create an instance of itself given parameters from a properties file (Params).
 

Classes in net.didion.jwnl.util.factory used by net.didion.jwnl.util.factory
AbstractValueParam
           
Param
          Represents a parameter in a properties file.