Package org.bridgedb.resolvers
Interface IResolver
-
- All Known Implementing Classes:
BioregistryResolver,IdentifiersDotOrgResolver,Names2ThingsResolver
public interface IResolverInterface for compact identifier resolvers.- Author:
- egonw
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetURL(Xref xref)Returns a URL to resolve the identifier for this service.
-