Uses of Interface
org.biojava.bibliography.BibRefQuery
Packages that use BibRefQuery
Package
Description
The data structures and interfaces included in this package define an
interoperable framework for bibliographic searches.
-
Uses of BibRefQuery in org.biojava.bibliography
Methods in org.biojava.bibliography that return BibRefQueryModifier and TypeMethodDescriptionThe easiest direct method for querying a repository.BibRefQuery.findByAuthor
(BiblioProvider author, Hashtable properties) This is a convenient method for a common query.It queries the current collection using a query language.It sorts the current collection and returns another collection which is a sorted copy of the current collection.BibRefSupport.union
(BibRefQuery[] collections, Hashtable properties) It merges all given collections together.Methods in org.biojava.bibliography with parameters of type BibRefQueryModifier and TypeMethodDescriptionBibRefSupport.union
(BibRefQuery[] collections, Hashtable properties) It merges all given collections together.