Interface DatabaseReferenceInterface
-
- All Known Implementing Classes:
GenbankProxySequenceReader
,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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,List<DBReferenceInfo>>
getDatabaseReferences()
-
-
-
Method Detail
-
getDatabaseReferences
Map<String,List<DBReferenceInfo>> getDatabaseReferences()
-
-