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

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

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

Methods in gov.nih.nci.mageom.domain.Array that return ArrayManufacture
 ArrayManufacture Array.getInformation()
          Returns the value of this Array object's information attribute.
 

Methods in gov.nih.nci.mageom.domain.Array with parameters of type ArrayManufacture
 void Array.setInformation(ArrayManufacture p_information)
          Sets the information attribute.
 

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

Classes in gov.nih.nci.mageom.domain.Array.impl that implement ArrayManufacture
 class ArrayManufactureImpl
          Describes the process by which arrays are produced.
 

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

Methods in gov.nih.nci.mageom.domain.Array.impl that return ArrayManufacture
 ArrayManufacture ArrayImpl.getInformation()
           
 ArrayManufacture[] ArrayManufactureImpl.searchArrayManufactures(ArrayManufactureSearchCriteria criteria)
          Returns an array of ArrayManufacture objects that satisfy the given ArrayManufactureSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.Array.impl with parameters of type ArrayManufacture
 void ArrayImpl.setInformation(ArrayManufacture p_information)
          Sets the information attribute.