- Timestamp:
- 08/15/09 09:16:27 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/corelib/src/org/bridgedb/AbstractIDMapperCapabilities.java
r129 r157 80 80 } 81 81 82 /** {@inheritDoc} */ 83 public boolean isMappingSupported(DataSource src, DataSource tgt) 84 throws IDMapperException { 85 return getSupportedSrcDataSources().contains(src) 86 && getSupportedTgtDataSources().contains(tgt); 87 } 88 82 89 /** {@inheritDoc} */ 83 90 public boolean isFreeSearchSupported()
