Uses of Interface
gov.nih.nci.mageom.domain.BioAssay.FeatureExtraction

Packages that use FeatureExtraction
gov.nih.nci.mageom.domain.BioAssay   
gov.nih.nci.mageom.domain.BioAssay.impl   
 

Uses of FeatureExtraction in gov.nih.nci.mageom.domain.BioAssay
 

Methods in gov.nih.nci.mageom.domain.BioAssay that return FeatureExtraction
 FeatureExtraction MeasuredBioAssay.getFeatureExtraction()
          Returns the value of this MeasuredBioAssay object's featureExtraction attribute.
 

Methods in gov.nih.nci.mageom.domain.BioAssay with parameters of type FeatureExtraction
 void MeasuredBioAssay.setFeatureExtraction(FeatureExtraction p_featureExtraction)
          Sets the featureExtraction attribute.
 

Uses of FeatureExtraction in gov.nih.nci.mageom.domain.BioAssay.impl
 

Classes in gov.nih.nci.mageom.domain.BioAssay.impl that implement FeatureExtraction
 class FeatureExtractionImpl
          The process by which data is extracted from an image producing a measuredBioAssayData and a measuredBioAssay.
 

Fields in gov.nih.nci.mageom.domain.BioAssay.impl declared as FeatureExtraction
protected  FeatureExtraction MeasuredBioAssayImpl.featureExtraction
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioAssay.impl that return FeatureExtraction
 FeatureExtraction MeasuredBioAssayImpl.getFeatureExtraction()
           
 FeatureExtraction[] FeatureExtractionImpl.searchFeatureExtractions(FeatureExtractionSearchCriteria criteria)
          Returns an array of FeatureExtraction objects that satisfy the given FeatureExtractionSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.BioAssay.impl with parameters of type FeatureExtraction
 void MeasuredBioAssayImpl.setFeatureExtraction(FeatureExtraction p_featureExtraction)
          Sets the featureExtraction attribute.