URLGeneratorFactory (biojava-legacy 1.9.5 API)
-
- All Known Implementing Classes:
DefaultURLGeneratorFactory
public interface URLGeneratorFactory
Interface for a factory method to return a list of 0, 1 or more
DatabaseURLGeneratorinstances. 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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListgetDatabaseURLGenerators()Returns a list of 0, 1 or more
DatabaseURLGeneratorThe first is used to link from the id in the summary table, all are used as a list of links in the detail section.
-
-
-
Method Detail
-
getDatabaseURLGenerators
List getDatabaseURLGenerators()
Returns a list of 0, 1 or more
DatabaseURLGeneratorThe first is used to link from the id in the summary table, all are used as a list of links in the detail section.- Returns:
- a
List
-
-