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

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

public class PossibleDuplicateMappingsHypothesis
extends AbstractTrackedHypothesis

A standard implementation of hypothesis that can be tracked by an InformationTracker and described a single mapping between a description and a term in a single context. This hypothesis can be visited by an OntologyMappingHypothesisVisitor

Author:
Tony Burdett

Field Summary
 
Fields inherited from class uk.ac.ebi.microarray.zooma.hypothesis.AbstractTrackedHypothesis
context, terms, value
 
Constructor Summary
protected PossibleDuplicateMappingsHypothesis(Value value, OntologyMappingContext context, uk.ac.ebi.ontocat.OntologyTerm... terms)
           
 
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

PossibleDuplicateMappingsHypothesis

protected PossibleDuplicateMappingsHypothesis(Value value,
                                              OntologyMappingContext context,
                                              uk.ac.ebi.ontocat.OntologyTerm... terms)
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.