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

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

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

Methods in gov.nih.nci.mageom.domain.QuantitationType.impl with parameters of type PresentAbsentSearchCriteria
 PresentAbsent[] PresentAbsentImpl.searchPresentAbsents(PresentAbsentSearchCriteria criteria)
          Returns an array of PresentAbsent objects that satisfy the given PresentAbsentSearchCriteria.
 

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

Methods in gov.nih.nci.mageom.search that return PresentAbsentSearchCriteria
static PresentAbsentSearchCriteria AbstractSearchCriteriaFactory.new_QUANTITATIONTYPE_PRESENTABSENT_SC()
           
 

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

Classes in gov.nih.nci.mageom.search.QuantitationType.impl that implement PresentAbsentSearchCriteria
 class PresentAbsentSearchCriteriaImpl
          Represents a query for PresentAbsent objects.