Uses of Class
org.biomage.BioAssay.Channel

Packages that use Channel
org.biomage.BioAssay   
org.biomage.Interface   
org.biomage.QuantitationType   
 

Uses of Channel in org.biomage.BioAssay
 

Methods in org.biomage.BioAssay that return Channel
 Channel BioAssay_package.getFromChannel_list(int position)
          Method to get Channel from Channel_list
 Channel Image.getFromChannels(int position)
          Method to get Channel from Channels_list
 Channel BioAssay.getFromChannels(int position)
          Method to get Channel from Channels_list
 

Methods in org.biomage.BioAssay with parameters of type Channel
 void BioAssay_package.addToChannel_list(Channel channel)
          Method to add Channel to Channel_list
 void BioAssay_package.addToChannel_list(int position, Channel channel)
          Method to add Channel at position to Channel_list
 void Image.addToChannels(Channel channel)
          Method to add Channel to Channels_list
 void BioAssay.addToChannels(Channel channel)
          Method to add Channel to Channels_list
 void Image.addToChannels(int position, Channel channel)
          Method to add Channel at position to Channels_list
 void BioAssay.addToChannels(int position, Channel channel)
          Method to add Channel at position to Channels_list
 void BioAssay_package.removeFromChannel_list(Channel channel)
          Method to remove first Channel from Channel_list
 void Image.removeFromChannels(Channel channel)
          Method to remove first Channel from Channels_list
 void BioAssay.removeFromChannels(Channel channel)
          Method to remove first Channel from Channels_list
 

Uses of Channel in org.biomage.Interface
 

Methods in org.biomage.Interface that return Channel
 Channel HasChannel.getChannel()
          Get method for channel
 Channel HasChannels.getFromChannels(int position)
          Method to get Channel from Channels_list
 

Methods in org.biomage.Interface with parameters of type Channel
 void HasChannels.addToChannels(Channel channel)
          Method to add Channel to Channels_list
 void HasChannels.addToChannels(int position, Channel channel)
          Method to add Channel at position to Channels_list
 void HasChannels.removeFromChannels(Channel channel)
          Method to remove first Channel from Channels_list
 void HasChannel.setChannel(Channel channel)
          Set method for channel
 

Uses of Channel in org.biomage.QuantitationType
 

Fields in org.biomage.QuantitationType declared as Channel
protected  Channel QuantitationType.channel
          The optional channel associated with the QuantitationType.
 

Methods in org.biomage.QuantitationType that return Channel
 Channel QuantitationType.getChannel()
          Get method for channel
 

Methods in org.biomage.QuantitationType with parameters of type Channel
 void QuantitationType.setChannel(Channel channel)
          Set method for channel