Class OriginScript

    • Constructor Detail

      • OriginScript

        public OriginScript​(org.w3c.dom.Element config)
    • Method Detail

      • accept

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

        public StringTree runScript​(VelocityEvent event,
                                    edu.iris.Fissures.event.EventAttrImpl eventAttr,
                                    edu.iris.Fissures.event.OriginImpl preferredOrigin)
                             throws java.lang.Exception
        Run the script with the arguments as predefined variables.
        Throws:
        java.lang.Exception