Class ChannelXOR
java.lang.Object
edu.sc.seis.sod.subsetter.LogicalLoaderSubsetter
edu.sc.seis.sod.subsetter.channel.CompositeChannelSubsetter
edu.sc.seis.sod.subsetter.channel.ChannelLogicalSubsetter
edu.sc.seis.sod.subsetter.channel.ChannelXOR
- All Implemented Interfaces:
SodElement
,ChannelSubsetter
,Subsetter
public class ChannelXOR extends ChannelLogicalSubsetter implements ChannelSubsetter
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ChannelXOR(org.w3c.dom.Element config)
-
Method Summary
Modifier and Type Method Description boolean
isSuccess(StringTree[] reasons)
boolean
shouldContinue(StringTree result)
Methods inherited from class edu.sc.seis.sod.subsetter.channel.ChannelLogicalSubsetter
accept, createSubsetter
-
Constructor Details
-
ChannelXOR
- Throws:
ConfigurationException
-
-
Method Details
-
isSuccess
- Specified by:
isSuccess
in classChannelLogicalSubsetter
-
shouldContinue
- Specified by:
shouldContinue
in classChannelLogicalSubsetter
-