|
||||||||||
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.AbstractTrackedHypothesis uk.ac.ebi.microarray.zooma.hypothesis.NoMappingPossibleHypothesis
public class NoMappingPossibleHypothesis
An implementation of a hypothesis that can be tracked by an InformationTracker
and asserts
that no mapping is possible from a particular term. In the absence of other
information, this will be the null hypothesis.
Field Summary |
---|
Fields inherited from class uk.ac.ebi.microarray.zooma.hypothesis.AbstractTrackedHypothesis |
---|
context, terms, value |
Constructor Summary | |
---|---|
NoMappingPossibleHypothesis(Value value,
OntologyMappingContext context)
|
Method Summary | |
---|---|
void |
accept(OntologyMappingHypothesisVisitor visitor)
Accept a visit from an OntologyMappingHypothesisVisitor . |
Methods inherited from class uk.ac.ebi.microarray.zooma.hypothesis.AbstractTrackedHypothesis |
---|
acceptHypothesis, addOntologyTerm, aggregateContextFromEquivalentHypothesis, changed, getContext, getMappingTracker, getOntologyTerms, getValue, isAccepted, isRejected, rejectHypothesis, setOntologyMappingTracker, setOntologyTerms, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NoMappingPossibleHypothesis(Value value, OntologyMappingContext context)
Method Detail |
---|
public void accept(OntologyMappingHypothesisVisitor visitor)
OntologyMappingHypothesis
OntologyMappingHypothesisVisitor
.
visitor
- the visitor to accept a visit from
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |