Class EbiDatabaseURLGenerator
java.lang.Object
org.biojava.bio.program.blast2html.EbiDatabaseURLGenerator
- All Implemented Interfaces:
DatabaseURLGenerator
Simple URL generator for EMBL at the EBI.
For more upto date information about how to generate
URL's see dbfetch
Primary author -
Colin Hardman (CAT)
Other authors -
Tim Dilks (CAT)
Simon Brocklehurst (CAT)
Stuart Johnston (CAT)
Lawerence Bower (CAT)
Derek Crockford (CAT)
Neil Benn (CAT)
Copyright 2001 Cambridge Antibody Technology Group plc.
This code released to the biojava project, May 2001
under the LGPL license.
- Version:
- 1.0
- Author:
- Cambridge Antibody Technology Group plc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoLink
(String poID, Properties poProperties) Returns a full retrieve item anchor for the given database id.toURL
(String poID, Properties poProperties) Returns a string representation of a URL to the specified ID.
-
Constructor Details
-
EbiDatabaseURLGenerator
public EbiDatabaseURLGenerator()
-
-
Method Details
-
toURL
Description copied from interface:DatabaseURLGenerator
Returns a string representation of a URL to the specified ID. Used in summary section.- Specified by:
toURL
in interfaceDatabaseURLGenerator
- Parameters:
poID
- a database IDpoProperties
-Properties
- any options needed- Returns:
- a
String
value
-
toLink
Description copied from interface:DatabaseURLGenerator
Returns a full retrieve item anchor for the given database id. Used in detail section.- Specified by:
toLink
in interfaceDatabaseURLGenerator
- Parameters:
poID
- aString
valuepoProperties
- aProperties
value- Returns:
- a
String
value
-