Uses of Class
org.eml.MMAX2.annotation.query.MMAX2QueryResultList

Packages that use MMAX2QueryResultList
org.eml.MMAX2.annotation.query   
org.eml.MMAX2.api   
org.eml.MMAX2.gui.windows   
 

Uses of MMAX2QueryResultList in org.eml.MMAX2.annotation.query
 

Constructors in org.eml.MMAX2.annotation.query with parameters of type MMAX2QueryResultList
MMAX2QueryResultList(MMAX2QueryResultList toClone)
          This constructor returns a clone of MMAX2QueryResultList toClone.
MMAX2QueryResultList(MMAX2QueryResultList oldList, int index)
          This constructor returns a MMAX2QueryResultList with 1-element tuples copied from position index from oldList
 

Uses of MMAX2QueryResultList in org.eml.MMAX2.api
 

Methods in org.eml.MMAX2.api that return MMAX2QueryResultList
 MMAX2QueryResultList QueryAPI.executeQuery(java.lang.String queryString, boolean interactive)
          (API) Returns a MMAX2QueryResultList object containing the result of the execution of the query queryString.
 

Uses of MMAX2QueryResultList in org.eml.MMAX2.gui.windows
 

Methods in org.eml.MMAX2.gui.windows that return MMAX2QueryResultList
 MMAX2QueryResultList MMAX2QueryWindow.executeQuery(java.lang.String rawQueryString, boolean interactive)
           
 

Methods in org.eml.MMAX2.gui.windows with parameters of type MMAX2QueryResultList
 void MMAX2QueryWindow.toConsole(MMAX2QueryResultList output, java.lang.String query)