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

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

public class BelongsToVirtual
extends java.lang.Object
implements StationSubsetter


Constructor Summary
BelongsToVirtual(org.w3c.dom.Element el)
           
BelongsToVirtual(java.lang.String virtualNetName, TimeInterval refreshInterval)
           
 
Method Summary
 StringTree accept(StationImpl station, NetworkSource network)
           
 TimeInterval getRefreshInterval()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BelongsToVirtual

public BelongsToVirtual(org.w3c.dom.Element el)
                 throws ConfigurationException
Throws:
ConfigurationException

BelongsToVirtual

public BelongsToVirtual(java.lang.String virtualNetName,
                        TimeInterval refreshInterval)
Method Detail

accept

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

getRefreshInterval

public TimeInterval getRefreshInterval()