Class VectorResultWrapper
java.lang.Object
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
Fields Modifier and Type Field Description protected WaveformVectorProcess
subProcess
-
Constructor Summary
Constructors Constructor Description VectorResultWrapper(org.w3c.dom.Element config)
-
Method Summary
Modifier and Type Method Description 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 Details
-
Constructor Details
-
Method Details
-
getWrappedProcessors
- Specified by:
getWrappedProcessors
in interfaceWaveformVectorProcessWrapper
-