Changeset 157 for trunk/corelib/src/org/bridgedb/IDMapperCapabilities.java
- Timestamp:
- 08/15/09 09:16:27 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/corelib/src/org/bridgedb/IDMapperCapabilities.java
r129 r157 46 46 */ 47 47 public Set<DataSource> getSupportedTgtDataSources() throws IDMapperException; 48 49 /** 50 * 51 * @param src source data source 52 * @param dest target data source 53 * @return true if mapping is supported from src to des 54 */ 55 public boolean isMappingSupported(DataSource src, DataSource tgt) throws IDMapperException ; 48 56 49 57 /**
