|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.ebi.microarray.zooma.eval.BasicZoomaOutcome
public class BasicZoomaOutcome
A default outcome implementation that simply records the set of valued hypotheses and does nothing when applied.
| Constructor Summary | |
|---|---|
BasicZoomaOutcome(Value value,
java.util.Collection<OntologyMappingHypothesis> bestHypotheses)
|
|
| Method Summary | |
|---|---|
void |
apply()
Applies the current outcome. |
java.util.Collection<OntologyMappingHypothesis> |
getBestHypotheses()
A collection of OntologyMappingHypothesis
objects that describe ontology mappings. |
Value |
getUnmappedValue()
Returns that value that has been used to produce this outcome. |
boolean |
isAutomaticallyAcceptable()
Whether or not it was possible to automatically accept a given outcome. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicZoomaOutcome(Value value,
java.util.Collection<OntologyMappingHypothesis> bestHypotheses)
| Method Detail |
|---|
public Value getUnmappedValue()
OntologyMappingOutcome
getUnmappedValue in interface OntologyMappingOutcomepublic java.util.Collection<OntologyMappingHypothesis> getBestHypotheses()
OntologyMappingOutcomeOntologyMappingHypothesis
objects that describe ontology mappings. In the general case, if there is
a single valued hypothesis it can be automatically accepted, and if there
are many hypotheses user curation will be required before a single outcome
can be applied. If there are zero, no mappings were possible.
getBestHypotheses in interface OntologyMappingOutcomepublic boolean isAutomaticallyAcceptable()
OntologyMappingOutcome
isAutomaticallyAcceptable in interface OntologyMappingOutcomepublic void apply()
OntologyMappingOutcome
apply in interface OntologyMappingOutcome
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||