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
All Methods Instance Methods Concrete Methods 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 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 interfaceWaveformVectorProcessWrapper
-
-