Uses of Interface
gov.nih.nci.mageom.search.QuantitationType.RatioSearchCriteria

Packages that use RatioSearchCriteria
gov.nih.nci.mageom.domain.QuantitationType.impl   
gov.nih.nci.mageom.search   
gov.nih.nci.mageom.search.QuantitationType.impl   
 

Uses of RatioSearchCriteria in gov.nih.nci.mageom.domain.QuantitationType.impl
 

Methods in gov.nih.nci.mageom.domain.QuantitationType.impl with parameters of type RatioSearchCriteria
 Ratio[] RatioImpl.searchRatios(RatioSearchCriteria criteria)
          Returns an array of Ratio objects that satisfy the given RatioSearchCriteria.
 

Uses of RatioSearchCriteria in gov.nih.nci.mageom.search
 

Methods in gov.nih.nci.mageom.search that return RatioSearchCriteria
static RatioSearchCriteria AbstractSearchCriteriaFactory.new_QUANTITATIONTYPE_RATIO_SC()
           
 

Uses of RatioSearchCriteria in gov.nih.nci.mageom.search.QuantitationType.impl
 

Classes in gov.nih.nci.mageom.search.QuantitationType.impl that implement RatioSearchCriteria
 class RatioSearchCriteriaImpl
          Represents a query for Ratio objects.