uk.ac.ebi.microarray.zooma.hypothesis
Interface OntologyMappingHypothesisVisitor


public interface OntologyMappingHypothesisVisitor

A visitor that can visit OntologyMappingHypothesis objects and inspect the possible outcomes.

Author:
Tony Burdett

Method Summary
 void visit(NoMappingPossibleHypothesis hypothesis)
          Visit the given NoMappingPossibleHypothesis
 void visit(PossibleDuplicateMappingsHypothesis hypothesis)
          Visit the given PossibleDuplicateMappingsHypothesis.
 

Method Detail

visit

void visit(PossibleDuplicateMappingsHypothesis hypothesis)
Visit the given PossibleDuplicateMappingsHypothesis.

Parameters:
hypothesis - the hypothesis to visit

visit

void visit(NoMappingPossibleHypothesis hypothesis)
Visit the given NoMappingPossibleHypothesis

Parameters:
hypothesis - the hypothesis to visit


Copyright © 2010. All Rights Reserved.