edu.sc.seis.fissuresUtil.chooser
Interface ChannelGrouper


public interface ChannelGrouper

ChannelGrouper.java Created: Thu Jun 27 08:51:26 2002


Method Summary
 edu.iris.Fissures.IfNetwork.ChannelId[] retrieve_grouping(edu.iris.Fissures.IfNetwork.ChannelId[] channelIds, edu.iris.Fissures.IfNetwork.ChannelId channelId)
          Given a channelId and an array of ChannelIds, this method returns the ChannelGroup as an array of ChannelIds corresponding to channelId.
 edu.iris.Fissures.IfNetwork.Channel[] retrieve_grouping(org.omg.CORBA_2_3.ORB orb, edu.iris.Fissures.IfNetwork.ChannelId channelId)
          Given a channel and an array of Channels, this method returns the ChannelGroup as an array of Channels corresponding to channel.
 

Method Detail

retrieve_grouping

edu.iris.Fissures.IfNetwork.Channel[] retrieve_grouping(org.omg.CORBA_2_3.ORB orb,
                                                        edu.iris.Fissures.IfNetwork.ChannelId channelId)
Given a channel and an array of Channels, this method returns the ChannelGroup as an array of Channels corresponding to channel.


retrieve_grouping

edu.iris.Fissures.IfNetwork.ChannelId[] retrieve_grouping(edu.iris.Fissures.IfNetwork.ChannelId[] channelIds,
                                                          edu.iris.Fissures.IfNetwork.ChannelId channelId)
Given a channelId and an array of ChannelIds, this method returns the ChannelGroup as an array of ChannelIds corresponding to channelId.