gov.nih.nci.mageom.domain.BioAssay
Interface Channel
- All Superinterfaces:
- Describable, Extendable, Identifiable
- All Known Implementing Classes:
- ChannelImpl
public interface Channel
- extends Identifiable
A channel represents an independent acquisition scheme for the ImageAcquisition event, typically
a wavelength.
- Version:
- %I%, %G%
setLabels
void setLabels(Compound[] p_labels)
- Sets the labels attribute. This API is currently
read-only. So, calling this method does not affect the persistent
state of a
Channel object.
- Parameters:
p_labels - The new value for labels.- See Also:
getLabels()
getLabels
Compound[] getLabels()
- Returns the value of this
Channel object's labels attribute.
- Returns:
gov.nih.nci.mageom.bean.BioMaterial.Compound[] The value of labels.- See Also:
Compound