gov.nih.nci.mageom.domain.BioAssayData
Interface BioAssayMap

All Superinterfaces:
BioEvent, Describable, Extendable, Identifiable, Map
All Known Implementing Classes:
BioAssayMapImpl

public interface BioAssayMap
extends Map

The BioAssayMap is the description of how source MeasuredBioAssays and/or DerivedBioAssays are manipulated (mathematically) to produce DerivedBioAssays.

Version:
%I%, %G%

Method Summary
 DerivedBioAssay getBioAssayMapTarget()
          Returns the value of this BioAssayMap object's bioAssayMapTarget attribute.
 BioAssay[] getSourceBioAssays()
          Returns the value of this BioAssayMap object's sourceBioAssays attribute.
 void setBioAssayMapTarget(DerivedBioAssay p_bioAssayMapTarget)
          Sets the bioAssayMapTarget attribute.
 void setSourceBioAssays(BioAssay[] p_sourceBioAssays)
          Sets the sourceBioAssays attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.BioEvent.BioEvent
getProtocolApplications, setProtocolApplications
 
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

setBioAssayMapTarget

void setBioAssayMapTarget(DerivedBioAssay p_bioAssayMapTarget)
Sets the bioAssayMapTarget attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BioAssayMap object.

Parameters:
p_bioAssayMapTarget - The new value for bioAssayMapTarget.
See Also:
getBioAssayMapTarget()

getBioAssayMapTarget

DerivedBioAssay getBioAssayMapTarget()
Returns the value of this BioAssayMap object's bioAssayMapTarget attribute.

Returns:
gov.nih.nci.mageom.bean.BioAssay.DerivedBioAssay The value of bioAssayMapTarget.
See Also:
DerivedBioAssay

setSourceBioAssays

void setSourceBioAssays(BioAssay[] p_sourceBioAssays)
Sets the sourceBioAssays attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BioAssayMap object.

Parameters:
p_sourceBioAssays - The new value for sourceBioAssays.
See Also:
getSourceBioAssays()

getSourceBioAssays

BioAssay[] getSourceBioAssays()
Returns the value of this BioAssayMap object's sourceBioAssays attribute.

Returns:
gov.nih.nci.mageom.bean.BioAssay.BioAssay[] The value of sourceBioAssays.
See Also:
BioAssay