Show
Ignore:
Timestamp:
02/19/10 06:56:50 (7 months ago)
Author:
jgao
Message:

Add isFreeAttributeSearchSupported() to AttributeMapper?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/picr/src/org/bridgedb/webservice/picr/IDMapperPicr.java

    r252 r307  
    202202        } 
    203203 
     204        /** 
     205         * 
     206         * @return false 
     207         */ 
     208        public boolean isFreeAttributeSearchSupported() 
     209        { 
     210                return false; 
     211        } 
     212 
    204213        public Map<Xref, String> freeAttributeSearch(String query, String attrType, 
    205214                        int limit) throws IDMapperException