org.biojava.spice.gui.msdkeyword
Class MSDKeywordSearch

java.lang.Object
  extended byorg.biojava.spice.gui.msdkeyword.MSDKeywordSearch

public class MSDKeywordSearch
extends Object

request all PDB accession codes that match to a particular keyword. All data is retrieved from e.g. http://www.ebi.ac.uk/msd-srv/msdsite/entryQueryXML?act=getall&searchOptions=%26keyword=histone";

Author:
Andreas Prlic

Field Summary
static String MSDLOCATION
           
 
Constructor Summary
MSDKeywordSearch()
           
 
Method Summary
 String[] getSuggestions()
           
 Deposition[] search(String keyword)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MSDLOCATION

public static String MSDLOCATION
Constructor Detail

MSDKeywordSearch

public MSDKeywordSearch()
Method Detail

search

public Deposition[] search(String keyword)

getSuggestions

public String[] getSuggestions()