|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Array in gov.nih.nci.caarray.services.array |
---|
Methods in gov.nih.nci.caarray.services.array with parameters of type Array | |
---|---|
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. |
static void |
ArrayUtils.copy(ArrayGroupData source,
Array target)
Copy DTO ArrayGroupData to MAGE Array. |
Uses of Array in gov.nih.nci.caarray.services.bioassaydata |
---|
Methods in gov.nih.nci.caarray.services.bioassaydata that return Array | |
---|---|
Array |
BioAssayDataInfo.getArray()
|
Constructors in gov.nih.nci.caarray.services.bioassaydata with parameters of type Array | |
---|---|
BioAssayDataInfo(BioAssayData bioAssayData,
BioAssay bioAssay,
java.io.File dataFile,
SourceType sourceType,
Array array,
Experiment experiment,
java.lang.String username)
Creates a new instance. |
Uses of Array in gov.nih.nci.caarray.services.experiment |
---|
Methods in gov.nih.nci.caarray.services.experiment that return Array | |
---|---|
Array |
ExperimentManagerDB.getArray(long id)
This method returns a Array that has the specified
ID by delegating the call to the same method in ArrayManagerDB . |
Uses of Array in org.biomage.Array |
---|
Methods in org.biomage.Array that return Array | |
---|---|
Array |
Array_package.getFromArray_list(int position)
Method to get Array from Array_list |
Array |
ArrayManufacture.getFromArrays(int position)
Method to get Array from Arrays_list |
Array |
ArrayGroup.getFromArrays(int position)
Method to get Array from Arrays_list |
Methods in org.biomage.Array with parameters of type Array | |
---|---|
void |
Array_package.addToArray_list(Array array)
Method to add Array to Array_list |
void |
Array_package.addToArray_list(int position,
Array array)
Method to add Array at position to Array_list |
void |
ArrayManufacture.addToArrays(Array array)
Method to add Array to Arrays_list |
void |
ArrayGroup.addToArrays(Array array)
Method to add Array to Arrays_list |
void |
ArrayManufacture.addToArrays(int position,
Array array)
Method to add Array at position to Arrays_list |
void |
ArrayGroup.addToArrays(int position,
Array array)
Method to add Array at position to Arrays_list |
void |
Array_package.removeFromArray_list(Array array)
Method to remove first Array from Array_list |
void |
ArrayManufacture.removeFromArrays(Array array)
Method to remove first Array from Arrays_list |
void |
ArrayGroup.removeFromArrays(Array array)
Method to remove first Array from Arrays_list |
Uses of Array in org.biomage.BioAssay |
---|
Fields in org.biomage.BioAssay declared as Array | |
---|---|
protected Array |
BioAssayCreation.array
The array used in the BioAssayCreation event. |
Methods in org.biomage.BioAssay that return Array | |
---|---|
Array |
BioAssayCreation.getArray()
Get method for array |
Methods in org.biomage.BioAssay with parameters of type Array | |
---|---|
void |
BioAssayCreation.setArray(Array array)
Set method for array |
Uses of Array in org.biomage.Interface |
---|
Methods in org.biomage.Interface that return Array | |
---|---|
Array |
HasArray.getArray()
Get method for array |
Array |
HasArrays.getFromArrays(int position)
Method to get Array from Arrays_list |
Methods in org.biomage.Interface with parameters of type Array | |
---|---|
void |
HasArrays.addToArrays(Array array)
Method to add Array to Arrays_list |
void |
HasArrays.addToArrays(int position,
Array array)
Method to add Array at position to Arrays_list |
void |
HasArrays.removeFromArrays(Array array)
Method to remove first Array from Arrays_list |
void |
HasArray.setArray(Array array)
Set method for array |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |