|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QuerySubmitter | |
| org.bioquery.query | A complete framework for modeling, storing, and submitting queries to mutliple different databases. |
| Uses of QuerySubmitter in org.bioquery.query |
| Subclasses of QuerySubmitter in org.bioquery.query | |
class |
NCBIQuerySubmitter
The NCBIQuerySubmitter class handles the submission of 8 types of Querys associated with databases at the NCBI (National Center of Biotechnology Information) through their website at www.ncbi.nlm.nih.gov . Like all QuerySubmitter subclasses, this class should not be instantiated directly, but instead is returned when the getQuerySubmitter method is called
on a Query object. |
| Methods in org.bioquery.query that return QuerySubmitter | |
QuerySubmitter |
Query.getQuerySubmitter()
Returns the QuerySubmitter that can submit this Query to it's database. |
| Methods in org.bioquery.query with parameters of type QuerySubmitter | |
protected void |
Query.setQuerySubmitter(QuerySubmitter newSubmitter)
Sets the QuerySubmitter for this type of Query. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||