edu.sc.seis.sod.process.waveform.vector
Class VectorResultWrapper

java.lang.Object
  extended by edu.sc.seis.sod.process.waveform.vector.VectorResultWrapper
All Implemented Interfaces:
WaveformVectorProcess, WaveformVectorProcessWrapper, SodElement, Subsetter
Direct Known Subclasses:
VectorRetryAndContinue, WaveformVectorAlwaysSuccess

public abstract class VectorResultWrapper
extends java.lang.Object
implements WaveformVectorProcessWrapper


Field Summary
protected  WaveformVectorProcess subProcess
           
 
Constructor Summary
VectorResultWrapper(org.w3c.dom.Element config)
           
 
Method Summary
 WaveformVectorProcess[] getWrappedProcessors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.sc.seis.sod.process.waveform.vector.WaveformVectorProcess
accept
 

Field Detail

subProcess

protected WaveformVectorProcess subProcess
Constructor Detail

VectorResultWrapper

public VectorResultWrapper(org.w3c.dom.Element config)
                    throws ConfigurationException
Throws:
ConfigurationException
Method Detail

getWrappedProcessors

public WaveformVectorProcess[] getWrappedProcessors()
Specified by:
getWrappedProcessors in interface WaveformVectorProcessWrapper