Uses of Class
org.biojava.bibliography.BibRef
Packages that use BibRef
Package
Description
The data structures and interfaces included in this package define an
interoperable framework for bibliographic searches.
-
Uses of BibRef in org.biojava.bibliography
Subclasses of BibRef in org.biojava.bibliographyModifier and TypeClassDescriptionclass
It represents an article.class
It represents a book.class
It represents a book article.class
It represents a journal article.class
It represents a patent.class
It represents a conference proceeding.class
It represents a technical report.class
It represents a thesis.class
It represents a WWW resource.Methods in org.biojava.bibliography that return BibRefModifier and TypeMethodDescriptionThis is a convenient method returning just one citation.This is a convenient method returning just one citation, perhaps with a limited number of attributes.BibRef[]
BibRefQuery.getAllBibRefs()
It returns all citations from the current collection as a (possibly big) array.BibRef[]
BibRefQuery.getAllBibRefs
(String[] onlyAttrs) It returns all citations from the current collection as a (possibly big) array, perhaps with a limited number of attributes.Methods in org.biojava.bibliography with parameters of type BibRefModifier and TypeMethodDescriptionBibRefQuery.getBibRefAsXML
(BibRef bibRef) A convenient utility method converting a given citation to its XML representation.