Uses of Class
gov.nih.nci.caarray.common.data.array.ArrayData

Packages that use ArrayData
gov.nih.nci.caarray.common.data.array   
gov.nih.nci.caarray.common.data.experiment   
gov.nih.nci.caarray.services.array   
 

Uses of ArrayData in gov.nih.nci.caarray.common.data.array
 

Methods in gov.nih.nci.caarray.common.data.array that return ArrayData
 ArrayData[] ArrayGroupData.getArrays()
           
 

Methods in gov.nih.nci.caarray.common.data.array with parameters of type ArrayData
 void ArrayGroupData.setArrays(ArrayData[] array)
           
 

Uses of ArrayData in gov.nih.nci.caarray.common.data.experiment
 

Methods in gov.nih.nci.caarray.common.data.experiment that return ArrayData
 ArrayData HybridizationFileUploadData.getArray()
          Deprecated.  
 

Methods in gov.nih.nci.caarray.common.data.experiment with parameters of type ArrayData
 void HybridizationFileUploadData.setArray(ArrayData array_)
          Deprecated.  
 

Uses of ArrayData in gov.nih.nci.caarray.services.array
 

Methods in gov.nih.nci.caarray.services.array with parameters of type ArrayData
static void ArrayUtils.copy(Array source, ArrayData target)
          Copy data from the source to the target object based on the mapping instructions tagged in the source and target object types.
static void ArrayUtils.copy(ArrayData source, Array target)
          Copy data from the source to the target object based on the mapping instructions tagged in the source and target object types.