Changes between Version 5 and Version 6 of BioMartApiRequest

Show
Ignore:
Timestamp:
2009/03/18 09:54:26 (15 years ago)
Author:
kono
Comment:

FIR

Legend:

Unmodified
Added
Removed
Modified
  • BioMartApiRequest

    v5 v6  
    1414public interface BioMartUtil { 
    1515         
     16 
    1617        public Collection<String> getMartList(URL martLocation); 
    1718         
     
    1920        public Collection<String> getBooleanListFilter(String martName); 
    2021         
     22        // Simply returns list of entry as table.  FIRST COLUMN IS ALWAYS ID LIST SENT AS QUERY. 
    2123        public Collection<String[]> getResult(Query query); 
    2224}