|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.ebi.microarray.zooma.hypothesis.TrackedHypothesisFactory
public class TrackedHypothesisFactory
A basic implementation of a factory for generating OntologyMappingHypothesis
objects.
This factory constructs PossibleDuplicateMappingsHypothesis
and
registers each newly created hypothesis with a tracker. As such, this
factory should be configured with an InformationTracker
.
Constructor Summary | |
---|---|
TrackedHypothesisFactory()
|
Method Summary | |
---|---|
OntologyMappingHypothesis |
generateHypothesis(Value value,
OntologyMappingContext context,
uk.ac.ebi.ontocat.OntologyTerm... ontologyTerms)
Generates an ontology mapping hypothesis given a description, the term it may map to, and a context |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TrackedHypothesisFactory()
Method Detail |
---|
public OntologyMappingHypothesis generateHypothesis(Value value, OntologyMappingContext context, uk.ac.ebi.ontocat.OntologyTerm... ontologyTerms)
OntologyMappingHypothesisFactory
generateHypothesis
in interface OntologyMappingHypothesisFactory
value
- the text description that requires mappingcontext
- the mapping context in which this hypothesis is
formedontologyTerms
- the series of terms that can be mapped to in this
hypothesis
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |