gov.nih.nci.mageom.domain.BioAssay
Interface MeasuredBioAssay

All Superinterfaces:
BioAssay, Describable, Extendable, Identifiable
All Known Implementing Classes:
MeasuredBioAssayImpl

public interface MeasuredBioAssay
extends BioAssay

A measured bioAssay is the direct processing of information in a physical bioAssay by the featureExtraction event. Often uses images which are referenced through the physical bioAssay.

Version:
%I%, %G%

Method Summary
 FeatureExtraction getFeatureExtraction()
          Returns the value of this MeasuredBioAssay object's featureExtraction attribute.
 MeasuredBioAssayData[] getMeasuredBioAssayData()
          Returns the value of this MeasuredBioAssay object's measuredBioAssayData attribute.
 void setFeatureExtraction(FeatureExtraction p_featureExtraction)
          Sets the featureExtraction attribute.
 void setMeasuredBioAssayData(MeasuredBioAssayData[] p_measuredBioAssayData)
          Sets the measuredBioAssayData attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.BioAssay.BioAssay
getBioAssayFactorValues, getChannels, setBioAssayFactorValues, setChannels
 
Methods inherited from interface gov.nih.nci.mageom.domain.Identifiable
getIdentifier, getName, setIdentifier, setName
 
Methods inherited from interface gov.nih.nci.mageom.domain.Describable
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity
 
Methods inherited from interface gov.nih.nci.mageom.domain.Extendable
getPropertySets, setPropertySets
 

Method Detail

setFeatureExtraction

void setFeatureExtraction(FeatureExtraction p_featureExtraction)
Sets the featureExtraction attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a MeasuredBioAssay object.

Parameters:
p_featureExtraction - The new value for featureExtraction.
See Also:
getFeatureExtraction()

getFeatureExtraction

FeatureExtraction getFeatureExtraction()
Returns the value of this MeasuredBioAssay object's featureExtraction attribute.

Returns:
gov.nih.nci.mageom.bean.BioAssay.FeatureExtraction The value of featureExtraction.
See Also:
FeatureExtraction

setMeasuredBioAssayData

void setMeasuredBioAssayData(MeasuredBioAssayData[] p_measuredBioAssayData)
Sets the measuredBioAssayData attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a MeasuredBioAssay object.

Parameters:
p_measuredBioAssayData - The new value for measuredBioAssayData.
See Also:
getMeasuredBioAssayData()

getMeasuredBioAssayData

MeasuredBioAssayData[] getMeasuredBioAssayData()
Returns the value of this MeasuredBioAssay object's measuredBioAssayData attribute.

Returns:
gov.nih.nci.mageom.bean.BioAssayData.MeasuredBioAssayData[] The value of measuredBioAssayData.
See Also:
MeasuredBioAssayData