uk.ac.ebi.microarray.zooma.hypothesis
Class NoMappingPossibleHypothesis

java.lang.Object
  extended by uk.ac.ebi.microarray.zooma.hypothesis.AbstractTrackedHypothesis
      extended by uk.ac.ebi.microarray.zooma.hypothesis.NoMappingPossibleHypothesis
All Implemented Interfaces:
OntologyMappingHypothesis, Information

public class NoMappingPossibleHypothesis
extends AbstractTrackedHypothesis

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.

Author:
Tony Burdett

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

NoMappingPossibleHypothesis

public NoMappingPossibleHypothesis(Value value,
                                   OntologyMappingContext context)
Method Detail

accept

public void accept(OntologyMappingHypothesisVisitor visitor)
Description copied from interface: OntologyMappingHypothesis
Accept a visit from an OntologyMappingHypothesisVisitor.

Parameters:
visitor - the visitor to accept a visit from


Copyright © 2010. All Rights Reserved.