Show
Ignore:
Timestamp:
06/10/10 13:16:51 (2 years ago)
Author:
martijn
Message:

Fixed failed test in synergizer by not supporting xrefExists anymore.
This means that xrefExists is now officially an optional operation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/org.bridgedb/src/org/bridgedb/IDMapper.java

    r308 r402  
    5454         
    5555    /** 
    56      * Check whether an Xref exists. 
     56     * Check whether an Xref is known by the given mapping source. This is an optionally supported operation. 
    5757     * @param xref reference to check 
    5858     * @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. 
    6060     */ 
    6161    public boolean xrefExists(Xref xref) throws IDMapperException;