public abstract class ChannelLogicalSubsetter extends CompositeChannelSubsetter
Modifier and Type | Field and Description |
---|---|
static java.util.List<java.lang.String> |
packages |
subsetters
Constructor and Description |
---|
ChannelLogicalSubsetter(org.w3c.dom.Element config) |
Modifier and Type | Method and 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) |
getLoader
getSubsetters
public ChannelLogicalSubsetter(org.w3c.dom.Element config) throws ConfigurationException
ConfigurationException
public StringTree accept(edu.iris.Fissures.network.ChannelImpl e, NetworkSource network) throws java.lang.Exception
java.lang.Exception
public abstract boolean shouldContinue(StringTree result)
public abstract boolean isSuccess(StringTree[] reasons)
public static ChannelSubsetter createSubsetter(Subsetter s) throws ConfigurationException
ConfigurationException