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

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.channel.ChannelCode
All Implemented Interfaces:
SodElement, ChannelSubsetter, Subsetter

public class ChannelCode
extends java.lang.Object
implements ChannelSubsetter


Constructor Summary
ChannelCode(org.w3c.dom.Element config)
           
ChannelCode(java.lang.String string)
           
 
Method Summary
 StringTree accept(ChannelImpl channel, NetworkSource network)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelCode

public ChannelCode(org.w3c.dom.Element config)
            throws UserConfigurationException
Throws:
UserConfigurationException

ChannelCode

public ChannelCode(java.lang.String string)
            throws UserConfigurationException
Throws:
UserConfigurationException
Method Detail

accept

public StringTree accept(ChannelImpl channel,
                         NetworkSource network)
Specified by:
accept in interface ChannelSubsetter