edu.sc.seis.sod.subsetter.channel
Class ChannelAND

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.LogicalLoaderSubsetter
      extended by edu.sc.seis.sod.subsetter.channel.CompositeChannelSubsetter
          extended by edu.sc.seis.sod.subsetter.channel.ChannelLogicalSubsetter
              extended by edu.sc.seis.sod.subsetter.channel.ChannelAND
All Implemented Interfaces:
SodElement, ChannelSubsetter, Subsetter

public class ChannelAND
extends ChannelLogicalSubsetter
implements ChannelSubsetter


Field Summary
 
Fields inherited from class edu.sc.seis.sod.subsetter.channel.ChannelLogicalSubsetter
packages
 
Fields inherited from class edu.sc.seis.sod.subsetter.LogicalLoaderSubsetter
subsetters
 
Constructor Summary
ChannelAND(org.w3c.dom.Element config)
           
 
Method Summary
 boolean isSuccess(StringTree[] reasons)
           
 boolean shouldContinue(StringTree result)
           
 
Methods inherited from class edu.sc.seis.sod.subsetter.channel.ChannelLogicalSubsetter
accept, createSubsetter
 
Methods inherited from class edu.sc.seis.sod.subsetter.channel.CompositeChannelSubsetter
getLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.sc.seis.sod.subsetter.channel.ChannelSubsetter
accept
 

Constructor Detail

ChannelAND

public ChannelAND(org.w3c.dom.Element config)
           throws ConfigurationException
Throws:
ConfigurationException
Method Detail

shouldContinue

public boolean shouldContinue(StringTree result)
Specified by:
shouldContinue in class ChannelLogicalSubsetter

isSuccess

public boolean isSuccess(StringTree[] reasons)
Specified by:
isSuccess in class ChannelLogicalSubsetter