Uses of Interface
uk.ac.ebi.microarray.zooma.formulate.OntologyMappingFormulator

Packages that use OntologyMappingFormulator
uk.ac.ebi.microarray.zooma.formulate   
uk.ac.ebi.microarray.zooma.mapping   
 

Uses of OntologyMappingFormulator in uk.ac.ebi.microarray.zooma.formulate
 

Classes in uk.ac.ebi.microarray.zooma.formulate that implement OntologyMappingFormulator
 class ContextSensitiveMappingFormulator
          An OntologyMappingFormulator that generates the most specific hypotheses possible and does basic filtering based on context.
 class NoPossibleMappingFormulator
          A special type of OntologyMappingFormulator that generates default null hypotheses.
 

Uses of OntologyMappingFormulator in uk.ac.ebi.microarray.zooma.mapping
 

Methods in uk.ac.ebi.microarray.zooma.mapping that return OntologyMappingFormulator
 OntologyMappingFormulator TextReportingMapper.getAlternativeHypothesisFormulator()
           
 OntologyMappingFormulator JSONOntologyMapper.getAlternativeHypothesisFormulator()
           
 OntologyMappingFormulator TextReportingMapper.getNullHypothesisFormulator()
           
 OntologyMappingFormulator JSONOntologyMapper.getNullHypothesisFormulator()
           
 

Methods in uk.ac.ebi.microarray.zooma.mapping with parameters of type OntologyMappingFormulator
 void TextReportingMapper.setAlternativeHypothesisFormulator(OntologyMappingFormulator alternativeHypothesisFormulator)
           
 void JSONOntologyMapper.setAlternativeHypothesisFormulator(OntologyMappingFormulator alternativeHypothesisFormulator)
           
 void TextReportingMapper.setNullHypothesisFormulator(OntologyMappingFormulator nullHypothesisFormulator)
           
 void JSONOntologyMapper.setNullHypothesisFormulator(OntologyMappingFormulator nullHypothesisFormulator)
           
 



Copyright © 2010. All Rights Reserved.