Uses of Class
org.biojava.utils.candy.CandyException
Packages that use CandyException
Package
Description
The data structures and interfaces included in this package define an
interoperable framework for simple controlled vocabularies.
-
Uses of CandyException in org.biojava.utils.candy
Methods in org.biojava.utils.candy that throw CandyExceptionModifier and TypeMethodDescriptionvoidCandyFinder.connect()It creates a connection to an object representing a vocabulary finder, or/and it makes all necessary initialization steps needed for further communication.booleanIt checks if a given entry exists in this vocabulary.voidCandyVocabulary.destroy()It frees all resources related to this vocabulary.CandyVocabulary.getAllEntries()It returns all available vocabulary entries.CandyVocabulary.getAllNames()It return all names (entry identifiers) available in this vocabulary.CandyFinder.getAllVocabularies()It returns all available vocabularies.String[]CandyFinder.getAllVocabularyNames()It returns names of all vocabularies known to this vocabulary finder.intCandyVocabulary.getCount()It returns a number of entries contained in this vocabulary.CandyVocabulary.getDescription()It returns a description of this vocabulary.CandyVocabulary.getEntryByName(String name) It returns a selected vocabulary entry.CandyFinder.getFinderName()It returns a name of this vocabulary finder.CandyVocabulary.getName()It returns a name of this vocabulary.intCandyFinder.getNumCount()It returns the number of available vocabularies.CandyVocabulary.getVersion()It returns a vesrion of this vocabulary.CandyFinder.getVocabularyByName(String name) It returns a selected vocabulary.booleanCandyVocabulary.isCaseSensitive()It returns true if the vocabulary entries should be considered as case-sensitive.