|
Revision 423M | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDMappingReader
Interface for reading ID mapping data.
| Method Summary | |
|---|---|
java.util.Set<DataSource> |
getDataSources()
Get DataSources from the file. |
java.util.Map<Xref,java.util.Set<Xref>> |
getIDMappings()
Get Xrefs from the file. |
| Method Detail |
|---|
java.util.Set<DataSource> getDataSources()
throws IDMapperException
DataSources from the file.
DataSources from the file
IDMapperException - if failed to read the file
java.util.Map<Xref,java.util.Set<Xref>> getIDMappings()
throws IDMapperException
Xrefs from the file.
Xref to the Set of all its matched
Xref.
IDMapperException - if failed to read the file
|
Generated July 29 2010 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||