|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Exc | |
|---|---|
| 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.princeton.data | Implementations of DictionaryElementFactory for Princeton's release of WordNet. |
| Uses of Exc in net.didion.jwnl.data |
|---|
| Methods in net.didion.jwnl.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.didion.jwnl.dictionary |
|---|
| Methods in net.didion.jwnl.dictionary that return Exc | |
|---|---|
protected Exc |
AbstractCachingDictionary.getCachedException(POSKey key)
|
Exc |
MapBackedDictionary.getException(POS pos,
String derivation)
|
Exc |
FileBackedDictionary.getException(POS pos,
String derivation)
|
abstract Exc |
Dictionary.getException(POS pos,
String derivation)
Lookup derivation in the exceptions file of part-of-speech
pos and return an Exc object containing the results. |
Exc |
DatabaseBackedDictionary.getException(POS pos,
String derivation)
|
| Methods in net.didion.jwnl.dictionary with parameters of type Exc | |
|---|---|
protected void |
AbstractCachingDictionary.cacheException(POSKey key,
Exc exception)
|
| Uses of Exc in net.didion.jwnl.princeton.data |
|---|
| Methods in net.didion.jwnl.princeton.data that return Exc | |
|---|---|
Exc |
AbstractPrincetonFileDictionaryElementFactory.createExc(POS pos,
String line)
|
Exc |
AbstractPrincetonDatabaseDictionaryElementFactory.createExc(POS pos,
String derivation,
ResultSet rs)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||