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 TypeClassDescriptionclassIt represents an article.classIt represents a book.classIt represents a book article.classIt represents a journal article.classIt represents a patent.classIt represents a conference proceeding.classIt represents a technical report.classIt represents a thesis.classIt 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.