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

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

public class Catalog
extends java.lang.Object
implements OriginSubsetter

This tag is used to specify the value of the catalog.

 <catalog><value>BIGQUAKE</value></catalog>


Constructor Summary
Catalog(org.w3c.dom.Element config)
           
 
Method Summary
 StringTree accept(CacheEvent event, EventAttrImpl eventAttr, OriginImpl origin)
           
 java.lang.String getCatalog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Catalog

public Catalog(org.w3c.dom.Element config)
Method Detail

accept

public StringTree accept(CacheEvent event,
                         EventAttrImpl eventAttr,
                         OriginImpl origin)
Specified by:
accept in interface OriginSubsetter

getCatalog

public java.lang.String getCatalog()