edu.sc.seis.sod.subsetter.origin
Class OriginNOT

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.LogicalSubsetter
      extended by edu.sc.seis.sod.subsetter.origin.EventLogicalSubsetter
          extended by edu.sc.seis.sod.subsetter.origin.OriginNOT
All Implemented Interfaces:
SodElement, OriginSubsetter, Subsetter

public final class OriginNOT
extends EventLogicalSubsetter
implements OriginSubsetter

This subsetter is used to specify a negation of OriginSubsetter. This subsetter is accepted only when the included subsetter is false.

  <originNOT>
         <magnitudeRange>
                 <magType>mb</magType>
                  <min>7</min>
                  <max>10</max>
           </magnitudeRange>
    </originNOT>


Field Summary
 
Fields inherited from class edu.sc.seis.sod.subsetter.origin.EventLogicalSubsetter
packages
 
Fields inherited from class edu.sc.seis.sod.subsetter.LogicalSubsetter
filterList
 
Constructor Summary
OriginNOT(org.w3c.dom.Element config)
           
 
Method Summary
 StringTree accept(CacheEvent event, EventAttrImpl eventAttr, OriginImpl e)
           
 
Methods inherited from class edu.sc.seis.sod.subsetter.origin.EventLogicalSubsetter
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
 

Constructor Detail

OriginNOT

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

accept

public StringTree accept(CacheEvent event,
                         EventAttrImpl eventAttr,
                         OriginImpl e)
                  throws java.lang.Exception
Specified by:
accept in interface OriginSubsetter
Throws:
java.lang.Exception