|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BibRefQuery | |
---|---|
org.biojava.bibliography | 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 BibRefQuery | |
---|---|
BibRefQuery |
BibRefQuery.find(java.lang.String[] keywords,
java.lang.String[] attrs,
java.util.Hashtable properties)
The easiest direct method for querying a repository. |
BibRefQuery |
BibRefQuery.findByAuthor(BiblioProvider author,
java.util.Hashtable properties)
This is a convenient method for a common query. |
BibRefQuery |
BibRefQuery.query(java.lang.String query,
java.util.Hashtable properties)
It queries the current collection using a query language. |
BibRefQuery |
BibRefQuery.sort(java.lang.String[] orderedBy,
java.util.Hashtable properties)
It sorts the current collection and returns another collection which is a sorted copy of the current collection. |
BibRefQuery |
BibRefSupport.union(BibRefQuery[] collections,
java.util.Hashtable properties)
It merges all given collections together. |
Methods in org.biojava.bibliography with parameters of type BibRefQuery | |
---|---|
BibRefQuery |
BibRefSupport.union(BibRefQuery[] collections,
java.util.Hashtable properties)
It merges all given collections together. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |