edu.sc.seis.sod
Class ChannelGrouper

java.lang.Object
  extended by edu.sc.seis.sod.ChannelGrouper

public class ChannelGrouper
extends java.lang.Object


Constructor Summary
ChannelGrouper()
           
ChannelGrouper(java.lang.String configFileLoc)
           
 
Method Summary
 java.util.List<ChannelGroup> group(java.util.List<ChannelImpl> channels, java.util.List<ChannelImpl> failures)
           
static boolean sanityCheck(ChannelGroup channelGroup)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelGrouper

public ChannelGrouper()

ChannelGrouper

public ChannelGrouper(java.lang.String configFileLoc)
Method Detail

group

public java.util.List<ChannelGroup> group(java.util.List<ChannelImpl> channels,
                                          java.util.List<ChannelImpl> failures)

sanityCheck

public static boolean sanityCheck(ChannelGroup channelGroup)