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

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

public class StationOperator
extends java.lang.Object
implements StationSubsetter

StationOperator.java sample xml file

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


Constructor Summary
StationOperator(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

StationOperator

public StationOperator(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