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

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.OriginArrayAND
All Implemented Interfaces:
SodElement, OriginSubsetter, Subsetter

public class OriginArrayAND
extends EventLogicalSubsetter
implements OriginSubsetter

Contains a single OriginSubsetter. OriginArrayAND returns true when the contained originSubsetter is true for all the origins.


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
OriginArrayAND(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

OriginArrayAND

public OriginArrayAND(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