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>

 
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String modelName  
    protected java.lang.String phaseName  
    protected edu.sc.seis.sod.bag.TauPUtil tauPTime  
  • Constructor Summary

    Constructors 
    Constructor Description
    PhaseExists​(org.w3c.dom.Element config)  
  • Method Summary

    Modifier and Type Method Description
    StringTree accept​(edu.sc.seis.sod.model.event.CacheEvent event, edu.sc.seis.seisFile.fdsnws.stationxml.Station station, MeasurementStorage cookieJar)  
    edu.sc.seis.TauP.Arrival getRequiredArrival​(java.util.List<edu.sc.seis.TauP.Arrival> arrivals)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait