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

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

public class StationName
extends java.lang.Object
implements StationSubsetter

StationName.java sample xml file

   <stationName><value>00</value></stationName>
 
Created: Thu Mar 14 14:02:33 2002


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

Constructor Detail

StationName

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

accept

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