Class ChannelLogicalSubsetter
- java.lang.Object
-
- edu.sc.seis.sod.subsetter.LogicalLoaderSubsetter
-
- edu.sc.seis.sod.subsetter.channel.CompositeChannelSubsetter
-
- edu.sc.seis.sod.subsetter.channel.ChannelLogicalSubsetter
-
- All Implemented Interfaces:
SodElement
,ChannelSubsetter
,Subsetter
- Direct Known Subclasses:
AlwaysSuccess
,ChannelAND
,ChannelNOT
,ChannelOR
,ChannelXOR
public abstract class ChannelLogicalSubsetter extends CompositeChannelSubsetter
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.List<java.lang.String>
packages
-
Fields inherited from class edu.sc.seis.sod.subsetter.LogicalLoaderSubsetter
subsetters
-
-
Constructor Summary
Constructors Constructor Description ChannelLogicalSubsetter(org.w3c.dom.Element config)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description StringTree
accept(edu.iris.Fissures.network.ChannelImpl e, NetworkSource network)
static ChannelSubsetter
createSubsetter(Subsetter s)
abstract boolean
isSuccess(StringTree[] reasons)
abstract boolean
shouldContinue(StringTree result)
-
Methods inherited from class edu.sc.seis.sod.subsetter.channel.CompositeChannelSubsetter
getLoader
-
Methods inherited from class edu.sc.seis.sod.subsetter.LogicalLoaderSubsetter
getSubsetters
-
-
-
-
Constructor Detail
-
ChannelLogicalSubsetter
public ChannelLogicalSubsetter(org.w3c.dom.Element config) throws ConfigurationException
- Throws:
ConfigurationException
-
-
Method Detail
-
accept
public StringTree accept(edu.iris.Fissures.network.ChannelImpl e, NetworkSource network) throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldContinue
public abstract boolean shouldContinue(StringTree result)
-
isSuccess
public abstract boolean isSuccess(StringTree[] reasons)
-
createSubsetter
public static ChannelSubsetter createSubsetter(Subsetter s) throws ConfigurationException
- Throws:
ConfigurationException
-
-