Uses of Package
org.bioquery.query

Packages that use org.bioquery.query
org.bioquery.gui Contains the Graphical User Interface (GUI) for the BioQuery application 
org.bioquery.query A complete framework for modeling, storing, and submitting queries to mutliple different databases. 
 

Classes in org.bioquery.query used by org.bioquery.gui
Query
          Query encapsulates a user-created search to a particular database.
 

Classes in org.bioquery.query used by org.bioquery.query
InvalidQueryException
          Exception class thrown when data or methods within Query objects do not work as intended.
InvalidQueryLineException
          Exception class thrown when the query text of a QueryLine object is not valid or contains an invalid line number reference to another QueryLine.
Query
          Query encapsulates a user-created search to a particular database.
Query.QueryDescriptor
          Inner class holds data about the file this Query is saved in, and the details about automatic submission.
QueryException
          Exception class thrown when data or methods within Query objects do not work as intended.
QueryLine
          This class models each individual line within a Query object.
QuerySubmitter
          This is the abstract root class of the QuerySubmitter.