void |
CandyFinder.connect() |
It creates a connection to an object representing a vocabulary
finder, or/and it makes all necessary initialization steps
needed for further communication.
|
boolean |
CandyVocabulary.contains(String name) |
It checks if a given entry exists in this vocabulary.
|
void |
CandyVocabulary.destroy() |
It frees all resources related to this vocabulary.
|
Enumeration |
CandyVocabulary.getAllEntries() |
It returns all available vocabulary entries.
|
Enumeration |
CandyVocabulary.getAllNames() |
It return all names (entry identifiers) available in this vocabulary.
|
CandyVocabulary[] |
CandyFinder.getAllVocabularies() |
It returns all available vocabularies.
|
String[] |
CandyFinder.getAllVocabularyNames() |
It returns names of all vocabularies known to this vocabulary
finder.
|
int |
CandyVocabulary.getCount() |
It returns a number of entries contained in this vocabulary.
|
String |
CandyVocabulary.getDescription() |
It returns a description of this vocabulary.
|
CandyEntry |
CandyVocabulary.getEntryByName(String name) |
It returns a selected vocabulary entry.
|
String |
CandyFinder.getFinderName() |
It returns a name of this vocabulary finder.
|
String |
CandyVocabulary.getName() |
It returns a name of this vocabulary.
|
int |
CandyFinder.getNumCount() |
It returns the number of available vocabularies.
|
String |
CandyVocabulary.getVersion() |
It returns a vesrion of this vocabulary.
|
CandyVocabulary |
CandyFinder.getVocabularyByName(String name) |
It returns a selected vocabulary.
|
boolean |
CandyVocabulary.isCaseSensitive() |
It returns true if the vocabulary entries should
be considered as case-sensitive.
|