Changeset 307 for trunk/corelib/src/org/bridgedb/AttributeMapper.java
- Timestamp:
- 02/19/10 06:56:50 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/corelib/src/org/bridgedb/AttributeMapper.java
r283 r307 44 44 public Map<String, Set<String>> getAttributes(Xref ref) throws IDMapperException; 45 45 46 /** 47 * 48 * @return true if free attribute search is supported, false otherwise. 49 */ 50 public boolean isFreeAttributeSearchSupported(); 51 46 52 /** 47 53 * free text search for matching symbols.
