Class SiteMatchRule

    • 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<edu.sc.seis.fissuresUtil.hibernate.ChannelGroup> acceptable​(java.util.List<edu.iris.Fissures.network.ChannelImpl> chanList, java.util.List<edu.iris.Fissures.network.ChannelImpl> failures)  
      • Methods inherited from class java.lang.Object

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

      • codes

        public char[] codes
    • Constructor Detail

      • SiteMatchRule

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

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

      • acceptable

        public java.util.List<edu.sc.seis.fissuresUtil.hibernate.ChannelGroup> acceptable​(java.util.List<edu.iris.Fissures.network.ChannelImpl> chanList,
                                                                                          java.util.List<edu.iris.Fissures.network.ChannelImpl> failures)
        Specified by:
        acceptable in class SiteChannelRule