|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FactorValue | |
---|---|
gov.nih.nci.caarray.services.experiment | |
gov.nih.nci.caarray.services.fileupload2 | This package provides supporting persistable beans for managing hybridization and array design file upload and parsing processes... |
org.biomage.BioAssay | |
org.biomage.Experiment | |
org.biomage.Interface |
Uses of FactorValue in gov.nih.nci.caarray.services.experiment |
---|
Methods in gov.nih.nci.caarray.services.experiment that return FactorValue | |
---|---|
FactorValue[] |
ExperimentManagerDB.getFactorValues(long experimentalFactorId)
|
Methods in gov.nih.nci.caarray.services.experiment with parameters of type FactorValue | |
---|---|
long |
ExperimentManagerDB.addFactorValue(long experimentalFactorId,
FactorValue value)
|
void |
ExperimentManagerDB.addFactorValues(long experimentalFactorId,
FactorValue[] values)
|
static void |
ExperimentUtils.copy(FactorValueData source,
FactorValue target)
|
static void |
ExperimentUtils.copy(FactorValue source,
FactorValueData target)
|
Uses of FactorValue in gov.nih.nci.caarray.services.fileupload2 |
---|
Methods in gov.nih.nci.caarray.services.fileupload2 that return FactorValue | |
---|---|
FactorValue[] |
HybridizationFileUploadEntry.getChannelOneFactorValues()
|
FactorValue[] |
HybridizationFileUploadEntry.getChannelTwoFactorValues()
|
Methods in gov.nih.nci.caarray.services.fileupload2 with parameters of type FactorValue | |
---|---|
void |
HybridizationFileUploadEntry.setChannelOneFactorValues(FactorValue[] factorValues)
|
void |
HybridizationFileUploadEntry.setChannelTwoFactorValues(FactorValue[] factorValues)
|
Uses of FactorValue in org.biomage.BioAssay |
---|
Methods in org.biomage.BioAssay that return FactorValue | |
---|---|
FactorValue |
BioAssay.getFromBioAssayFactorValues(int position)
Method to get FactorValue from BioAssayFactorValues_list |
Methods in org.biomage.BioAssay with parameters of type FactorValue | |
---|---|
void |
BioAssay.addToBioAssayFactorValues(FactorValue factorValue)
Method to add FactorValue to BioAssayFactorValues_list |
void |
BioAssay.addToBioAssayFactorValues(int position,
FactorValue factorValue)
Method to add FactorValue at position to BioAssayFactorValues_list |
void |
BioAssay.removeFromBioAssayFactorValues(FactorValue factorValue)
Method to remove first FactorValue from BioAssayFactorValues_list |
Uses of FactorValue in org.biomage.Experiment |
---|
Methods in org.biomage.Experiment that return FactorValue | |
---|---|
FactorValue |
ExperimentalFactor.getFromFactorValues(int position)
Method to get FactorValue from FactorValues_list |
Methods in org.biomage.Experiment with parameters of type FactorValue | |
---|---|
void |
ExperimentalFactor.addToFactorValues(FactorValue factorValue)
Method to add FactorValue to FactorValues_list |
void |
ExperimentalFactor.addToFactorValues(int position,
FactorValue factorValue)
Method to add FactorValue at position to FactorValues_list |
void |
ExperimentalFactor.removeFromFactorValues(FactorValue factorValue)
Method to remove first FactorValue from FactorValues_list |
Uses of FactorValue in org.biomage.Interface |
---|
Methods in org.biomage.Interface that return FactorValue | |
---|---|
FactorValue |
HasBioAssayFactorValues.getFromBioAssayFactorValues(int position)
Method to get FactorValue from BioAssayFactorValues_list |
FactorValue |
HasFactorValues.getFromFactorValues(int position)
Method to get FactorValue from FactorValues_list |
Methods in org.biomage.Interface with parameters of type FactorValue | |
---|---|
void |
HasBioAssayFactorValues.addToBioAssayFactorValues(FactorValue factorValue)
Method to add FactorValue to BioAssayFactorValues_list |
void |
HasBioAssayFactorValues.addToBioAssayFactorValues(int position,
FactorValue factorValue)
Method to add FactorValue at position to BioAssayFactorValues_list |
void |
HasFactorValues.addToFactorValues(FactorValue factorValue)
Method to add FactorValue to FactorValues_list |
void |
HasFactorValues.addToFactorValues(int position,
FactorValue factorValue)
Method to add FactorValue at position to FactorValues_list |
void |
HasBioAssayFactorValues.removeFromBioAssayFactorValues(FactorValue factorValue)
Method to remove first FactorValue from BioAssayFactorValues_list |
void |
HasFactorValues.removeFromFactorValues(FactorValue factorValue)
Method to remove first FactorValue from FactorValues_list |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |