gov.nih.nci.mageom.domain.ArrayDesign
Interface CompositeGroup
- All Superinterfaces:
- Describable, DesignElementGroup, Extendable, Identifiable
- All Known Implementing Classes:
- CompositeGroupImpl
public interface CompositeGroup
- extends DesignElementGroup
Allows specification of the type of Composite Design Element.
- 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
CompositeGroup object.
- Parameters:
p_compositeSequences - The new value for compositeSequences.- See Also:
getCompositeSequences()
getCompositeSequences
CompositeSequence[] getCompositeSequences()
- Returns the value of this
CompositeGroup object's compositeSequences attribute.
- Returns:
gov.nih.nci.mageom.bean.DesignElement.CompositeSequence[] The value of compositeSequences.- See Also:
CompositeSequence