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
ConfigurationExceptionpublic ChannelGrouper(java.lang.String configFileLoc)
throws ConfigurationException
ConfigurationExceptionpublic java.util.List<ChannelGroup> group(java.util.List<ChannelImpl> channels, java.util.List<ChannelImpl> failures)
channels - failures - public static boolean sanityCheck(ChannelGroup channelGroup)