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

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.ChannelXOR
All Implemented Interfaces:
SodElement, ChannelSubsetter, Subsetter

public class ChannelXOR
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
ChannelXOR(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

ChannelXOR

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

isSuccess

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

shouldContinue

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