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

All Superinterfaces:
Extendable
All Known Implementing Classes:
FeatureInformationImpl

public interface FeatureInformation
extends Extendable

As part of the map information, allows the association of one or more differences in the BioMaterial on a feature from the BioMaterial of the Reporter. Useful for control purposes such as in Affymetrix probe pairs.

Version:
%I%, %G%

Method Summary
 Feature getFeature()
          Returns the value of this FeatureInformation object's feature attribute.
 MismatchInformation[] getMismatchInformation()
          Returns the value of this FeatureInformation object's mismatchInformation attribute.
 void setFeature(Feature p_feature)
          Sets the feature attribute.
 void setMismatchInformation(MismatchInformation[] p_mismatchInformation)
          Sets the mismatchInformation attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.Extendable
getPropertySets, setPropertySets
 

Method Detail

setMismatchInformation

void setMismatchInformation(MismatchInformation[] p_mismatchInformation)
Sets the mismatchInformation attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a FeatureInformation object.

Parameters:
p_mismatchInformation - The new value for mismatchInformation.
See Also:
getMismatchInformation()

getMismatchInformation

MismatchInformation[] getMismatchInformation()
Returns the value of this FeatureInformation object's mismatchInformation attribute.

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

setFeature

void setFeature(Feature p_feature)
Sets the feature attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a FeatureInformation object.

Parameters:
p_feature - The new value for feature.
See Also:
getFeature()

getFeature

Feature getFeature()
Returns the value of this FeatureInformation object's feature attribute.

Returns:
gov.nih.nci.mageom.bean.DesignElement.Feature The value of feature.
See Also:
Feature