Uses of Interface
gov.nih.nci.mageom.domain.Array.FeatureDefect

Packages that use FeatureDefect
gov.nih.nci.mageom.domain.Array   
gov.nih.nci.mageom.domain.Array.impl   
 

Uses of FeatureDefect in gov.nih.nci.mageom.domain.Array
 

Methods in gov.nih.nci.mageom.domain.Array that return FeatureDefect
 FeatureDefect[] ArrayManufactureDeviation.getFeatureDefects()
          Returns the value of this ArrayManufactureDeviation object's featureDefects attribute.
 

Methods in gov.nih.nci.mageom.domain.Array with parameters of type FeatureDefect
 void ArrayManufactureDeviation.setFeatureDefects(FeatureDefect[] p_featureDefects)
          Sets the featureDefects attribute.
 

Uses of FeatureDefect in gov.nih.nci.mageom.domain.Array.impl
 

Classes in gov.nih.nci.mageom.domain.Array.impl that implement FeatureDefect
 class FeatureDefectImpl
          Stores the defect information for a feature.
 

Fields in gov.nih.nci.mageom.domain.Array.impl declared as FeatureDefect
protected  FeatureDefect[] ArrayManufactureDeviationImpl.featureDefects
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Array.impl that return FeatureDefect
 FeatureDefect[] ArrayManufactureDeviationImpl.getFeatureDefects()
           
 FeatureDefect[] FeatureDefectImpl.searchFeatureDefects(FeatureDefectSearchCriteria criteria)
          Returns an array of FeatureDefect objects that satisfy the given FeatureDefectSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.Array.impl with parameters of type FeatureDefect
 void ArrayManufactureDeviationImpl.setFeatureDefects(FeatureDefect[] p_featureDefects)
          Sets the featureDefects attribute.