Package | Description |
---|---|
org.biojava.bibliography |
The data structures and interfaces included in this package define an
interoperable framework for bibliographic searches.
|
Modifier and Type | Method and Description |
---|---|
BibRefQuery |
BibRefQuery.find(String[] keywords,
String[] attrs,
Hashtable properties)
The easiest direct method for querying a repository.
|
BibRefQuery |
BibRefQuery.findByAuthor(BiblioProvider author,
Hashtable properties)
This is a convenient method for a common query.
|
BibRefQuery |
BibRefQuery.query(String query,
Hashtable properties)
It queries the current collection using a query language.
|
BibRefQuery |
BibRefQuery.sort(String[] orderedBy,
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,
Hashtable properties)
It merges all given collections together.
|
Modifier and Type | Method and Description |
---|---|
BibRefQuery |
BibRefSupport.union(BibRefQuery[] collections,
Hashtable properties)
It merges all given collections together.
|
Copyright © 2014 BioJava. All rights reserved.