Uses of Interface
gov.nih.nci.mageom.search.BQS.BibliographicReferenceSearchCriteria

Packages that use BibliographicReferenceSearchCriteria
gov.nih.nci.mageom.domain.BQS.impl   
gov.nih.nci.mageom.search   
gov.nih.nci.mageom.search.BQS.impl   
 

Uses of BibliographicReferenceSearchCriteria in gov.nih.nci.mageom.domain.BQS.impl
 

Methods in gov.nih.nci.mageom.domain.BQS.impl with parameters of type BibliographicReferenceSearchCriteria
 BibliographicReference[] BibliographicReferenceImpl.searchBibliographicReferences(BibliographicReferenceSearchCriteria criteria)
          Returns an array of BibliographicReference objects that satisfy the given BibliographicReferenceSearchCriteria.
 

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

Methods in gov.nih.nci.mageom.search that return BibliographicReferenceSearchCriteria
static BibliographicReferenceSearchCriteria AbstractSearchCriteriaFactory.new_BQS_BIBLIOGRAPHICREFERENCE_SC()
           
 

Uses of BibliographicReferenceSearchCriteria in gov.nih.nci.mageom.search.BQS.impl
 

Classes in gov.nih.nci.mageom.search.BQS.impl that implement BibliographicReferenceSearchCriteria
 class BibliographicReferenceSearchCriteriaImpl
          Represents a query for BibliographicReference objects.