org.biojava3.core.sequence.features
Interface DatabaseReferenceInterface

All Known Implementing Classes:
UniprotProxySequenceReader

public interface DatabaseReferenceInterface

If a SequenceProxyReader implements this interface then that external source has a list of cross reference id(s)

Author:
Scooter Willis

Method Summary
 LinkedHashMap<String,ArrayList<DBReferenceInfo>> getDatabaseReferences()
           
 

Method Detail

getDatabaseReferences

LinkedHashMap<String,ArrayList<DBReferenceInfo>> getDatabaseReferences()
                                                                       throws Exception
Throws:
Exception