Uses of Interface
org.biojava.utils.candy.CandyVocabulary
-
Packages that use CandyVocabulary Package Description 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 Modifier and Type Method Description CandyVocabularyBibRefSupport. getSupportedValues(String resourceType, 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 Modifier and Type Method Description CandyVocabulary[]CandyFinder. getAllVocabularies()It returns all available vocabularies.CandyVocabularyCandyFinder. getVocabularyByName(String name)It returns a selected vocabulary.
-