public class ChannelGrouperImpl
extends java.lang.Object
Constructor and Description |
---|
ChannelGrouperImpl()
Creates a new
ChannelGrouperImpl instance. |
Modifier and Type | Method and Description |
---|---|
edu.iris.Fissures.IfNetwork.Channel[] |
retrieve_grouping(edu.iris.Fissures.IfNetwork.Channel[] channels,
edu.iris.Fissures.IfNetwork.Channel channel)
Given a channel and an array of Channels, this method returns the ChannelGroup
as an array of Channels corresponding to channel.
|
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.ChannelId[] |
sortChannelGroup(edu.iris.Fissures.IfNetwork.ChannelId[] channelIds)
Given an array of channelIds this method returns sorted array of
channelIds.
|
public ChannelGrouperImpl()
ChannelGrouperImpl
instance.public edu.iris.Fissures.IfNetwork.Channel[] retrieve_grouping(edu.iris.Fissures.IfNetwork.Channel[] channels, edu.iris.Fissures.IfNetwork.Channel channel)
channels
- a Channel[]
valuechannel
- a Channel
valueChannel[]
valuepublic edu.iris.Fissures.IfNetwork.ChannelId[] retrieve_grouping(edu.iris.Fissures.IfNetwork.ChannelId[] channelIds, edu.iris.Fissures.IfNetwork.ChannelId channelId)
channelIds
- a ChannelId[]
valuechannelId
- a ChannelId
valueChannelId[]
valuepublic edu.iris.Fissures.IfNetwork.ChannelId[] sortChannelGroup(edu.iris.Fissures.IfNetwork.ChannelId[] channelIds)
channelIds
- a ChannelId[]
valueChannelId[]
value