public interface IDMappingReader
| Modifier and Type | Method and Description |
|---|---|
Set<DataSource> |
getDataSources()
Get
DataSources from the file. |
Map<Xref,Set<Xref>> |
getIDMappings()
Get
Xrefs from the file. |
Set<DataSource> getDataSources() throws IDMapperException
DataSources from the file.DataSources from the fileIDMapperException - if failed to read the fileMap<Xref,Set<Xref>> getIDMappings() throws IDMapperException
Xrefs from the file.Xref to the Set of all its matched
Xref.IDMapperException - if failed to read the fileCopyright © 2006–2021 BridgeDb project. All rights reserved.