Uses of Interface
gov.nih.nci.mageom.domain.BioMaterial.BioSource

Packages that use BioSource
gov.nih.nci.mageom.domain.BioMaterial.impl   
 

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

Classes in gov.nih.nci.mageom.domain.BioMaterial.impl that implement BioSource
 class BioSourceImpl
          The BioSource is the original source material before any treatment events.
 

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