edu.sc.seis.sod.process.waveform
Class SNEPProblem

java.lang.Object
  extended by edu.sc.seis.sod.process.waveform.SNEPProblem
All Implemented Interfaces:
WaveformProcess, SodElement, Subsetter

public class SNEPProblem
extends java.lang.Object
implements WaveformProcess


Constructor Summary
SNEPProblem()
           
SNEPProblem(org.w3c.dom.Element el)
           
SNEPProblem(java.lang.String type)
           
 
Method Summary
 WaveformResult accept(CacheEvent event, ChannelImpl channel, RequestFilter[] original, RequestFilter[] available, LocalSeismogramImpl[] seismograms, CookieJar cookieJar)
          Processes localSeismograms, possibly modifying them.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SNEPProblem

public SNEPProblem()

SNEPProblem

public SNEPProblem(java.lang.String type)

SNEPProblem

public SNEPProblem(org.w3c.dom.Element el)
            throws ConfigurationException
Throws:
ConfigurationException
Method Detail

accept

public WaveformResult accept(CacheEvent event,
                             ChannelImpl channel,
                             RequestFilter[] original,
                             RequestFilter[] available,
                             LocalSeismogramImpl[] seismograms,
                             CookieJar cookieJar)
                      throws java.lang.Exception
Description copied from interface: WaveformProcess
Processes localSeismograms, possibly modifying them.

Specified by:
accept in interface WaveformProcess
Throws:
java.lang.Exception