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(ChannelImpl e,
NetworkSource network) |
static ChannelSubsetter |
createSubsetter(Subsetter s) |
abstract boolean |
isSuccess(StringTree[] reasons) |
abstract boolean |
shouldContinue(StringTree result) |
getLoadergetSubsetterspublic ChannelLogicalSubsetter(org.w3c.dom.Element config)
throws ConfigurationException
ConfigurationExceptionpublic StringTree accept(ChannelImpl e, NetworkSource network) throws java.lang.Exception
java.lang.Exceptionpublic abstract boolean shouldContinue(StringTree result)
public abstract boolean isSuccess(StringTree[] reasons)
public static ChannelSubsetter createSubsetter(Subsetter s) throws ConfigurationException
ConfigurationException