| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CandyVocabulary | 
BibRefSupport.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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CandyVocabulary[] | 
CandyFinder.getAllVocabularies()
It returns all available vocabularies. 
 | 
CandyVocabulary | 
CandyFinder.getVocabularyByName(String name)
It returns a selected vocabulary. 
 | 
Copyright © 2020 BioJava. All rights reserved.