edu.sc.seis.sod.subsetter.channel
Class DasSubsetter

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.channel.InstrumentationSubsetter
      extended by edu.sc.seis.sod.subsetter.channel.DasSubsetter
All Implemented Interfaces:
SodElement, ChannelSubsetter, Subsetter
Direct Known Subclasses:
DasId, DasManufacturer, DasModel, DasSerial, DasStyle

public abstract class DasSubsetter
extends InstrumentationSubsetter


Constructor Summary
DasSubsetter()
           
 
Method Summary
protected  boolean acceptStyle(Channel channel, NetworkSource network, int style)
           
protected  SeismicHardware getSeismicHardware(Instrumentation inst)
           
 
Methods inherited from class edu.sc.seis.sod.subsetter.channel.InstrumentationSubsetter
acceptId, acceptManufacturer, acceptModel, acceptSerialNumber, getChannelNotFoundMsg, getInstrumentationInvalidMsg, getSeismicHardware, handle, handleChannelNotFound
 
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.subsetter.channel.ChannelSubsetter
accept
 

Constructor Detail

DasSubsetter

public DasSubsetter()
Method Detail

getSeismicHardware

protected SeismicHardware getSeismicHardware(Instrumentation inst)
Specified by:
getSeismicHardware in class InstrumentationSubsetter

acceptStyle

protected boolean acceptStyle(Channel channel,
                              NetworkSource network,
                              int style)