edu.sc.seis.sod.subsetter.station
Class StationNOT

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.LogicalSubsetter
      extended by edu.sc.seis.sod.subsetter.station.StationLogicalSubsetter
          extended by edu.sc.seis.sod.subsetter.station.StationNOT
All Implemented Interfaces:
SodElement, StationSubsetter, Subsetter

public final class StationNOT
extends StationLogicalSubsetter
implements StationSubsetter


Field Summary
 
Fields inherited from class edu.sc.seis.sod.subsetter.station.StationLogicalSubsetter
packages
 
Fields inherited from class edu.sc.seis.sod.subsetter.LogicalSubsetter
filterList
 
Constructor Summary
StationNOT(org.w3c.dom.Element config)
           
 
Method Summary
 boolean isSuccess(StringTree[] reasons)
           
 boolean shouldContinue(StringTree result)
           
 
Methods inherited from class edu.sc.seis.sod.subsetter.station.StationLogicalSubsetter
accept, createSubsetter, getPackages, getSubsetter
 
Methods inherited from class edu.sc.seis.sod.subsetter.LogicalSubsetter
getSubsetters
 
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.station.StationSubsetter
accept
 

Constructor Detail

StationNOT

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

isSuccess

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

shouldContinue

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