|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.ebi.microarray.zooma.eval.OntologyMappingOutcomeDecorator uk.ac.ebi.microarray.zooma.eval.CurationDecorator
public class CurationDecorator
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 furtherOntologyMappingOutcome
.
By this process, it is possible to go through several rounds of curation in
order to determine the successful outcome.
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 |
---|
public CurationDecorator(OntologyMappingOutcome outcome, CurationTracker tracker)
Method Detail |
---|
public OntologyMappingOutcome curate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |