edu.sc.seis.sod.subsetter.station
Class StationCode

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.station.StationCode
All Implemented Interfaces:
SodElement, StationSubsetter, Subsetter

public class StationCode
extends java.lang.Object
implements StationSubsetter


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

Constructor Detail

StationCode

public StationCode(org.w3c.dom.Element config)
            throws ConfigurationException
Throws:
ConfigurationException
Method Detail

accept

public StringTree accept(StationImpl station,
                         NetworkSource network)
Specified by:
accept in interface StationSubsetter