Uses of Interface
gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign

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

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

Methods in gov.nih.nci.mageom.domain.Array that return ArrayDesign
 ArrayDesign Array.getArrayDesign()
          Returns the value of this Array object's arrayDesign attribute.
 

Methods in gov.nih.nci.mageom.domain.Array with parameters of type ArrayDesign
 void Array.setArrayDesign(ArrayDesign p_arrayDesign)
          Sets the arrayDesign attribute.
 

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

Fields in gov.nih.nci.mageom.domain.Array.impl declared as ArrayDesign
protected  ArrayDesign ArrayImpl.arrayDesign
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Array.impl that return ArrayDesign
 ArrayDesign ArrayImpl.getArrayDesign()
           
 

Methods in gov.nih.nci.mageom.domain.Array.impl with parameters of type ArrayDesign
 void ArrayImpl.setArrayDesign(ArrayDesign p_arrayDesign)
          Sets the arrayDesign attribute.
 

Uses of ArrayDesign in gov.nih.nci.mageom.domain.ArrayDesign
 

Subinterfaces of ArrayDesign in gov.nih.nci.mageom.domain.ArrayDesign
 interface PhysicalArrayDesign
          A design that is expected to be used to manufacture physical arrays.
 

Uses of ArrayDesign in gov.nih.nci.mageom.domain.ArrayDesign.impl
 

Classes in gov.nih.nci.mageom.domain.ArrayDesign.impl that implement ArrayDesign
 class ArrayDesignImpl
          Describes the design of an gene expression layout.
 class PhysicalArrayDesignImpl
          A design that is expected to be used to manufacture physical arrays.
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl that return ArrayDesign
 ArrayDesign[] ArrayDesignImpl.searchArrayDesigns(ArrayDesignSearchCriteria criteria)
          Returns an array of ArrayDesign objects that satisfy the given ArrayDesignSearchCriteria.