Uses of Class
net.sf.extjwnl.data.Exc

Packages that use Exc
net.sf.extjwnl.data Classes for extracting and containing data from the dictionary. 
net.sf.extjwnl.dictionary Classes for accessing dictionary information. 
net.sf.extjwnl.princeton.data Implementations of DictionaryElementFactory for Princeton's release of WordNet. 
 

Uses of Exc in net.sf.extjwnl.data
 

Methods in net.sf.extjwnl.data that return Exc
 Exc FileDictionaryElementFactory.createExc(POS pos, String line)
          Create an Exc from a line in an exception file.
 Exc DatabaseDictionaryElementFactory.createExc(POS pos, String derivation, ResultSet rs)
          Create an Exc from a row in the database.
 

Uses of Exc in net.sf.extjwnl.dictionary
 

Methods in net.sf.extjwnl.dictionary that return Exc
 Exc Dictionary.createException(POS pos, String lemma, List<String> exceptions)
          Creates an exception in the dictionary.
protected  Exc AbstractCachingDictionary.getCachedException(POS pos, Object key)
           
 Exc FileBackedDictionary.getException(POS pos, String derivation)
           
abstract  Exc Dictionary.getException(POS pos, String derivation)
          Looks up derivation in the exceptions file of part-of-speech pos and return an Exc object containing the results.
 Exc MapBackedDictionary.getException(POS pos, String derivation)
           
 Exc DatabaseBackedDictionary.getException(POS pos, String derivation)
           
 

Methods in net.sf.extjwnl.dictionary that return types with arguments of type Exc
 Iterator<Exc> FileBackedDictionary.getExceptionIterator(POS pos)
           
abstract  Iterator<Exc> Dictionary.getExceptionIterator(POS pos)
          Returns an Iterator over all the Exceptions in the database.
 Iterator<Exc> AbstractCachingDictionary.getExceptionIterator(POS pos)
           
 Iterator<Exc> MapBackedDictionary.getExceptionIterator(POS pos)
           
 Iterator<Exc> DatabaseBackedDictionary.getExceptionIterator(POS pos)
           
 

Methods in net.sf.extjwnl.dictionary with parameters of type Exc
 void Dictionary.addException(Exc exc)
          Adds exception to the dictionary.
 void AbstractCachingDictionary.addException(Exc exc)
           
 void MapBackedDictionary.addException(Exc exc)
           
protected  void AbstractCachingDictionary.cacheException(Exc exception)
           
 void Dictionary.removeException(Exc exc)
          Removes the exc from the dictionary.
 void AbstractCachingDictionary.removeException(Exc exc)
           
 void MapBackedDictionary.removeException(Exc exc)
           
 

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

Methods in net.sf.extjwnl.princeton.data that return Exc
 Exc AbstractPrincetonFileDictionaryElementFactory.createExc(POS pos, String line)
           
 Exc AbstractPrincetonDatabaseDictionaryElementFactory.createExc(POS pos, String derivation, ResultSet rs)
           
 



Copyright © 2013. All Rights Reserved.