Class ANDEventChannelWrapper
- java.lang.Object
-
- edu.sc.seis.sod.subsetter.eventChannel.vector.ANDEventChannelWrapper
-
- All Implemented Interfaces:
SodElement
,EventVectorSubsetter
,Subsetter
public class ANDEventChannelWrapper extends java.lang.Object implements EventVectorSubsetter
-
-
Constructor Summary
Constructors Constructor Description ANDEventChannelWrapper(EventChannelSubsetter subsetter)
ANDEventChannelWrapper(org.w3c.dom.Element config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringTree
accept(edu.sc.seis.fissuresUtil.cache.CacheEvent event, edu.sc.seis.fissuresUtil.hibernate.ChannelGroup channelGroup, CookieJar cookieJar)
-
-
-
Constructor Detail
-
ANDEventChannelWrapper
public ANDEventChannelWrapper(EventChannelSubsetter subsetter)
-
ANDEventChannelWrapper
public ANDEventChannelWrapper(org.w3c.dom.Element config) throws ConfigurationException
- Throws:
ConfigurationException
-
-
Method Detail
-
accept
public StringTree accept(edu.sc.seis.fissuresUtil.cache.CacheEvent event, edu.sc.seis.fissuresUtil.hibernate.ChannelGroup channelGroup, CookieJar cookieJar) throws java.lang.Exception
- Specified by:
accept
in interfaceEventVectorSubsetter
- Throws:
java.lang.Exception
-
-