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