uk.ac.ebi.microarray.zooma.calc
Class SourceRanker

java.lang.Object
  extended by uk.ac.ebi.microarray.zooma.calc.SourceRanker

public class SourceRanker
extends java.lang.Object

A class containing hypothesis ranking logic, based on a configurable list of sources.

Author:
Tony Burdett

Constructor Summary
SourceRanker(java.util.List<Source> sourceNameRankings)
           
 
Method Summary
protected  org.slf4j.Logger getLog()
           
 boolean sourceRanksHigher(OntologyMappingHypothesis alternativeHypothesis, OntologyMappingHypothesis nullHypothesis)
           
 boolean sourceRanksLower(OntologyMappingHypothesis alternativeHypothesis, OntologyMappingHypothesis nullHypothesis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceRanker

public SourceRanker(java.util.List<Source> sourceNameRankings)
Method Detail

getLog

protected org.slf4j.Logger getLog()

sourceRanksLower

public boolean sourceRanksLower(OntologyMappingHypothesis alternativeHypothesis,
                                OntologyMappingHypothesis nullHypothesis)

sourceRanksHigher

public boolean sourceRanksHigher(OntologyMappingHypothesis alternativeHypothesis,
                                 OntologyMappingHypothesis nullHypothesis)


Copyright © 2010. All Rights Reserved.