Class EventChannelOR
- java.lang.Object
-
- edu.sc.seis.sod.subsetter.LogicalSubsetter
-
- edu.sc.seis.sod.subsetter.eventChannel.EventChannelLogicalSubsetter
-
- edu.sc.seis.sod.subsetter.eventChannel.EventChannelOR
-
- All Implemented Interfaces:
SodElement
,EventChannelSubsetter
,Subsetter
public final class EventChannelOR extends EventChannelLogicalSubsetter implements EventChannelSubsetter
-
-
Field Summary
-
Fields inherited from class edu.sc.seis.sod.subsetter.eventChannel.EventChannelLogicalSubsetter
packages
-
Fields inherited from class edu.sc.seis.sod.subsetter.LogicalSubsetter
filterList
-
-
Constructor Summary
Constructors Constructor Description EventChannelOR(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 o, edu.iris.Fissures.network.ChannelImpl channel, CookieJar cookieJar)
-
Methods inherited from class edu.sc.seis.sod.subsetter.eventChannel.EventChannelLogicalSubsetter
createSubsetter, getPackages, getSubsetter
-
Methods inherited from class edu.sc.seis.sod.subsetter.LogicalSubsetter
getSubsetters
-
-
-
-
Constructor Detail
-
EventChannelOR
public EventChannelOR(org.w3c.dom.Element config) throws ConfigurationException
- Throws:
ConfigurationException
-
-
Method Detail
-
accept
public StringTree accept(edu.sc.seis.fissuresUtil.cache.CacheEvent o, edu.iris.Fissures.network.ChannelImpl channel, CookieJar cookieJar) throws java.lang.Exception
- Specified by:
accept
in interfaceEventChannelSubsetter
- Throws:
java.lang.Exception
-
-