|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.sc.seis.fissuresUtil.chooser.ChannelGrouperImpl
public class ChannelGrouperImpl
ChannelGrouperImpl.java Created: Fri Jun 21 15:06:45 2002
| Constructor Summary | |
|---|---|
ChannelGrouperImpl()
Creates a new ChannelGrouperImpl instance. |
|
| Method Summary | |
|---|---|
Channel[] |
retrieve_grouping(Channel[] channels,
Channel channel)
Given a channel and an array of Channels, this method returns the ChannelGroup as an array of Channels corresponding to channel. |
ChannelId[] |
retrieve_grouping(ChannelId[] channelIds,
ChannelId channelId)
Given a channelId and an array of ChannelIds, this method returns the ChannelGroup as an array of ChannelIds corresponding to channelId. |
ChannelId[] |
sortChannelGroup(ChannelId[] channelIds)
Given an array of channelIds this method returns sorted array of channelIds. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChannelGrouperImpl()
ChannelGrouperImpl instance.
| Method Detail |
|---|
public Channel[] retrieve_grouping(Channel[] channels,
Channel channel)
channels - a Channel[] valuechannel - a Channel value
Channel[] value
public ChannelId[] retrieve_grouping(ChannelId[] channelIds,
ChannelId channelId)
channelIds - a ChannelId[] valuechannelId - a ChannelId value
ChannelId[] valuepublic ChannelId[] sortChannelGroup(ChannelId[] channelIds)
channelIds - a ChannelId[] value
ChannelId[] value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||