Class OriginArrayOR

  • All Implemented Interfaces:
    SodElement, OriginSubsetter, Subsetter

    public class OriginArrayOR
    extends EventLogicalSubsetter
    implements OriginSubsetter
    Contains a single OriginSubsetter. OriginArrayOR returns true when the contained originSubsetter is true for any one of the origins.
      <originArrayOR>
            <originNOT>
                   <magnitudeRange>
                   <magType>mb</magType>
                   <min>7</min>
                   <max>10</max>
                   </magnitudeRange>
            </originNOT>
      </originArrayOR>
    
    • 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