uk.ac.ebi.microarray.zooma.service
Interface SourceRankingService
public interface SourceRankingService
A service interface that can be used to rank sources in preference order.
- Author:
- Tony Burdett
Method Summary |
void |
rankSources(java.util.List<java.lang.String> sourceNames)
Ranks the sources in order, by name. |
rankSources
void rankSources(java.util.List<java.lang.String> sourceNames)
- Ranks the sources in order, by name. This will overwrite any previous
rankings.
- Parameters:
sourceNames
- a list of source names, sorted by preference order
Copyright © 2010. All Rights Reserved.