Uses of Class
org.biojava.bibliography.BiblioProvider
-
Packages that use BiblioProvider Package Description org.biojava.bibliography The data structures and interfaces included in this package define an interoperable framework for bibliographic searches. -
-
Uses of BiblioProvider in org.biojava.bibliography
Subclasses of BiblioProvider in org.biojava.bibliography Modifier and Type Class Description class
BiblioOrganisation
It represents an organisation dealing with the bibliographic resources.class
BiblioPerson
It represents a person dealing with the bibliographic resources.class
BiblioService
It represents a service dealing with the bibliographic resources.Fields in org.biojava.bibliography declared as BiblioProvider Modifier and Type Field Description BiblioProvider[]
BibRef. authors
The authors and contributors are responsible for creating the contents of the cited resource.BiblioProvider[]
BibRef. contributors
The authors and contributors are responsible for creating the contents of the cited resource.BiblioProvider
BiblioBook. editor
Editor.BiblioProvider
BibRef. publisher
A publisher is responsible for making the resource available.Methods in org.biojava.bibliography with parameters of type BiblioProvider Modifier and Type Method Description BibRefQuery
BibRefQuery. findByAuthor(BiblioProvider author, Hashtable properties)
This is a convenient method for a common query.
-