Class CSVEventPrinter

    • Constructor Summary

      Constructors 
      Constructor Description
      CSVEventPrinter​(java.lang.String filename)  
      CSVEventPrinter​(org.w3c.dom.Element config)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      StringTree accept​(edu.sc.seis.fissuresUtil.cache.CacheEvent eventAccess, edu.iris.Fissures.event.EventAttrImpl eventAttr, edu.iris.Fissures.event.OriginImpl preferred_origin)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CSVEventPrinter

        public CSVEventPrinter​(org.w3c.dom.Element config)
                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • CSVEventPrinter

        public CSVEventPrinter​(java.lang.String filename)
                        throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • accept

        public StringTree accept​(edu.sc.seis.fissuresUtil.cache.CacheEvent eventAccess,
                                 edu.iris.Fissures.event.EventAttrImpl eventAttr,
                                 edu.iris.Fissures.event.OriginImpl preferred_origin)
                          throws java.lang.Exception
        Specified by:
        accept in interface OriginSubsetter
        Throws:
        java.lang.Exception