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

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.channel.InstrumentationSubsetter
      extended by edu.sc.seis.sod.subsetter.channel.ClockSubsetter
All Implemented Interfaces:
SodElement, ChannelSubsetter, Subsetter
Direct Known Subclasses:
ClockId, ClockManufacturer, ClockModel, ClockSerial, ClockType

public abstract class ClockSubsetter
extends InstrumentationSubsetter


Constructor Summary
ClockSubsetter()
           
 
Method Summary
protected  boolean acceptType(Channel channel, NetworkSource network, java.lang.String type)
           
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

ClockSubsetter

public ClockSubsetter()
Method Detail

getSeismicHardware

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

acceptType

protected boolean acceptType(Channel channel,
                             NetworkSource network,
                             java.lang.String type)