Show
Ignore:
Timestamp:
08/15/09 09:16:27 (3 years ago)
Author:
jgao
Message:

boolean isMappingSupported(src, tgt) in IDMapperCapabilities

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/corelib/src/org/bridgedb/IDMapperCapabilities.java

    r129 r157  
    4646     */ 
    4747    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 ; 
    4856     
    4957    /**