Class 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>
    
    • Method Detail

      • accept

        public StringTree accept​(edu.sc.seis.fissuresUtil.cache.CacheEvent event,
                                 edu.iris.Fissures.event.EventAttrImpl eventAttr,
                                 edu.iris.Fissures.event.OriginImpl e)
                          throws java.lang.Exception
        Specified by:
        accept in interface OriginSubsetter
        Throws:
        java.lang.Exception