|
Revision 423M | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bridgedb.AbstractIDMapper
public abstract class AbstractIDMapper
Contains default implementation of some IDMapper methods.
| Constructor Summary | |
|---|---|
AbstractIDMapper()
|
|
| Method Summary | |
|---|---|
java.util.Set<Xref> |
mapID(Xref srcRef,
DataSource... tgtDataSources)
Default implementation of mapID. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.bridgedb.IDMapper |
|---|
close, freeSearch, getCapabilities, isConnected, mapID, xrefExists |
| Constructor Detail |
|---|
public AbstractIDMapper()
| Method Detail |
|---|
public java.util.Set<Xref> mapID(Xref srcRef,
DataSource... tgtDataSources)
throws IDMapperException
mapID (Set<Xref>, Set<DataSource>)for mapping multiple id's with a set containing only a single Xref. Get all cross-references for the given entity, restricting the result to contain only references from the given set of data sources.
mapID in interface IDMappersrcRef - the entity to get cross-references for.tgtDataSources - target ID types/data sources. Set this to null if you
want to retrieve all results.
IDMapperException - if the mapping service is (temporarily) unavailable
|
Generated July 29 2010 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||