Uses of Class
net.sf.extjwnl.dictionary.file.DictionaryFileType

Packages that use DictionaryFileType
net.sf.extjwnl.dictionary Classes for accessing 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.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. 
 

Uses of DictionaryFileType in net.sf.extjwnl.dictionary
 

Methods in net.sf.extjwnl.dictionary with parameters of type DictionaryFileType
 Map<Object,DictionaryElement> MapBackedDictionary.getTable(POS pos, DictionaryFileType fileType)
           
 

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

Fields in net.sf.extjwnl.dictionary.file declared as DictionaryFileType
static DictionaryFileType DictionaryFileType.CNTLIST
           
static DictionaryFileType DictionaryFileType.DATA
           
static DictionaryFileType DictionaryFileType.EXCEPTION
           
static DictionaryFileType DictionaryFileType.INDEX
           
static DictionaryFileType DictionaryFileType.REVCNTLIST
           
 

Methods in net.sf.extjwnl.dictionary.file that return DictionaryFileType
 DictionaryFileType AbstractDictionaryFile.getFileType()
          The file type associated with this file.
 DictionaryFileType DictionaryFile.getFileType()
          Returns the file type associated with this file.
 DictionaryFileType DictionaryCatalog.getFileType()
           
 DictionaryFileType DictionaryCatalog.getKey()
           
 

Methods in net.sf.extjwnl.dictionary.file that return types with arguments of type DictionaryFileType
static List<DictionaryFileType> DictionaryFileType.getAllDictionaryFileTypes()
           
 

Methods in net.sf.extjwnl.dictionary.file with parameters of type DictionaryFileType
 DictionaryCatalog<E> DictionaryCatalogSet.get(DictionaryFileType fileType)
           
 E DictionaryCatalogSet.getDictionaryFile(POS pos, DictionaryFileType fileType)
           
 E DictionaryFileFactory.newInstance(Dictionary dictionary, String path, POS pos, DictionaryFileType fileType)
          Creates a new instance of the dictionary file.
 

Constructors in net.sf.extjwnl.dictionary.file with parameters of type DictionaryFileType
AbstractDictionaryFile(Dictionary dictionary, String path, POS pos, DictionaryFileType fileType, Map<String,Param> params)
           
DictionaryCatalog(Dictionary dictionary, DictionaryFileType fileType, Class desiredDictionaryFileType, Map<String,Param> params)
           
 

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

Methods in net.sf.extjwnl.dictionary.file_manager with parameters of type DictionaryFileType
 RandomAccessDictionaryFile FileManagerImpl.getFile(POS pos, DictionaryFileType fileType)
          Returns the file from a part of speech and file type (ie data.noun).
 long FileManager.getFirstLinePointer(POS pos, DictionaryFileType fileType)
          Return the first valid line pointer in the specified file.
 long FileManagerImpl.getFirstLinePointer(POS pos, DictionaryFileType fileType)
           
 long FileManager.getIndexedLinePointer(POS pos, DictionaryFileType fileType, String index)
          Search for the line whose first word is index (that is, that begins with index followed by a space or tab).
 long FileManagerImpl.getIndexedLinePointer(POS pos, DictionaryFileType fileType, String target)
          Returns indexed line pointer is typically used to find a word within an index file matching a given part of speech.
 long FileManager.getMatchingLinePointer(POS pos, DictionaryFileType fileType, long offset, String substring)
          Search for a line whose index word contains substring, starting at offset.
 long FileManagerImpl.getMatchingLinePointer(POS pos, DictionaryFileType fileType, long offset, String substring)
           
 long FileManager.getNextLinePointer(POS pos, DictionaryFileType fileType, long offset)
          Search for the line following the line that begins at offset.
 long FileManagerImpl.getNextLinePointer(POS pos, DictionaryFileType fileType, long offset)
           
 long FileManager.getRandomLinePointer(POS pos, DictionaryFileType fileType)
          Return a randomly-chosen line pointer (offset of the beginning of a line).
 long FileManagerImpl.getRandomLinePointer(POS pos, DictionaryFileType fileType)
           
 String FileManager.readLineAt(POS pos, DictionaryFileType fileType, long offset)
          Read the line that begins at file offset offset.
 String FileManagerImpl.readLineAt(POS pos, DictionaryFileType fileType, long offset)
           
 

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

Methods in net.sf.extjwnl.princeton.file with parameters of type DictionaryFileType
 PrincetonRandomAccessDictionaryFile PrincetonRandomAccessDictionaryFile.newInstance(Dictionary dictionary, String path, POS pos, DictionaryFileType fileType)
           
 PrincetonObjectDictionaryFile PrincetonObjectDictionaryFile.newInstance(Dictionary dictionary, String path, POS pos, DictionaryFileType fileType)
           
 PrincetonChannelDictionaryFile PrincetonChannelDictionaryFile.newInstance(Dictionary dictionary, String path, POS pos, DictionaryFileType fileType)
           
 

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



Copyright © 2011. All Rights Reserved.