|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HypothesisTracker
An interface for tracking OntologyMappingHypothesis
objects specifically. Hypotheses can be added to the tracker manually.
clearHypotheses()
method. Trackers can then safely be reused.
Method Summary | |
---|---|
void |
clearHypotheses()
Clears the current set of tracked hypotheses. |
java.util.Collection<OntologyMappingHypothesis> |
getBestHypotheses()
Returns the collection of OntologyMappingHypothesis
objects that are known to be the best possible hypotheses given the current
state of assessment. |
java.util.Collection<OntologyMappingHypothesis> |
getCandidateAlternativeHypotheses()
Returns the collection of possible alternatives to the current null hypothesis. |
OntologyMappingHypothesis |
getCurrentNullHypothesis()
Returns the OntologyMappingHypothesis
that is designated as the current null (or current accepted) hypothesis. |
Methods inherited from interface uk.ac.ebi.microarray.zooma.track.InformationTracker |
---|
informationChanged |
Method Detail |
---|
OntologyMappingHypothesis getCurrentNullHypothesis()
OntologyMappingHypothesis
that is designated as the current null (or current accepted) hypothesis.
This will change whenever a hypothesis different to this one is accepted.
java.util.Collection<OntologyMappingHypothesis> getCandidateAlternativeHypotheses()
java.util.Collection<OntologyMappingHypothesis> getBestHypotheses()
OntologyMappingHypothesis
objects that are known to be the best possible hypotheses given the current
state of assessment. Before any hypothesis testing has been carried out,
this will be all known hypotheses: there isn't enough information to throw
any away. Assuming every hypothesis has been tested at least once, this
will return the set of the current null hypothesis, plus any hypotheses
that have not been rejected against the current null.
void clearHypotheses()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |