org.biomage.Interface
Interface HasChannels

All Known Implementing Classes:
BioAssay, Image

public interface HasChannels


Nested Class Summary
static class HasChannels.Channels_list
          Inner list class for holding multiple entries for attribute channels.
 
Method Summary
 void addToChannels(Channel channel)
          Method to add Channel to Channels_list
 void addToChannels(int position, Channel channel)
          Method to add Channel at position to Channels_list
 HasChannels.Channels_list getChannels()
          Get method for channels
 Channel getFromChannels(int position)
          Method to get Channel from Channels_list
 void removeElementAtFromChannels(int position)
          Method to remove by position from Channels_list
 void removeFromChannels(Channel channel)
          Method to remove first Channel from Channels_list
 void setChannels(HasChannels.Channels_list channels)
          Set method for channels
 

Method Detail

setChannels

public void setChannels(HasChannels.Channels_list channels)
Set method for channels


getChannels

public HasChannels.Channels_list getChannels()
Get method for channels

Returns:
value of the attribute

addToChannels

public void addToChannels(Channel channel)
Method to add Channel to Channels_list


addToChannels

public void addToChannels(int position,
                          Channel channel)
Method to add Channel at position to Channels_list


getFromChannels

public Channel getFromChannels(int position)
Method to get Channel from Channels_list


removeElementAtFromChannels

public void removeElementAtFromChannels(int position)
Method to remove by position from Channels_list


removeFromChannels

public void removeFromChannels(Channel channel)
Method to remove first Channel from Channels_list



Copyright (C) 2002 The MicroArray Gene Expression Database group (MGED) All rights reserved.