Uses of Interface
net.sf.extjwnl.util.factory.Param

Packages that use Param
net.sf.extjwnl.dictionary Classes for accessing dictionary information. 
net.sf.extjwnl.dictionary.database Classes for accessing databases that contain dictionary information. 
net.sf.extjwnl.dictionary.file Classes for accessing files that contain dictionary information. 
net.sf.extjwnl.dictionary.file_manager Classes used by FileBackedDictionary to interface with the filesystem. 
net.sf.extjwnl.dictionary.morph Classes used for simple morphological transformations. 
net.sf.extjwnl.princeton.data Implementations of DictionaryElementFactory for Princeton's release of WordNet. 
net.sf.extjwnl.princeton.file Implementations of DictionaryFile used by the various classes of Dictionary to access dictionary files using the naming convention used in Princeton's release of WordNet. 
net.sf.extjwnl.util.factory Classes involved in reflective creation of JWNL components. 
 

Uses of Param in net.sf.extjwnl.dictionary
 

Fields in net.sf.extjwnl.dictionary with type parameters of type Param
protected  Map<String,Param> Dictionary.params
           
 

Uses of Param in net.sf.extjwnl.dictionary.database
 

Constructor parameters in net.sf.extjwnl.dictionary.database with type arguments of type Param
DatabaseManagerImpl(Dictionary dictionary, Map<String,Param> params)
           
 

Uses of Param in net.sf.extjwnl.dictionary.file
 

Fields in net.sf.extjwnl.dictionary.file with type parameters of type Param
protected  Map<String,Param> AbstractDictionaryFile.params
           
 

Constructor parameters in net.sf.extjwnl.dictionary.file with type arguments of type Param
AbstractDictionaryFile(Dictionary dictionary, Map<String,Param> params)
           
AbstractDictionaryFile(Dictionary dictionary, String path, POS pos, DictionaryFileType fileType, Map<String,Param> params)
           
DictionaryCatalog(Dictionary dictionary, DictionaryFileType fileType, Class desiredDictionaryFileType, Map<String,Param> params)
           
DictionaryCatalogSet(Dictionary dictionary, Map<String,Param> params, Class desiredDictionaryFileType)
          Creates a catalog set of the specified type of file using files in the specified dictionary directory.
 

Uses of Param in net.sf.extjwnl.dictionary.file_manager
 

Constructor parameters in net.sf.extjwnl.dictionary.file_manager with type arguments of type Param
FileManagerImpl(Dictionary dictionary, Map<String,Param> params)
           
 

Uses of Param in net.sf.extjwnl.dictionary.morph
 

Fields in net.sf.extjwnl.dictionary.morph with type parameters of type Param
protected  Map<String,Param> AbstractDelegatingOperation.params
           
 

Constructor parameters in net.sf.extjwnl.dictionary.morph with type arguments of type Param
AbstractDelegatingOperation(Dictionary dictionary, Map<String,Param> params)
           
DefaultMorphologicalProcessor(Dictionary dictionary, Map<String,Param> params)
           
DetachSuffixesOperation(Dictionary dictionary, Map<String,Param> params)
           
LookupExceptionsOperation(Dictionary dictionary, Map<String,Param> params)
           
TokenizerOperation(Dictionary dictionary, Map<String,Param> params)
           
 

Uses of Param in net.sf.extjwnl.princeton.data
 

Constructor parameters in net.sf.extjwnl.princeton.data with type arguments of type Param
PrincetonWN17DatabaseDictionaryElementFactory(Dictionary dictionary, Map<String,Param> params)
           
PrincetonWN17FileDictionaryElementFactory(Dictionary dictionary, Map<String,Param> params)
           
 

Uses of Param in net.sf.extjwnl.princeton.file
 

Constructor parameters in net.sf.extjwnl.princeton.file with type arguments of type Param
AbstractPrincetonDictionaryFile(Dictionary dictionary, Map<String,Param> params)
           
AbstractPrincetonDictionaryFile(Dictionary dictionary, String path, POS pos, DictionaryFileType fileType, Map<String,Param> params)
           
AbstractPrincetonRandomAccessDictionaryFile(Dictionary dictionary, Map<String,Param> params)
           
AbstractPrincetonRandomAccessDictionaryFile(Dictionary dictionary, String path, POS pos, DictionaryFileType fileType, Map<String,Param> params)
           
PrincetonChannelDictionaryFile(Dictionary dictionary, Map<String,Param> params)
           
PrincetonChannelDictionaryFile(Dictionary dictionary, String path, POS pos, DictionaryFileType fileType, Map<String,Param> params)
           
PrincetonObjectDictionaryFile(Dictionary dictionary, Map<String,Param> params)
           
PrincetonObjectDictionaryFile(Dictionary dictionary, String path, POS pos, DictionaryFileType fileType, Map<String,Param> params)
           
PrincetonRandomAccessDictionaryFile(Dictionary dictionary, Map<String,Param> params)
           
PrincetonRandomAccessDictionaryFile(Dictionary dictionary, String path, POS pos, DictionaryFileType fileType, Map<String,Param> params)
           
 

Uses of Param in net.sf.extjwnl.util.factory
 

Classes in net.sf.extjwnl.util.factory that implement Param
 class AbstractValueParam
          Base class for configuration parameters.
 class NameValueParam
          Param with name and value.
 class ParamList
          List of parameters.
 class ValueParam
          Param with only value.
 

Methods in net.sf.extjwnl.util.factory that return types with arguments of type Param
 List<Param> ParamList.getParams()
           
 

Methods in net.sf.extjwnl.util.factory with parameters of type Param
 void Param.addParam(Param param)
           
 void ParamList.addParam(Param param)
           
 void AbstractValueParam.addParam(Param param)
           
 

Constructor parameters in net.sf.extjwnl.util.factory with type arguments of type Param
AbstractValueParam(Dictionary dictionary, List<Param> params)
           
NameValueParam(Dictionary dictionary, String name, String value, List<Param> params)
           
ParamList(String name, List<Param> params)
           
ParamList(String name, Map<String,Param> params)
           
ValueParam(Dictionary dictionary, String value, List<Param> params)
           
 



Copyright © 2011. All Rights Reserved.