uk.ac.ebi.microarray.zooma.eval
Class CurationDecorator

java.lang.Object
  extended by uk.ac.ebi.microarray.zooma.eval.OntologyMappingOutcomeDecorator
      extended by uk.ac.ebi.microarray.zooma.eval.CurationDecorator
All Implemented Interfaces:
OntologyMappingOutcome

public class CurationDecorator
extends OntologyMappingOutcomeDecorator

An outcome of a mapping process that indicates some curation is required in order to know which of the several possible mapping hypotheses should be accepted.

This outcome can be curated, by further accepting or rejecting each hypothesis, to generate a further OntologyMappingOutcome. By this process, it is possible to go through several rounds of curation in order to determine the successful outcome.

Author:
Tony Burdett

Constructor Summary
CurationDecorator(OntologyMappingOutcome outcome, CurationTracker tracker)
           
 
Method Summary
 OntologyMappingOutcome curate()
           
 
Methods inherited from class uk.ac.ebi.microarray.zooma.eval.OntologyMappingOutcomeDecorator
apply, getBestHypotheses, getOutcome, getUnmappedValue, isAutomaticallyAcceptable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurationDecorator

public CurationDecorator(OntologyMappingOutcome outcome,
                         CurationTracker tracker)
Method Detail

curate

public OntologyMappingOutcome curate()


Copyright © 2010. All Rights Reserved.