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

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

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

Methods in gov.nih.nci.mageom.domain.Description.impl with parameters of type OntologyEntrySearchCriteria
 OntologyEntry[] OntologyEntryImpl.searchOntologyEntries(OntologyEntrySearchCriteria criteria)
          Returns an array of OntologyEntry objects that satisfy the given OntologyEntrySearchCriteria.
 

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

Methods in gov.nih.nci.mageom.search that return OntologyEntrySearchCriteria
static OntologyEntrySearchCriteria AbstractSearchCriteriaFactory.new_DESCRIPTION_ONTOLOGYENTRY_SC()
           
 

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

Classes in gov.nih.nci.mageom.search.Description.impl that implement OntologyEntrySearchCriteria
 class OntologyEntrySearchCriteriaImpl
          Represents a query for OntologyEntry objects.