Class Catalog

java.lang.Object
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

    Constructors 
    Constructor Description
    Catalog​(org.w3c.dom.Element config)  
  • Method Summary

    Modifier and Type Method Description
    StringTree accept​(edu.sc.seis.sod.model.event.CacheEvent event, edu.sc.seis.sod.model.event.EventAttrImpl eventAttr, edu.sc.seis.sod.model.event.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 Details

    • Catalog

      public Catalog​(org.w3c.dom.Element config)
  • Method Details

    • accept

      public StringTree accept​(edu.sc.seis.sod.model.event.CacheEvent event, edu.sc.seis.sod.model.event.EventAttrImpl eventAttr, edu.sc.seis.sod.model.event.OriginImpl origin)
      Specified by:
      accept in interface OriginSubsetter
    • getCatalog

      public java.lang.String getCatalog()