Changes between Version 5 and Version 6 of BioMartApiRequest
- Timestamp:
- 2009/03/18 09:54:26 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BioMartApiRequest
v5 v6 14 14 public interface BioMartUtil { 15 15 16 16 17 public Collection<String> getMartList(URL martLocation); 17 18 … … 19 20 public Collection<String> getBooleanListFilter(String martName); 20 21 22 // Simply returns list of entry as table. FIRST COLUMN IS ALWAYS ID LIST SENT AS QUERY. 21 23 public Collection<String[]> getResult(Query query); 22 24 }