Uses of Interface
gov.nih.nci.mageom.search.BioMaterial.BioSourceSearchCriteria

Packages that use BioSourceSearchCriteria
gov.nih.nci.mageom.domain.BioMaterial.impl   
gov.nih.nci.mageom.search   
gov.nih.nci.mageom.search.BioMaterial.impl   
 

Uses of BioSourceSearchCriteria in gov.nih.nci.mageom.domain.BioMaterial.impl
 

Methods in gov.nih.nci.mageom.domain.BioMaterial.impl with parameters of type BioSourceSearchCriteria
 BioSource[] BioSourceImpl.searchBioSources(BioSourceSearchCriteria criteria)
          Returns an array of BioSource objects that satisfy the given BioSourceSearchCriteria.
 

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

Methods in gov.nih.nci.mageom.search that return BioSourceSearchCriteria
static BioSourceSearchCriteria AbstractSearchCriteriaFactory.new_BIOMATERIAL_BIOSOURCE_SC()
           
 

Uses of BioSourceSearchCriteria in gov.nih.nci.mageom.search.BioMaterial.impl
 

Classes in gov.nih.nci.mageom.search.BioMaterial.impl that implement BioSourceSearchCriteria
 class BioSourceSearchCriteriaImpl
          Represents a query for BioSource objects.