Changeset 164 for trunk/corelib/src/org/bridgedb/IDMapperCapabilities.java
- Timestamp:
- 08/19/09 13:33:04 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/corelib/src/org/bridgedb/IDMapperCapabilities.java
r157 r164 50 50 * 51 51 * @param src source data source 52 * @param dest target data source52 * @param tgt target data source 53 53 * @return true if mapping is supported from src to des 54 * @throws IDMapperException if service is unavailable 54 55 */ 55 public boolean isMappingSupported(DataSource src, DataSource tgt) throws IDMapperException ;56 public boolean isMappingSupported(DataSource src, DataSource tgt) throws IDMapperException; 56 57 57 58 /**
