Changes between Version 4 and Version 5 of BioMartApiRequest

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

--

Legend:

Unmodified
Added
Removed
Modified
  • BioMartApiRequest

    v4 v5  
    1111 
    1212=== Desired API === 
     13{{{ 
     14public interface BioMartUtil { 
     15         
     16        public Collection<String> getMartList(URL martLocation); 
     17         
     18        public Collection<String> getIDListFilter(String martName); 
     19        public Collection<String> getBooleanListFilter(String martName); 
     20         
     21        public Collection<String[]> getResult(Query query); 
     22} 
    1323 
    14  
    15  
     24}}}