Changes between Version 4 and Version 5 of BioMartApiRequest
- Timestamp:
- 2009/03/18 09:44:29 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BioMartApiRequest
v4 v5 11 11 12 12 === Desired API === 13 {{{ 14 public 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 } 13 23 14 15 24 }}}