public class ChannelGrouper
extends java.lang.Object
Constructor and Description |
---|
ChannelGrouper() |
ChannelGrouper(java.lang.String configFileLoc) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ChannelGroup> |
group(java.util.List<ChannelImpl> channels,
java.util.List<ChannelImpl> failures)
group channels into three components of motion.
|
static boolean |
sanityCheck(ChannelGroup channelGroup) |
public ChannelGrouper() throws ConfigurationException
ConfigurationException
public ChannelGrouper(java.lang.String configFileLoc) throws ConfigurationException
ConfigurationException
public java.util.List<ChannelGroup> group(java.util.List<ChannelImpl> channels, java.util.List<ChannelImpl> failures)
channels
- failures
- public static boolean sanityCheck(ChannelGroup channelGroup)