Uses of Interface
gov.nih.nci.mageom.domain.BQS.BibliographicReference

Packages that use BibliographicReference
gov.nih.nci.mageom.domain.BQS.impl   
gov.nih.nci.mageom.domain.Description   
gov.nih.nci.mageom.domain.Description.impl   
 

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

Classes in gov.nih.nci.mageom.domain.BQS.impl that implement BibliographicReference
 class BibliographicReferenceImpl
          Attributes for the most common criteria and association with OntologyEntry allows criteria to be specified for searching for a Bibliographic reference.
 

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

Uses of BibliographicReference in gov.nih.nci.mageom.domain.Description
 

Methods in gov.nih.nci.mageom.domain.Description that return BibliographicReference
 BibliographicReference[] Description.getBibliographicReferences()
          Returns the value of this Description object's bibliographicReferences attribute.
 

Methods in gov.nih.nci.mageom.domain.Description with parameters of type BibliographicReference
 void Description.setBibliographicReferences(BibliographicReference[] p_bibliographicReferences)
          Sets the bibliographicReferences attribute.
 

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

Fields in gov.nih.nci.mageom.domain.Description.impl declared as BibliographicReference
protected  BibliographicReference[] DescriptionImpl.bibliographicReferences
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Description.impl that return BibliographicReference
 BibliographicReference[] DescriptionImpl.getBibliographicReferences()
           
 

Methods in gov.nih.nci.mageom.domain.Description.impl with parameters of type BibliographicReference
 void DescriptionImpl.setBibliographicReferences(BibliographicReference[] p_bibliographicReferences)
          Sets the bibliographicReferences attribute.