org.biojava3.core.sequence.features
Interface FeaturesKeyWordInterface

All Known Implementing Classes:
UniprotProxySequenceReader

public interface FeaturesKeyWordInterface

Models the keywords that are annotated for a protein sequence at Uniprot. If a ProxySequenceReader implements this interface then the sequence will call this method

Author:
Scooter Willis

Method Summary
 ArrayList<String> getKeyWords()
           
 

Method Detail

getKeyWords

ArrayList<String> getKeyWords()
                              throws Exception
Returns:
Throws:
Exception