Uses of Interface
gov.nih.nci.mageom.search.Description.DescriptionSearchCriteria

Packages that use DescriptionSearchCriteria
gov.nih.nci.mageom.domain.Description.impl   
gov.nih.nci.mageom.search   
gov.nih.nci.mageom.search.Description.impl   
 

Uses of DescriptionSearchCriteria in gov.nih.nci.mageom.domain.Description.impl
 

Methods in gov.nih.nci.mageom.domain.Description.impl with parameters of type DescriptionSearchCriteria
 Description[] DescriptionImpl.searchDescriptions(DescriptionSearchCriteria criteria)
          Returns an array of Description objects that satisfy the given DescriptionSearchCriteria.
 

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

Methods in gov.nih.nci.mageom.search that return DescriptionSearchCriteria
static DescriptionSearchCriteria AbstractSearchCriteriaFactory.new_DESCRIPTION_DESCRIPTION_SC()
           
 

Uses of DescriptionSearchCriteria in gov.nih.nci.mageom.search.Description.impl
 

Classes in gov.nih.nci.mageom.search.Description.impl that implement DescriptionSearchCriteria
 class DescriptionSearchCriteriaImpl
          Represents a query for Description objects.