Changeset 402 for trunk/org.bridgedb/src/org/bridgedb/IDMapper.java
- Timestamp:
- 06/10/10 13:16:51 (2 years ago)
- Files:
-
- 1 modified
-
trunk/org.bridgedb/src/org/bridgedb/IDMapper.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/org.bridgedb/src/org/bridgedb/IDMapper.java
r308 r402 54 54 55 55 /** 56 * Check whether an Xref exists.56 * Check whether an Xref is known by the given mapping source. This is an optionally supported operation. 57 57 * @param xref reference to check 58 58 * @return if the reference exists, false if not 59 * @throws IDMapperException if failed 59 * @throws IDMapperException if failed, UnsupportedOperationException if it's not supported by the Driver. 60 60 */ 61 61 public boolean xrefExists(Xref xref) throws IDMapperException;
