Class SiteMatchRule

java.lang.Object
edu.sc.seis.sod.channelGroup.SiteChannelRule
edu.sc.seis.sod.channelGroup.SiteMatchRule

public class SiteMatchRule
extends SiteChannelRule
  • Field Summary

    Fields 
    Modifier and Type Field Description
    char[] codes  
  • Constructor Summary

    Constructors 
    Constructor Description
    SiteMatchRule​(java.lang.String orientationCodes)  
    SiteMatchRule​(org.w3c.dom.Element el)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<edu.sc.seis.sod.model.station.ChannelGroup> acceptable​(java.util.List<edu.sc.seis.seisFile.fdsnws.stationxml.Channel> chanList, java.util.List<edu.sc.seis.seisFile.fdsnws.stationxml.Channel> failures)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • codes

      public char[] codes
  • Constructor Details

    • SiteMatchRule

      public SiteMatchRule​(java.lang.String orientationCodes)
    • SiteMatchRule

      public SiteMatchRule​(org.w3c.dom.Element el)
  • Method Details

    • acceptable

      public java.util.List<edu.sc.seis.sod.model.station.ChannelGroup> acceptable​(java.util.List<edu.sc.seis.seisFile.fdsnws.stationxml.Channel> chanList, java.util.List<edu.sc.seis.seisFile.fdsnws.stationxml.Channel> failures)
      Specified by:
      acceptable in class SiteChannelRule