edu.sc.seis.sod.subsetter.eventStation
Class PhaseExists
java.lang.Object
edu.sc.seis.sod.subsetter.eventStation.PhaseExists
- All Implemented Interfaces:
- SodElement, EventStationSubsetter, Subsetter
- Direct Known Subclasses:
- PhaseWithoutInterference
public class PhaseExists
- extends java.lang.Object
- implements EventStationSubsetter
sample xml
<phaseExists>
<modelName>prem</modelName>
<phaseName>ttp</phaseName>
</phaseExists>
Constructor Summary |
PhaseExists(org.w3c.dom.Element config)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tauPTime
protected TauPUtil tauPTime
modelName
protected java.lang.String modelName
phaseName
protected java.lang.String phaseName
PhaseExists
public PhaseExists(org.w3c.dom.Element config)
throws ConfigurationException
- Throws:
ConfigurationException
accept
public StringTree accept(CacheEvent event,
StationImpl station,
CookieJar cookieJar)
throws java.lang.Exception
- Specified by:
accept
in interface EventStationSubsetter
- Throws:
java.lang.Exception
getRequiredArrival
public edu.sc.seis.TauP.Arrival getRequiredArrival(java.util.List<edu.sc.seis.TauP.Arrival> arrivals)