gov.nih.nci.mageom.domain.DesignElement
Interface FeatureReporterMap

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

public interface FeatureReporterMap
extends DesignElementMap

A FeatureReporterMap is the description of how source features are transformed into a target reporter. These would map replicate features for a reporter to the reporter.

Version:
%I%, %G%

Method Summary
 FeatureInformation[] getFeatureInformationSources()
          Returns the value of this FeatureReporterMap object's featureInformationSources attribute.
 Reporter getReporter()
          Returns the value of this FeatureReporterMap object's reporter attribute.
 void setFeatureInformationSources(FeatureInformation[] p_featureInformationSources)
          Sets the featureInformationSources attribute.
 void setReporter(Reporter p_reporter)
          Sets the reporter 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

setFeatureInformationSources

void setFeatureInformationSources(FeatureInformation[] p_featureInformationSources)
Sets the featureInformationSources attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a FeatureReporterMap object.

Parameters:
p_featureInformationSources - The new value for featureInformationSources.
See Also:
getFeatureInformationSources()

getFeatureInformationSources

FeatureInformation[] getFeatureInformationSources()
Returns the value of this FeatureReporterMap object's featureInformationSources attribute.

Returns:
gov.nih.nci.mageom.bean.DesignElement.FeatureInformation[] The value of featureInformationSources.
See Also:
FeatureInformation

setReporter

void setReporter(Reporter p_reporter)
Sets the reporter attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a FeatureReporterMap object.

Parameters:
p_reporter - The new value for reporter.
See Also:
getReporter()

getReporter

Reporter getReporter()
Returns the value of this FeatureReporterMap object's reporter attribute.

Returns:
gov.nih.nci.mageom.bean.DesignElement.Reporter The value of reporter.
See Also:
Reporter