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
 java.util.ArrayList<java.lang.String> getKeyWords()
           
 

Method Detail

getKeyWords

java.util.ArrayList<java.lang.String> getKeyWords()
                                                  throws java.lang.Exception
Returns:
Throws:
java.lang.Exception