Uses of Interface
org.biojava.utils.candy.CandyVocabulary

Packages that use CandyVocabulary
org.biojava.bibliography The data structures and interfaces included in this package define an interoperable framework for bibliographic searches. 
org.biojava.utils.candy The data structures and interfaces included in this package define an interoperable framework for simple controlled vocabularies. 
 

Uses of CandyVocabulary in org.biojava.bibliography
 

Methods in org.biojava.bibliography that return CandyVocabulary
 CandyVocabulary BibRefSupport.getSupportedValues(java.lang.String resourceType, java.lang.String attrName)
           It returns a controlled vocabulary containing all possible values of the attribute given in attrName in the context given in resourceType.
 

Uses of CandyVocabulary in org.biojava.utils.candy
 

Methods in org.biojava.utils.candy that return CandyVocabulary
 CandyVocabulary CandyFinder.getVocabularyByName(java.lang.String name)
          It returns a selected vocabulary.
 CandyVocabulary[] CandyFinder.getAllVocabularies()
          It returns all available vocabularies.