public final class OriginAND extends EventLogicalSubsetter implements OriginSubsetter
<originAND>
<description>take any global 6.5 or better EQ</description>
<magnitudeRange>
<magType>mb</magType>
<min>4.5</min>
</magnitudeRange>
<eventArea>
<globalArea/>
</eventArea>
</originAND>
(or)
<originAND>
<description>take any 4.5 or better EQ in the southeast</description>
<eventArea>
<boxArea>
<latitudeRange>
<min>28</min>
<max>38</max>
</latitudeRange>
<longitudeRange>
<min>-85</min>
<max>-75</max>
</longitudeRange>
</boxArea>
</eventArea>
<magnitudeRange>
<magType>mb</magType>
<min>4.5</min>
</magnitudeRange>
</originAND>
(or)
<originAND>
<originAND>
<catalog><value>BIGQUAKE</value></catalog>
<catalog><value>BIGQUAKE</value></catalog>
<catalog><value>BIGQUAKE</value></catalog>
</originAND>
<originArrayAND>
<originNOT>
<magnitudeRange>
<magType>mb</magType>
<min>7</min>
<max>10</max>
</magnitudeRange>
</originNOT>
</originArrayAND>
</originAND>
packagesfilterList| Constructor and Description |
|---|
OriginAND(org.w3c.dom.Element config) |
| Modifier and Type | Method and Description |
|---|---|
StringTree |
accept(CacheEvent event,
EventAttrImpl eventAttr,
OriginImpl e) |
createSubsetter, getPackages, getSubsettergetSubsetterspublic OriginAND(org.w3c.dom.Element config)
throws ConfigurationException
ConfigurationExceptionpublic StringTree accept(CacheEvent event, EventAttrImpl eventAttr, OriginImpl e) throws java.lang.Exception
accept in interface OriginSubsetterjava.lang.Exception