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

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

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

Classes in gov.nih.nci.mageom.domain.BioMaterial.impl that implement LabeledExtract
 class LabeledExtractImpl
          LabeledExtracts are special BioSamples that have Compounds which are detectable (these are often fluorescent or reactive moieties).
 

Methods in gov.nih.nci.mageom.domain.BioMaterial.impl that return LabeledExtract
 LabeledExtract[] LabeledExtractImpl.searchLabeledExtracts(LabeledExtractSearchCriteria criteria)
          Returns an array of LabeledExtract objects that satisfy the given LabeledExtractSearchCriteria.