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

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

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

Methods in gov.nih.nci.mageom.domain.Array that return Array
 Array[] ArrayManufacture.getArrays()
          Returns the value of this ArrayManufacture object's arrays attribute.
 Array[] ArrayGroup.getArrays()
          Returns the value of this ArrayGroup object's arrays attribute.
 

Methods in gov.nih.nci.mageom.domain.Array with parameters of type Array
 void ArrayManufacture.setArrays(Array[] p_arrays)
          Sets the arrays attribute.
 void ArrayGroup.setArrays(Array[] p_arrays)
          Sets the arrays attribute.
 

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

Classes in gov.nih.nci.mageom.domain.Array.impl that implement Array
 class ArrayImpl
          The physical substrate along with its features and their annotation
 

Fields in gov.nih.nci.mageom.domain.Array.impl declared as Array
protected  Array[] ArrayManufactureImpl.arrays
          DOCUMENT ME
protected  Array[] ArrayGroupImpl.arrays
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Array.impl that return Array
 Array[] ArrayManufactureImpl.getArrays()
           
 Array[] ArrayGroupImpl.getArrays()
           
 Array[] ArrayImpl.searchArrays(ArraySearchCriteria criteria)
          Returns an array of Array objects that satisfy the given ArraySearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.Array.impl with parameters of type Array
 void ArrayManufactureImpl.setArrays(Array[] p_arrays)
          Sets the arrays attribute.
 void ArrayGroupImpl.setArrays(Array[] p_arrays)
          Sets the arrays attribute.
 

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

Methods in gov.nih.nci.mageom.domain.BioAssay that return Array
 Array BioAssayCreation.getArray()
          Returns the value of this BioAssayCreation object's array attribute.
 

Methods in gov.nih.nci.mageom.domain.BioAssay with parameters of type Array
 void BioAssayCreation.setArray(Array p_array)
          Sets the array attribute.
 

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

Fields in gov.nih.nci.mageom.domain.BioAssay.impl declared as Array
protected  Array BioAssayCreationImpl.array
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioAssay.impl that return Array
 Array BioAssayCreationImpl.getArray()
           
 

Methods in gov.nih.nci.mageom.domain.BioAssay.impl with parameters of type Array
 void BioAssayCreationImpl.setArray(Array p_array)
          Sets the array attribute.