D F G R S W

D

DataSource - Interface in <Unnamed>
 
Dictionary - Interface in <Unnamed>
This is the interface which every possible dictionary should implement to work with cornucopia.

F

findWord(String) - Method in interface Dictionary
This function performs the initialisation required for the "read" and "getMeaning" functions to work properly.
findWord(String) - Method in class FlatFileDictionary
 
FlatFileDictionary - Class in <Unnamed>
 
FlatFileDictionary() - Constructor for class FlatFileDictionary
 

G

getDefinitionFilename(int) - Method in interface DataSource
 
getDefinitionFilename(int) - Method in class WordNetDataSource
 
getDescription() - Method in interface Dictionary
The description returned by this function is used by cornucopia at the time of startup to display which dictionary is currently loaded.
getDescription() - Method in class FlatFileDictionary
 
getMeaning() - Method in interface Dictionary
This method gives the next meaning string, as signaled by "read" method.
getMeaning() - Method in class FlatFileDictionary
 
getWordFilename(int) - Method in interface DataSource
 
getWordFilename(int) - Method in class WordNetDataSource
 
getWordIndexFilename() - Method in interface DataSource
 
getWordIndexFilename() - Method in class WordNetDataSource
 

R

read() - Method in interface Dictionary
This function signals weather another meaning corresponding to the word set by "findWord" function.
read() - Method in class FlatFileDictionary
 

S

setDefinitionFilename(String) - Method in class WordNetDataSource
 
setWordFilename(String) - Method in class WordNetDataSource
 
setWordIndexFilename(String) - Method in class WordNetDataSource
 

W

WordNetDataSource - Class in <Unnamed>
 
WordNetDataSource(String, String, String) - Constructor for class WordNetDataSource
 

D F G R S W