gov.nih.nci.mageom.domain.BioAssayData
Interface FeatureDimension
- All Superinterfaces:
- Describable, DesignElementDimension, Extendable, Identifiable
- All Known Implementing Classes:
- FeatureDimensionImpl
public interface FeatureDimension
- extends DesignElementDimension
Specialized DesignElementDimension to hold Features.
- Version:
- %I%, %G%
setContainedFeatures
void setContainedFeatures(Feature[] p_containedFeatures)
- Sets the containedFeatures attribute. This API is currently
read-only. So, calling this method does not affect the persistent
state of a
FeatureDimension object.
- Parameters:
p_containedFeatures - The new value for containedFeatures.- See Also:
getContainedFeatures()
getContainedFeatures
Feature[] getContainedFeatures()
- Returns the value of this
FeatureDimension object's containedFeatures attribute.
- Returns:
gov.nih.nci.mageom.bean.DesignElement.Feature[] The value of containedFeatures.- See Also:
Feature