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

All Superinterfaces:
BioEvent, Describable, Extendable, Identifiable
All Known Implementing Classes:
FeatureExtractionImpl

public interface FeatureExtraction
extends BioEvent

The process by which data is extracted from an image producing a measuredBioAssayData and a measuredBioAssay.

Version:
%I%, %G%

Method Summary
 MeasuredBioAssay getMeasuredBioAssayTarget()
          Returns the value of this FeatureExtraction object's measuredBioAssayTarget attribute.
 PhysicalBioAssay getPhysicalBioAssaySource()
          Returns the value of this FeatureExtraction object's physicalBioAssaySource attribute.
 void setMeasuredBioAssayTarget(MeasuredBioAssay p_measuredBioAssayTarget)
          Sets the measuredBioAssayTarget attribute.
 void setPhysicalBioAssaySource(PhysicalBioAssay p_physicalBioAssaySource)
          Sets the physicalBioAssaySource 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

setPhysicalBioAssaySource

void setPhysicalBioAssaySource(PhysicalBioAssay p_physicalBioAssaySource)
Sets the physicalBioAssaySource attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a FeatureExtraction object.

Parameters:
p_physicalBioAssaySource - The new value for physicalBioAssaySource.
See Also:
getPhysicalBioAssaySource()

getPhysicalBioAssaySource

PhysicalBioAssay getPhysicalBioAssaySource()
Returns the value of this FeatureExtraction object's physicalBioAssaySource attribute.

Returns:
gov.nih.nci.mageom.bean.BioAssay.PhysicalBioAssay The value of physicalBioAssaySource.
See Also:
PhysicalBioAssay

setMeasuredBioAssayTarget

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

Parameters:
p_measuredBioAssayTarget - The new value for measuredBioAssayTarget.
See Also:
getMeasuredBioAssayTarget()

getMeasuredBioAssayTarget

MeasuredBioAssay getMeasuredBioAssayTarget()
Returns the value of this FeatureExtraction object's measuredBioAssayTarget attribute.

Returns:
gov.nih.nci.mageom.bean.BioAssay.MeasuredBioAssay The value of measuredBioAssayTarget.
See Also:
MeasuredBioAssay